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

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	padding:0;
	display:block;
	margin:0;
	font-weight: 100;
}

html{
 /* IE以外 */
      margin-bottom:1px;
      height:100%;
      /* IE用 */
      overflow-y:scroll;
}



body > #container {height:auto;}


.c-both {
    clear: both;
    padding: 0px;
    margin: 0px;
}


p{
	padding:0;
	margin:0;
}

nav,header,footer{display:block;}

address{
	font-style: normal;
}


dl,dt,dd{
	margin: 0;
	padding: 0;
}


@media(min-width:481px){
	
body {
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
line-height: 1.8;
margin:0px 0px 0px 0px;
text-align:left;
width:100%;
height:100%;
min-height:100%;
-webkit-text-size-adjust: none;
word-wrap:break-word;
background-color: #FFFFFF;
}	
	
#wrap{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	}
	
#container{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
}
	
#container2{
	width: 100%;
	min-width: 1200px;
	
}

header{
	width: 100%;
	min-width: 1200px;
	}

#header{
	width: 100%;
	min-width: 1200px;
	height: 151px;
	margin: 0 auto;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	}

#header_m{
	display: none;
	}
		
	
.h_base{
	width:1100px;
	margin: 0 auto;
		
	}

.logo{
	width:392px;
	height: 77px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 35px;
	margin-bottom: 32px;
	float: left;
	}
	
.hmark{
	display:none;
}

.htitle{
	display:none;
}


footer{
	width: 100%;
	min-width: 1200px;
}


#footer{
	width: 100%;
	min-width: 1200px;
	margin:0 auto;
	background-color: #002C63;
	color: #FFF;
	position: absolute;
}
	
#ft_bg{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
	
	

.ft_con{
	width: 1000px;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom:40px;
	font-size: 16px;
	line-height: 24px;
	}
	
.fdetails1{
	width: 400px;
	margin:0 auto;
}

.fdetails2{
	width: 550px;
}

.ftname{
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
}
	
.ftadd{
	padding-top: 10px;
}

.copyright{
	width: 384px;
	height: 11px;
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position: center;
	padding-top: 20px;
	margin: 0 auto;
	}
	
.sitemaptitle{
	width:500px;
	height: 22px;
	background-image:url(../images/sitemaptitle.png);
	background-repeat:no-repeat;
	border-bottom: solid 1px #FFF;
	}
	


}



@media(max-width:480px){
	
body {
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
line-height: 1.8;
margin:0px 0px 0px 0px;
text-align:left;
width:400px;
height:100%;
min-height:100%;
-webkit-text-size-adjust: none;
word-wrap:break-word;
background-color: #FFFFFF;
}	
	
	
#wrap{
	width:480px;
	overflow:hidden;
	padding: 0;
	margin: 0;
	}

#container{
	width:480px;
	position:relative;
	margin: 0 auto;
	margin-top: 0px;
	}
	
#container2{
	width:400px;
	position:relative;
	margin: 0 auto;
}

header{
	width:480px;
	margin: 0 auto;
	}

#header{
	width:480px;
	height: 95px;
	position:relative;
	margin-top: 50px;
	}
	
#header_m{
	width:480px;
	height: 50px;
	margin: 0 auto;
	position: fixed;
	z-index: 999;
	background-color:#002C63;
	}


.logo{
	width:332px;
	height: 52px;
	background-image: url(../images/logo_s.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 0px;
	}
	
.hmark{
	display:block;
	width:31px;
	height:37px;
	background-image:url(../images/h_mark.png);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-top:5px;
	padding-left:10px;
	float: left;
}
	
.htitle{
	display:block;
	width:320px;
	padding-top:10px;
	padding-left:80px;
	text-align:left;
	font-size:16px;
	color: #FFF;
	margin: 0 auto;
	float: left;
}


footer{
	width:480px;
	margin: 0 auto;
}


#footer{
	width:480px;
	margin: 0 auto;
	margin-top: -50px;
	padding-top: 50px;
}
	
#ft_bg{
	min-width:480px;
	margin: 0 auto;
	background-color: #002C63;
	color: #FFF;
}
	
	

.ft_con{
	width:360px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom:40px;
	font-size: 16px;
	line-height: 24px;
	}
	
.fdetails1{
	width: 400px;
	margin: 0 auto;
}

.fdetails2{
	width: 36px;
	margin: 0 auto;
}

.ftname{
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
}
	
.ftadd{
	padding-top: 10px;
}

.copyright{
	width: 330px;
	height: 11px;
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position: center center;
	padding-top: 20px;
	background-position: bottom;
	}
	
	

}


