@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: 50px;
}
#company table th {
	width: 193px;
}
#company table th,
#company table td {
	padding: 14px 18px 12px;
}


/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	overflow: hidden;
	/zoom: 1;
}
#info #map {
	float: left;
	width: 450px;
	height: 300px;
}
#info .text {
	margin-left: 480px;
}
#info .text .name {
	font-size: 1.2em;
	font-weight: bold;
}
#info .text dl {
	overflow: hidden;
	/zoom: 1;
}
#info .text dl dt {
	float: left;
	margin-bottom: 20px;
}
#info .text dl dd {
	float: left;
	width: 290px;
}
