@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Helvetica, Arial,  sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

p {
	margin-bottom: 1.5em;
	text-align: center;
}

.txt-bold {
	font-weight: bold;	
}

.txt12 {
	font-size:12px;

}
.txt20 {
	font-size:20px;

}

/* header */

#header-container {
	height: 637px;
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
}

#header {
	height: 637px;
	width: 940px;
	margin:0 auto;
	position:relative;
}

h1 {
	position:absolute;
	left:176px;
	top:35px;
}

h2 {
	position:absolute;
	left:670px;
	top:313px;
}

#sub {
	position:absolute;
	left:302px;
	top:298px;
}

#osprey {
	position:absolute;
	left:0px;
	top:227px;	
}

#award1 {
	position:absolute;
	left:81px;
	top:467px;
}

#award2 {
	position:absolute;
	left:634px;
	top:467px;
}


/* content */

#content-container {
	width: 940px;
	padding:40px;
	margin:0 auto;
	text-align:justify;
	text-justify:inter-ideograph;
}

h4 {
	font-size: 22px;
	line-height: 1.5em;
}

h5 {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 2em;
}

.pic-left {
	float: left;
	margin-right: 40px;	
}

dt {
	display: block;
	float: left;
	margin-right: 0.2em;
	font-weight: bold;
}

dd {
	display:block;
	overflow:auto;
	zoom:1; 
	margin-bottom:0.8em;
}

.center {
	text-align: center;
	width: 100%;	
}
