@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 50px;
}


/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 50px;
}
#company table th {
	width: 160px;
	font-weight: bold;
}
#company table th,
#company table td {
	padding: 12px 20px 12px;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 350px;
	margin-bottom: 50px;
}

