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

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p,
fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0;}
img{ border:none; outline: none;}
img a{ border:none; outline: none;}
a:focus{outline:none;}
a{ overflow:hidden;}
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: normal;}
ol, ul{ list-style:none;}
table{ border-collapse: collapse;  border-spacing:0;}
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal;}

.clearfix { float:none; clear:both;}

html{
	height:100%;
	width:100%;
	min-width:1050px;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#206794;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	min-width:1050px;
	-webkit-text-size-adjust:100%;

}

#wrapper{
	width:100%;
	height:100%;
	text-align:center;
	min-width:1050px;
	position:relative;
}

.header{
	width:950px;
	position:absolute;
	padding-top:50px;
	margin:0 auto;
	left:0;
	right:0;
	z-index:100;
}

.header h1{
	float:left;
}

.header div{
	width:480px;
	float:right;
	text-align:left;
}

.header h2{ margin-top:80px;}
.header h3{ margin-top:20px;}
.header h4{ margin-top:40px;}

.mainimg{
	width:100%;
	padding-top:400px;
}

.present{
	width:980px;
	margin:0 auto;
	padding-top:35px;
}
.present p{
	float:left;
}

.present .pre_txt{
	width:510px;
	float:right;
	text-align:left;
}

.present .pre_txt h2{
	margin-top:75px;
}

.present .pre_txt h3{
	margin-top:20px;
	font-size:1.6em;
	line-height:1.8;
}

.itemlist{
	width:100%;
}

.itemlist .item_tit{
	width:100%;
	background:#206794;
	padding:20px 0;
}

.itemlist .item_tit p{
	width:950px;
	margin:0 auto;
	color:#FFF;
	font-size:1.5em;
	text-align:left;
}

.itemlist ul{
	width:980px;
	margin: 0 auto;
}

.itemlist ul li{
	width:160px;
	float:left;
	margin-right:4px;
	margin-top:20px;
	font-size:0.85em;
	line-height:1.3;
}

.itemlist ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#206794;
	text-decoration:none;
}

.itemlist ul li a p{
	height:185px;
}

.itemlist ul li a p img{
	margin-top:15px;
}


.info{
	width:950px;
	margin:0 auto;
	text-align:left;
	margin-top:60px;
	padding-bottom:80px;
}

.info h3{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:7px;
}







