@charset "utf-8";




#content h2 {
	margin: 30px 0 10px -10px;
	padding: 0 0 0 20px;
	background: url("../../img/bg_h3.gif") left top no-repeat;
	color: #39d;
	border-top: none;
	border-bottom: none;
	font-size: 85%;
	font-weight: bold;
}



#content #flowArea {
	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}

#content #flowArea .box {
	float: left;
	width: 600px;
	margin: 0 0 16px 0;
	padding: 0;
}
#content #flowArea .box h2 {
	float: left;
	width: 140px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#content #flowArea .box h2.last {
	height: 40px;
	overflow: hidden;
}
#content #flowArea .text {
	float: right;
	width: 440px;
	margin: 10px 0 0 0;
	padding: 0;
}
#content #flowArea .box .text h3 {
	clear: left;
	width: 400px;
	margin: 0 0 6px 0;
}

#content .box strong.tel,
#content .box strong.fax {
	color: #c60;
	font-size: 120%;
}

