div#headerMenu{
	position:fixed;
	width:100%;
	height:95px;
	z-index:9999;
	background:url(../../img/fotterbg.png) 0 0 repeat;
}
div#headerMenu>table{
	margin:0 auto;
}

div#container{
	padding-top:95px;
	width:1000px;
	margin:0 auto;
}

div#container2{
	padding-top:20px;
	width:1000px;
	margin:0 auto;
}

div#toTopWrap{
	width:1140px;
	margin:0 auto;
}

div#toTop{
	width:103px;
	position:fixed;
	right:30px;
	bottom:-300px;
	text-align:right;
	z-index:100;
}

div#toTop .btnCont{
	padding-bottom:0;
}

div#toTop img{
	cursor:pointer;
}

div#slideCont{
	position:relative;
	z-index:200;
}

div#slideNav{
	width:1000px;
	position:absolute;
	z-index:50;
	top:287px;
	left:0;
}

div#slideNav .navLh{
	float:left;
	cursor:pointer;
}
div#slideNav .navRh{
	float:right;
	cursor:pointer;
}

div#slideNav .navLh.sel,
div#slideNav .navRh.sel{
	opacity:0.7;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	zoom:1;
}

div#viewport{
	width:1000px;
	height:667px;
	overflow:hidden;
}

ul#galley,
ul#galley li,
ul#thumbList,
ul#thumbList li{
	padding:0;
	margin:0;
	list-style:none;
}

ul#galley{
	overflow:hidden;
}

ul#galley li{
	float:left;
}

ul#galley li img{
	width:1000px;
	height:667px;
}

div#slideThumb{
	position:relative;
	z-index:210;
}

ul#thumbList{
	overflow:hidden;
	margin:15px 0 0 -2px;
	width:1002px;
}

ul#thumbList li{
	float:left;
	margin-left:3px;
	background:#fff;
	margin-bottom:5px;
	cursor:pointer;
}

ul#thumbList li img{
	display:block;
	background:#fff;
	vertical-align:bottom;
	width:140px;
	height:93px;
}

ul#thumbList li.sel img,
ul#thumbList li.current img{
	opacity:0.7;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	zoom:1;
}

div#footer{
	border-top:#1e1e1e 3px solid;
	background:url(../../img/fotterbg.png) 0 0 repeat;
}
div#footer>table{
	width:1000px;
	margin:0 auto;
}


/* sideBox */
#sideBox p,
#sideBox ul,
#sideBox ul li{
	padding:0;
	margin:0;
	list-style:none;
}

#sideBox{
	position: fixed;
	right: -270px;
	top:120px;
	z-index: 2000;
}
#sideBox #slideTab{
	position: absolute;
	top:0;
	left: -80px;
	cursor:pointer;
}
#sideBox>div{
	width: 280px;
	height: 620px;
	/*background: url(../img/side_bg.png) 0 0 no-repeat;*/
}

#sideBox #scUp,
#sideBox #scDown{
	width: 280px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
#sideBox #scUp img,
#sideBox #scDown img{
	margin-right:30px;
}
#sideBox #bannerWrap{
	background: url(../img/side_bg_mid.png) 0 0 repeat;
	height: 450px;
	overflow: hidden;
}
#sideBox #scUp{
	background: url(../img/side_bg_mid.png) 0 0 repeat;
}

#sideBox #scDown{
	background: url(../img/side_bg_btm.png) 0 bottom no-repeat;
}

#sideBox #bannerWrap ul{
	width: 180px;
	margin-left:35px;
}
#sideBox #bannerWrap a:hover img{
	opacity:0.7;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	zoom:1;
}

#sideBox ul li{
	margin:0 0 20px 0;
}


/* サブページメイン画像背景
-----------------------------------*/

div.mainBg{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	min-width:1033px;
	height:729px;
}
div.mainBg p{
	position:relative;
	height:729px;
}

div.mainBg img{
	position:absolute;
	bottom:0;
	width:100%;
}
