@charset "utf-8";
/* FORMAT CSS Document */


body {
	background: #fff url(../images/bg_base.jpg) center top repeat;
	color: #000;
	font-size: 85%;
	font-family: "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#spmenuBox {
	display: none;
}

/*****************************************************************
 HEADER
******************************************************************/

#header {
	min-width: 1100px;
}

#logo {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 300;
}
#logo h1,
#logo p {
	position: absolute;
	top: 0;
	left: 38px;
	overflow: hidden;
	height: 196px;
}


#header .inner {
	width: 1100px;
	margin: 0 auto;
}

/* usefulArea ============================ */
#usefulArea {
	min-height: 40px;
	background: #362e2b;
	color: #fff;
}
#usefulArea .inner {
	overflow: hidden;
	width: 749px;
	margin: 0 auto;
	padding: 7px 38px 0 316px;
}

#language,
#fontSize,
#bgColor {
	float: left;
	margin-bottom: 7px;
}

#usefulArea dl {
	overflow: hidden;
	margin-left: 15px;
}
#usefulArea dt,
#usefulArea dd {
	 display: inline-block;
	 vertical-align: middle;
}
#usefulArea dt {
	margin-right: 6px;
	font-size: 82%;
}
#language {
}

#fontSize {
}
#fontSize dd a {
	display: block;
	min-width: 26px;
	background: #fff;
	color: #000;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}
#fontSize dd.normal a {
	font-size: 80%;
}


#usefulLink {
	float: right;
	overflow: hidden;
	margin-bottom: 7px;
}
#usefulLink li {
	float: left;
	min-width: 100px;
	margin-left: 8px;
}
#usefulLink a {
	display: block;
	padding: 3px 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 82%;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}
#usefulLink li.ruby a {
	padding-left: 18px;
	background: url(../images/icon_ruby.png) 3px center no-repeat;
}
#usefulLink li.reading a {
	padding-left: 18px;
	background: url(../images/icon_reading.png) 3px center no-repeat;
}



/* headerNavi ============================ */
#headerNavi {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	background: #fff url(../images/bg_base2.jpg) center top repeat;
}
#spmenuBtn {
	display: none;	
}
#naviBox {
	position: relative;
	float: right;
	width: 670px;
	margin-right: 38px;
	padding: 15px 0 16px;
}

#headerLink {
	float: left;
	margin-bottom: 8px;
}
#headerLink li {
	display: inline-block;
	margin-right: 8px;
	padding: 3px;
	padding-left: 12px;
	background: url(../images/icon_right.png) left center no-repeat;
}
#headerLink li a {
	color: #000;
}

#searchBox {
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
}
#searchBox dt,
#searchBox dd {
	float: left;
	vertical-align: middle;
}
#searchBox dt {
	margin-right: 8px;
	line-height: 26px;
}
#searchBox input[type="text"] {
	width: 180px;
	height: 18px;
	padding: 3px 10px;
	border: 1px solid #bebebe;
}

#snsBtn {
	overflow: hidden;
	float: right;
	width: 62px;
}
#snsBtn li {
	float: left;
	margin-left: 10px;
}
#snsBtn li:first-child {
	margin-left: 0;
}

/* gnav */
#gnav {
	position: relative;
	clear: both;
	width: 1024px;
	min-height: 105px;
	margin: 0 auto;
	padding: 0 38px;
	background: #fff url(../images/bg_base2.jpg) center top repeat;
	z-index: 200;
}

#gnav > ul {
	float: right;
	width: 852px;
}
#gnav > ul > li {
	float: left;
	width: 100px;
	margin-left: 7px;
	text-align: center;
}
#gnav ul li.tour,
#gnav ul li.life {
	margin-left: 8px;
}
#gnav ul li:first-child {
	margin-left: 0;
}
#gnav > ul li a {
	display: table-cell;
	width: 100px;
	height: 90px;
	background: #d1c0a5 url(../images/bg_net.png) left top repeat;
	color: #43382e;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	vertical-align: middle;
}
#gnav > ul li a:hover,
#gnav > ul li.on a {
	background: #d1c0a5 url(../images/bg_net_on.png) left top repeat;
}
#gnav ul li.tour a {
	background: #59493f;
	color: #fff;
}
#gnav ul li.tour a:hover {
	background: #362e2b;
	color: #fff;
}
#gnav ul li.life a {
	background: #3d5581;
	color: #fff;
	font-size: 110%;
}
#gnav ul li.life a:hover {
	background: #2d3f5f;
	color: #fff;
}
#gnav > ul li a span {
	display: block;
}





/*****************************************************************
 CONTETNS
******************************************************************/

#contentsWrap {
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
	padding: 0 38px;
	background: url(../images/bg_fuji.png) left bottom no-repeat, url(../images/bg_base2.jpg) center top repeat;
	color: #000;
}



#contentsNavi {
	clear: both;
	padding: 30px 0 0;
}
.fujiLink {
	margin: 70px 0 0;
}
.fujiLink img:hover {
	opacity: 0.7;
}

#naviList {
	margin: 70px 0 15px;
}
#naviList li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 12px;
	background: url(../images/icon_right.png) left center no-repeat;
	font-size: 85%;
}
#naviList li a {
	color: #000;
}

/*****************************************************************
 FOOTER
******************************************************************/
#footer {
	min-width: 1100px;
	padding: 30px 0;
	background: #7e6b5a url(../images/bg_footer.png) left top repeat;
	color: #fff;
}
#footer .inner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#pagetopBtn {
	position: absolute;
	top: -80px;
	right: 20px;
}

.wrapBox {
	overflow: hidden;
}
#emblem {
	float: left;
	margin-right: 15px;
}
#footerInfo {
	float: left;
}
#footerLogo {
	margin: 10px 0 20px;
}
#footerLogo img {
	width: 215px;
	height: auto;
}
#footerInfo dl {
	margin: 14px 0;
	font-size: 90%;
}
#copyright {
	min-width: 1100px;
	padding: 20px 0;
	background: #43382e;
	color: #fff;
	text-align: center;
}

