@charset "utf-8";

.aboutus{
	
}

.aboutus table{
	font-size:0.9em;
	width:95%;
	margin:0 auto 40px;
	border:1px solid #00884E;
	border-bottom:none;
}

.aboutus table th,
.aboutus table td{
	padding:5px 10px;
	border-bottom:1px solid #00884E;
}

.aboutus table th{
	background:#F2F8ED;
}

.aboutus table td{
	border-left:1px solid #00884E;
}

.aboutus .map{
	width:880px;
	margin:0 auto;
}

.aboutus .map .left{
	width:430px;
	float:left;
}

.aboutus .map .right{
	width:430px;
	float:right;
}

.aboutus .map h4{
	color:#00884E;
	font-weight:bold;
	margin:0 0 10px;
	padding:2px 0;
	border-bottom:1px solid #00884E;
}