/* CSS Document */

#header {
}

#header {
	z-index: 2;
	position:relative;
}

#contents {
	padding:0 0 50px;
	position:relative;
	z-index:20;
}

#main {
	padding: 20px 10px;
}

#main h3 {
	background: url(../business/images/h3.png) no-repeat 0 0;
	height: 50px;
	display: block;
	text-indent: -9999em;
}

#main .obj {
	width:900px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}

#main .obj h4 {
	border-left:6px #0D9F00 solid;
	margin-bottom:20px;
	line-height:30px;
	padding: 5px 15px 8px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}

#main .obj .photo {
	float: left;
	width: 280px;
	text-align: center;
}

#main .obj p {
	line-height: 20px;
	font-size: 14px;
	padding: 10px;
	height: 160px;
}