@charset "UTF-8";
/* CSS Document */
html {
	background: url(../img/back02.jpg) repeat;
	width: 100%;
	overflow-y: scroll;
}
body {
	font-size:82%;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	background: url(../img/back03.jpg) repeat-x center top;
	width: 100%;
}

#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: url(../img/back01.png) no-repeat 58% top;
}

#subBox {
	overflow: hidden;
	float: left;
	width: 182px;
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 0px;
}
#mainBox {
	float: right;
	width: 759px;
	z-index: 20;
}

#mainContent {
	margin-left: 18px;
	padding-top: 17px;
	overflow: hidden;
	padding-bottom: 50px;
}

header {
	overflow: hidden;
}
h1 {
	overflow: hidden;
	height: 291px;
	width: 171px;
}
#navbox {
	float: right;
	width: 700px;
}

#gnav {
	width: 759px;
	overflow: hidden;
	padding:0;
	margin:0;
}
#gnav li {
	display: block;
	float:left;
	overflow: hidden;
	padding:0;
	margin:0;
}
.foooter {
	width: 100%;
	height: 100%;
	clear: both;
}
.footBox {
	width: 100%;
	text-align: center;
	background: url(../img/foot_back01.jpg) repeat-x center top;
	height: 52px;
}


#pageTop {
	position: fixed;
	bottom: 65px;
	z-index: 500;
	right: 40px;
}
