html{
	background:#fff;
}
body{
	margin:0px;
	color:#000;
	position:releative;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
header{
	width:940px;
	height:145px;
	position:relative;
	margin:0 auto;
	z-index: 100;
}

header h1{
	width:100%;
	height:100%;
	background:url('../images/common/logo.png') no-repeat center;
}
header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#hnav{
	float:right;
	width:310px;
	height:55px;
	padding:15px 0 0 0;
}
#hnav li{
	width:140px;
	height:35px;
	float:left;
	margin:0 0 0 10px;
}
#hnav a{
	text-indent:-9999px;
	width:100%;
	height:100%;
	display:block;
	background:url('../images/common/hnav.png') no-repeat;
}
#hnav01 a{
	background-position:   0    0px;
}
#hnav01 a:hover{
	background-position:   0  -35px;
}
#hnav02 a{
	background-position:-140px  0px;
}
#hnav02 a:hover{
	background-position:-140px  -35px;
}
#gnav{
	margin:0 auto;
	height:70px;
	padding:0px 0 0 0px;
}
#gnav ul{
	width:1080px;
	margin:0 auto;
	list-style:none;
	display:flex;
	justify-content:space-between;
}
#gnav li{
	height:30px;
	font-size:16px;
/*	margin:0 17px;*/
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight:normal;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
#gnav li a{
	display:block;
	color:#444444;
	text-decoration:none;
	border-bottom:1px solid #486063;
}
#gnav li a:hover{
	border-bottom:1px solid #97906e;
}

.gotop{
	width:940px;
	margin:0 auto 20px;
	text-align:right;
}
footer{
	padding:30px 0 0 0;
	line-height:1.5em;
	height:275px;
	background:#486063 url('../images/common/bg_footer.png') no-repeat top center;
}
#footer_inner{
	width:940px;
	margin:0 auto 10px;
	line-height:2em;
	color:#fff;
}
#footer_inner a{
	color:#fff;
	text-decoration:none;
}
#footer_inner a:hover{
	text-decoration:underline;
}
footer nav{
	width:235px;
	float:left;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
footer ul{
	padding:0 0 0 20px;
	list-style:disc;
}
footer h3{
	padding:0 0 0 0px;
	margin:0 0 3px 0;
	/*background:url('../images/common/footer_icon.png') no-repeat 0 2px;*/
}
footer li{
	margin:0 0 3px 0;
	/*background:url('../images/common/footer_icon2.png') no-repeat 3px 2px;*/
}
#footer_ad{
	clear:both;
	width:940px;
	padding:100px 0 0 0;
	margin:0px auto 0;
	clear:both;
	text-align:center;
	color:#fff;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
#copyright{
	padding:0px 0 0px 0;
	clear:both;
	text-align:center;
	background:#fff;
	color:#333333;
}
#top2{
	width:960px;
	margin:0 auto 30px;
}

#top2 ul{
	list-style:none;
}
#top2_1{
	width:520px;
	margin:0 10px;
	float:left;
}
#top2_2{
	width:400px;
	margin:0 auto;
}

.gotop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	clear: both;
	width: 160px;
	height: 30px;
}

.gotop a{
	display: block;
	width: 160px;
	height: 30px;
	/*background: url('../images/preopen/gotop.png') no-repeat;*/
	text-indent: -9999px;
}
.sp_only{
	display:none;
}
