@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 17px;
}

#content p.no2{
	margin: 0 0 32px;
}
#content p.no3{
	font-size:0.98em;
	margin: 0 0 25px;
}
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 37px;
}
#company table th {
	width: 160px;
}
#company table th,
#company table td {
	padding: 3px 9px 1px;
}
#company table td span{
	font-weight:bold;
}
#company table td span.ev{
	color:#FF3300;
}

/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 400px;
	margin-bottom: 30px;
}

