@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#company {
	margin-bottom: 20px;
}

/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  	width:150px;
  	padding: 8px 9px 7px;
	vertical-align:middle;
}
#content table td{
  	padding: 8px 9px 7px;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content .map {
	width: 640px;
	height: 350px;
	margin-bottom:40px
}
