@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
	#header {
		background-image: url(../imgs/bg-header.png);
	}
	#content {
		padding-top: 285px;
	}
	#message {
		position: relative;
		padding-left: 565px;
	}
	#message .text p {
		margin-top: 2em;
	}
	#message .image {
		position: absolute;
		top: -170px;
		left: -50px;
		width: 550px;
		text-align: center;
	}
	#message .image p {
		margin-top: 20px;
	}
	#message .image p strong {
		font-size: 116.7%;
	}
	#history .body {
		padding-top: 20px;
	}
	#awards .body {
		padding-top: 45px;
	}
	#awards .image {
		float: right;
		margin-left: 40px;
	}
	.historyList dt {
		float: left;
	}
	.historyList dd {
		margin-left: 11em;
	}
	#outline .tableStyle th {
		width: 9em;
	}
	#outline .mark {
		margin-top: 40px;
	}
	#access .map {
		float: left;
		width: 420px;
		height: 300px;
	}
	#access .text {
		position: relative;
		min-height: 250px;
		margin-left: 450px;
		padding-bottom: 50px;
		line-height: 1.67;
	}
	#access .text h4 {
		font-size: 116.7%;
		font-weight: bold;
	}
	#access .text dl {
		margin-top: 2em;
	}
	#access .text .btn {
		position: absolute;
		bottom: 0;
		left: 0;
	}