@charset "utf-8";
/* ガーデン兵庫の庭づくり CSS Document
----------------------------------------------------------------------------- */

#aboutUs {
}

/*リード*/
#aboutUs p.lead {
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 1em;
}

/*ロゴコンセプト*/
#aboutUs div.logoConcept {
	padding: 10px;
	position: relative;
	border: 1px solid #e0e0e0;
}

#aboutUs div.logoConcept p {
	margin: 0 220px 0 0;
	font-size: 12px;
}

#aboutUs div.logoConcept img.logotype {
	position: absolute;
	top: 50px;
	left: 310px;
	_left: 300px;
}

/*会長コメント*/
#aboutUs .president {
	width: 100px;
	margin-left: 20px;
	float: right;
}

#aboutUs p.name {
	margin: 1em 120px 0 0;
	text-align: right;
 }

/*庭づくりの流れ
----------------------------------------------------------------------------- */
#aboutUs dl {
	width: 530px;
	margin: 0px 0 0px 0;
	padding: 0 0 20px 0;
	background: url(../images/flow_next.gif) no-repeat center bottom;
}

#aboutUs dl.end {
	margin: 0 0 30px 0;
	padding: 0;
	background: none;
}

#aboutUs dl dt {
	height: 20px;
	margin: 0 0 10px 0;
	padding-left: 70px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	color: #1a7c18;
}

#aboutUs dl dt.step1 { background: url(../images/flow_step1.gif) no-repeat 0 0; }
#aboutUs dl dt.step2 { background: url(../images/flow_step2.gif) no-repeat 0 0; }
#aboutUs dl dt.step3 { background: url(../images/flow_step3.gif) no-repeat 0 0; }
#aboutUs dl dt.step4 { background: url(../images/flow_step4.gif) no-repeat 0 0; }
#aboutUs dl dt.step5 { background: url(../images/flow_step5.gif) no-repeat 0 0; }
#aboutUs dl dt.step6 { background: url(../images/flow_step6.gif) no-repeat 0 0; }
#aboutUs dl dt.step7 { background: url(../images/flow_step7.gif) no-repeat 0 0; }
#aboutUs dl dt.step8 { background: url(../images/flow_step8.gif) no-repeat 0 0; }

#aboutUs dl dd {
	padding: 5px;
	border: 1px solid #e0e0e0;
	background-color: #f4f4f4;
	font-size: 11px;
	line-height: 150%;
}
