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

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 30px;
}


/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	font-size: 0.875em;
	margin-bottom: 80px;
}
#company table th {
	width: 180px;
}
#company table th,
#company table td {
	padding: 6px 10px;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 740px;
	height: 400px;
	margin-bottom: 80px;
}

