@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: 100px;
}
#company table th {
	width: 180px;
}
#company table th,
#company table td {
	padding: 14px 10px;
	vertical-align: middle;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content .map{
	margin-bottom: 100px;
}
#content #map {
	width: 820px;
	height: 300px;
	margin-bottom: 10px;
}

