@charset "utf-8";
html {}

body {
	margin: 0px;
	color: #333333;
	position: relative;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

nav ul {
	list-style: none;
}

header {
	position: absolute;
	z-index: 999;
	width: 100%;
	padding: 0 0 10px 0;
	background: url('../images/common/header_bottom.png') repeat-x center bottom;
	background-color: rgba(255, 255, 255, 0.8) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

#header_inner {
	width: 940px;
	margin: 0 auto;
}

header h1 {
	width: 527px;
	height: 100px;
	padding: 20px 0 0 0;
	float: left;
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	margin: 0 auto;
	background: url('../images/common/logo.png') no-repeat;
}

#header_r {
	width: 220px;
	float: right;
}

#gnav {
	padding: 0;
}

#gnav ul {
	list-style: none;
	width: 960px;
	margin: 0 auto;
}

#gnav ul li {
	width: 160px;
	height: 100px;
	margin: 0 0px 0;
	float: left;
	position: relative;
}

#gnav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('../images/common/nav1.png') no-repeat;
}

#header #gnav1 a       { background-position:    0      0  ; }
#header #gnav1 a:hover { background-position:    0   -100px; }
#page1 #header #gnav1 a{ background-position:    0   -100px; }

#header #gnav2 a       { background-position: -160px    0  ; }
#header #gnav2 a:hover { background-position: -160px -100px; }
#page2 #header #gnav2 a{ background-position: -160px -100px; }

#header #gnav3 a       { background-position: -320px    0  ; }
#header #gnav3 a:hover { background-position: -320px -100px; }
#page3 #header #gnav3 a{ background-position: -320px -100px; }

#header #gnav4 a       { background-position: -480px    0  ; }
#header #gnav4 a:hover { background-position: -480px -100px; }
#page4 #header #gnav4 a{ background-position: -480px -100px; }

#header #gnav5 a       { background-position: -640px    0  ; }
#header #gnav5 a:hover { background-position: -640px -100px; }
#page5 #header #gnav5 a{ background-position: -640px -100px; }

#header #gnav6 a       { background-position: -800px    0  ; }
#header #gnav6 a:hover { background-position: -800px -100px; }
#page10 #header #gnav6 a{background-position: -800px -100px; }

#wrapper {}

footer {
	padding: 40px 0 20px 0;
	background: #653e32;
	color: #fff;
}

#footer_inner {
	width: 960px;
	margin: 0 auto;
}

#fnav {
	width: 650px;
	float: left;
}

#fnav ul {
	list-style: none;
	width: 140px;
	margin: 0 10px;
	float: left;
}

#fnav ul li {
	margin: 0 0 10px 0;
}

#footer_ad {
	width: 260px;
	float: right;
	line-height: 1.8em;
}

#copyright {
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
	color: #653e32;
}

.gotop {
	text-align: center;
}

.gotop img {
	width: 100px;
	height: 50px;
	margin: 0 auto;
	display: block;
}

.gotop a {}

header .chui{
	width: 300px;
	padding: 2px;
	border: 1px solid #663E33;
	border-radius: 4px;
	margin: 3px 0 0 -84px;
	font-size: 85%;
	background: #663E33;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

header .chui a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}