@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#company table{
	margin-bottom: 20px;
}
#content table th {
	width: 160px;
}
#content table th,
#content table td {
	padding:6px 9px;
}
#content table td span {
	font-weight:bold;
	color:#991F00;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content .map {
	width: 640px;
	height: 350px;
	margin-bottom: 50px
}