@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 30px;
}



/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 60px;
}
#company table th {
	width: 180px;
	font-weight: normal;
}
#company table th,
#company table td {
	padding: 13px 19px 11px;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 720px;
	height: 305px;
	margin-bottom: 60px;
}
