@charset "utf-8";

html, body{
	background: #fff none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 2.0;
	color: #333;
	letter-spacing: 0;
}

.effect-fade-on-hover{
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.effect-fade-on-hover:hover{
	opacity: 0.6;
}

.effect-tdu-on-hover:hover{
	text-decoration: underline;
}

a.tdu:hover{
	text-decoration: none;
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper{
	overflow: hidden;
	min-width: 980px;
}


/* ---------------------------------------------------------------- header ---- */

#header{
	border-top: 3px solid #006833;
	margin-bottom: 45px;
}

#header .logo{
	text-align: center;
	margin-top: 30px;
}

/* ---------------------------------------------------------------- gnav ---- */
#gnav{
	margin-bottom: 50px;
}

.gnav-list{
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
}

.gnav-list__item{
	float: left;
}

.gnav-list__item a{
	background: transparent none no-repeat right top;
	height: 17px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	padding-left: 42px;
}

.gnav-list__item:first-child a{
	padding-left: 0;
}


.gnav-list__item__01 a{
	background-image: url(../img/header/gnav_01.png);
	width: 206px;
}

.gnav-list__item__01 a:hover{
	background-image: url(../img/header/gnav_01_on.png);
}

.gnav-list__item__02 a{
	background-image: url(../img/header/gnav_02.png);
	width: 208px;
}

.gnav-list__item__02 a:hover{
	background-image: url(../img/header/gnav_02_on.png);
}

.gnav-list__item__03 a{
	background-image: url(../img/header/gnav_03.png);
	width: 62px;
}

.gnav-list__item__03 a:hover{
	background-image: url(../img/header/gnav_03_on.png);
}

.gnav-list__item__04 a{
	background-image: url(../img/header/gnav_04.png);
	width: 110px;
}

.gnav-list__item__04 a:hover{
	background-image: url(../img/header/gnav_04_on.png);
}

.gnav-list__item__05 a{
	background-image: url(../img/header/gnav_05.png);
	width: 134px;
}

.gnav-list__item__05 a:hover{
	background-image: url(../img/header/gnav_05_on.png);
}

/* ---------------------------------------------------------------- main ---- */

#main{

}

/* ---------------------------------------------------------------- footer ---- */

#footer{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	color: #8d7940;
	font-size: 12px;
}
