@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 16px;
}

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 40px;
}
#content .imgleft .image{
	padding-top: 4px;
	margin-right:22px;
}

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 40px;
}
#company table th {
	width: 160px;
}
#company table th,
#company table td {
	padding: 3px 9px 1px;
}
#company table td p.spa{
	margin-top: 2px;
	font-size:0.86em;
	color:#FF0E4B;
}


/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#content #map {
	width: 640px;
	height: 400px;
	margin-bottom: 40px;
}

