.pageDownBtn {
	width: 183px;
	height: 90px;
	position: fixed;
	bottom: 15px;
	left: 50%;
	margin-left: -91px;
}
.pageTopBtn {
	width: 183px;
	height: 90px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -91px;
}

.section{
	text-align:center;
}

	
/*============================================================================================
トップページ　start
index.html
============================================================================================*/
 #section0,
 #section1{
	background-size: cover;
	position: relative;
 }
 
#section0 {
	overflow: hidden;
	background:#000;
	padding-top:200px;
}
#section1{
	overflow: auto;
	position: relative;
	background:#c39843;
	padding-top:200px;
}
.cont01{
	width:745px;
	height:477px;
	position:fixed;
	top:200px;
	left:50%;
	margin-left:-372px;
}
#navi{
	width:100%;
	height:80px;
	position:fixed;
	top:0;
}
#navi02{
	width:980px;
	margin:0 auto;
}


