@charset "utf-8";
body{
	margin:0px;
	color:#202020;
	min-width: 1460px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
nav ul{
	list-style:none;
}
header{
	position:relative;
	border-top:10px solid #01663c;
}
#header_inner{
	width:1280px;
	height:100px;
	margin:0 auto;
}
header h1{
	width:220px;
	height:56px;
	float:left;
	padding:25px 10px 0 10px;
}
header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/logo.png') no-repeat;
}
#nav_contact{
	display:block;
	width:382px;
	height:80px;
	float:right;
	padding:5px 0px 0 0;
}
#gnav{
	width:656px;
	padding:25px 0 0 0px;
	float:left;
}

#gnav ul{
	list-style:none;
	margin:0 auto;
	position:relative;
}
#gnav ul li{
	width:135px;
	height:60px;
	margin:0;
	float:left;
	text-align:center;
}

#gnav ul li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	text-decoration:none;
	background:url('../images/common/nav3.png') no-repeat;
}
#nav01{
	width:100px !important;
	border-right: 1px solid #327955;
	border-left: 1px solid #327955;
}
#nav02{
	width:130px !important;
	border-right: 1px solid #327955;
}
#nav03{
	width:108px !important;
	border-right: 1px solid #327955;
}
#nav05{
	width:100px !important;
	border-right: 1px solid #327955;
}
#nav06{
	width:105px !important;
	border-right: 1px solid #327955;
}
#nav04{
	width:106px !important;
	border-right: 1px solid #327955;
}

#nav01 a{
	background-position:-13px 0 !important;
}
#nav01 a:hover{
	background-position:0 -60px !important;
}
#nav02 a{
	background-position:-141px 0 !important;
}
#nav02 a:hover{
	background-position:-141px -60px !important;
}
#nav03 a{
	background-position:-282px 0 !important;
}
#nav03 a:hover{
	background-position:-282px -60px !important;
}
#nav04 a{
	background-position:-417px 0 !important;
}
#nav04 a:hover{
	background-position:-417px -60px !important;
}
#nav05 a{
	background-position:-560px 0 !important;
}
#nav05 a:hover{
	background-position:-560px -60px !important;
}
#nav06 a{
	background-position:-684px 0 !important;
}
#nav06 a:hover{
	background-position:-684px -60px !important;
}
#bottom{
	text-align:center;
	background:url('../images/common/bottom.jpg') top center;
}
#bottom article{
	width:960px;
	margin:0 auto;
	padding:75px 120px;
	position:relative;
}
#zabuton1{
	position:absolute;
	left:0;
}
#zabuton2{
	position:absolute;
	right:-40px;
	top: 10px;
}
footer{
	padding:0px 0 0 0;
	background:#03653c;
}

#footer_inner{
	width:960px;
	margin:0 auto;
	padding:10px 120px;
	line-height:1.8em;
	color:#fff;
}
footer h3{
	font-size:24px;
	float:left;
	width:160px;
	line-height:40px;
	text-align:center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#footer_ad{
	width:380px;
	padding:0 0 0 20px;
	float:left;
}
#fnav{
	width:670px;
	float:right;
	padding:15px 0 0 0;
}
#fnav ul{
	list-style:none;
}
#footer_inner nav li{
	text-align:center;
	margin:0 20px;
	float:left;
}
#footer_inner a{
	color:#fff;
	text-decoration:none;
	border-bottom:3px solid #fff;
	padding:0 0 3px 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#footer_inner a:hover{
	text-decoration:underline;
}
#copyright{
	clear:both;
	text-align:center;
	padding:10px 0;
}
.gotop {
	position: fixed;
	bottom: 36px;
	right: 20px;
	font-size: 77%;
	z-index: 10000;
}
.gotop a{
	display:block;
	width:140px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	background:#03653c;
	text-align:center;
	border-radius:5px;
}