@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
html,body{
     height:100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #323232;
}
img {
	vertical-align: top;
}
ul, ol, dl, form {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
h1 {
	font-weight: 400;
	font-size: 18px;
	z-index: 100;
	height: 85px;
	display: inline-block;
	text-align: center;
	position: absolute;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 span {
	font-size: 15px;
	color: #ee665d;
	font-family: "Mplus 1p";
}
h1 a {
	color: #323232;
	text-decoration: none;
	font-size: 18px;
	transition: .3s;
}
h1 a:hover {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
h2 {
	font-family: "Mplus 1p";
	font-weight: 300;
	text-align: center;
	font-size: 28px;
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #216bb5;
	padding-bottom: 20px;
	color: #216bb5;
}
h2 span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #ee665d;
	display: block;
	margin-top: 10px;
}
#contents a {
	transition: .3s;
}
.wrap {
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#wrap{
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#header {
	height: 155px;
	position: relative;
}
#header .block {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	background-color: #216bb5;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#header #nav ul {
	width: 1120px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1a60a7;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#header #nav ul li {
	list-style-type: none;
	float: left;
	width: 139px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1a60a7;
	height: 60px;
}
#header #nav ul li a {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	height: 60px;
	width: 139px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}
#header #nav ul li a::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-radius: 50%;
	transition: .3s;
	background-color: #67a2dd;
}
#header #nav ul li a:hover::after {
	width: 160px;
	height: 160px;
	margin-top: -80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -80px;
}

#contents{
	padding-bottom: 300px; /*フッターの高さと同じ*/
}
#footer{
	height: 220px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../images/footer-_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #fff;
}
#footer p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	transition: 0.5s;
}
#footer a:hover {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
#contents p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents a:hover {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
