@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


#company {
	margin-bottom: 40px;
}
#content table th {
	width: 160px;
}
#content table th,
#content table td {
	padding:2px 9px;
}
#content table td span {
	font-weight:bold;
	color:#F4508A;
	font-size:0.9em;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content .map {
	width: 640px;
	height: 400px;
	margin-bottom:40px
}

