@charset "utf-8";

html,body {
    height:100%; /*IE6対策*/
	width:100vw;
	height:100%;
}
body {
	background-color:#f2f1e9;
	margin:auto;
	letter-spacing:1px;
}
#page {
	/*position:relative;*/
	height:auto !important; /*IE6対策*/
    height:100%; /*IE6対策*/
	width:100vw;
    min-height: 100vh;
    position: relative;/*←相対位置*/
    margin: auto;
	text-align:center;
}

#header .inner, #footer .inner, #contents .inner {
    margin: auto;
	width:960px;
}

#header {
	width:100vw;
	height:78px;
	background-color:#fff;
}
#header .inner {
	padding-top:10px;
}
.head_top{
	width:960px;
	height:50px;
	margin-bottom:5px;
}
h1{
	text-align:left;
}
#header .inner .mainBtn {
	width:530px;
	height:20px;
	float:right;
	margin:-40px 0 0 0;
}
#header .inner .mainBtn ul {
	display:inline;
	float:right;
}
/*.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}*/
#header .inner li {
	float:left;
	display:inline;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
.head_bottom{
	background-image:url(../../images/9nice_top_headerULine.jpg);
	background-repeat:repeat-x;
	width:100vw;
	height:13px;
	text-align:center;
}

#contents {
	margin:0 auto;
	color:#363636;
	margin-bottom:50px;
}
#contents .inner {
	margin:auto;
	padding:30px 0 50px 0;/*50pxはフッターの高さと同じ*/
	background-color:#f2f1e9;
    height:100%;
    min-height:100%;
}
#mainImg {
	margin:30px auto 25px;
	text-align:center;
}
.title {
	margin-bottom:20px;
}


#footer {
    margin:auto;
	height:50px;
	width:100%;
	background-color:#01429a;
	/*position:absolute;*/
	bottom:0;
	position: fixed;/*←絶対位置*/
	bottom: 0;/*下に固定*/
}
#footer .inner {
    margin:auto;
	height:14px;
	padding-top:22px;
	color:#fff;
}

p#pp{
	float:left;
}

p#pp a:link {
	color:#fff;
	text-decoration:none;
}
p#pp a:visited {
	color:#fff;
	text-decoration:none;
}
p#pp a:hover {
	color:#b0d2ff;
	text-decoration:none;
}
p#pp a::active {
	color:#b0d2ff;
	text-decoration:none;
}
#copyright {
	float:right;
	font-size:90%;
	color:#fff;
	text-align:right;
}