@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin:20px 0 43px;
}
#company table th {
	width: 160px;
}
#company table th, #company table td {
	padding:3px 9px 3px 9px;
	line-height:1.6;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height:380px;
	margin-bottom:40px;
}
#content .box {
	overflow:hidden;
	zoom:1;
	margin:20px 0 20px;
}
#content .box div {
	float:left;
	width:310px;
	background:#EDECE7;
	margin-right:20px;
}
#content .box dl {
	font-size:0.92em;
	line-height:1.6;
	padding:17px 20px 16px 20px;
}
#content .box div.none {
	margin-right:0;
}
#content .box dl dt {
	font-weight:bold;
}
