@charset "UTF-8";
#container {
	margin: 0 auto;
	width: 980px;
}
body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #483021;
}
a {
	text-decoration: none;
}
#header h1 {
	height: 80px;
	border-bottom: solid 3px #483021;
	padding-top: 20px;
	line-height: 80px;
}
#gnav ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#gnav ul li {
	float: left;
	padding: 0 ;
	text-align: center;
	width: 140px;
	height: 100px;
}
#gnav ul li a {
	color: #472f20;
	display: block;
	font-size: 14px;
	font-weight: 550;
	padding: 35px 0px 0px;
	text-align: center;
	text-decoration: none;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
    -moz-transition: background-image 0.5s;
}
#gnav ul li.nav1 a {
	width: 140px;
	height: 100px;
	background-image: url(../images/nav1.png);
}
#gnav ul li.nav1 a:hover {
	background-image: url(../images/nav1_on.png);
	color: #c8d85a;
	font-weight: 900;
}
#gnav ul li.nav2 a {
	width: 140px;
	height: 100px;
	background-image: url(../images/nav2.png);
}
#gnav ul li.nav2 a:hover {
	background-image: url(../images/nav2_on.png);
	color: #c8d85a;
	font-weight: 900;
}
#gnav ul li.nav3 a {
	width: 140px;
	height: 100px;
	background-image: url(../images/nav3.png);
}
#gnav ul li.nav3 a:hover {
	background-image: url(../images/nav3_on.png);
	color: #5fb4dc;
	font-weight: 900;
}
#gnav ul li.nav4 a {
	width: 140px;
	height: 100px;
	background-image: url(../images/nav4.png);
}
#gnav ul li.nav4 a:hover {
	background-image: url(../images/nav4_on.png);
	color: #c8d85a;
	font-weight: 900;
}
#gnav ul li.nav5 a {
	width: 140px;
	height: 100px;
	background-image: url(../images/nav5.png);
}
#gnav ul li.nav5 a:hover {
	background-image: url(../images/nav5_on.png);
	color: #c8d85a;
	font-weight: 900;
}
#gnav ul li.nav6 a {
	display: block;
	width: 140px;
	height: 100px;
	background-image: url(../images/nav6.png);
	background-position: 0 0
}
#gnav ul li.nav6 a:hover {
	background-image: url(../images/nav6_on.png);
	color: #c8d85a;
	font-weight: 900;
}
#gnav ul li.nav7 a {
	display: block;
	width: 140px;
	height: 100px;
	background-image: url(../images/nav7.png);
	background-position: 0 0
}
#gnav ul li.nav7 a:hover {
	background-image: url(../images/nav7_on.png);
	color: #c8d85a;
	font-weight: 900;
}
#header:after {
	display: block;
	clear: both;
	content: "";
}
#header {
 *zoom: 1;
}
#footer_add {
	width: 980px;
	height: 52px;
	border-top: solid 3px #483021;
	border-bottom: dotted 1px #493021;
	text-align: center;
	line-height: 52px;
}
#footer_nav_menu {
	width: 980px;
	height: 52px;
	border-top: doded 1px #493021;
	border-bottom: solid 3px #493021;
}
#footer .footer_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
	font-size: 0.9em;
	text-align: center;
	line-height: 52px;
}
#footer .footer_nav li a {
	color: #a39790;
}
#footer .footer_nav li a:hover {
	color: #483021;
}
#copyright {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*----------clearfix----------*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.clearfix {
 *zoom: 1;
}
