@charset "UTF-8";

h1,ul{
	padding:0;
	margin:0;
}

html,body{
	padding:0;
	margin:0;
	height:100%;
}

body{
	background-color:#000;
}

#wrapper {
	margin: 0px auto;
	width:1040px;
	height:100%
	text-align:center;
}

#back01,#back02,#back03,#back04,#back05 {
	width:1040px;
	text-align:center;
	background-color:#000;
}

#back02 img,#back03 img,#back04 img,#back05 img {
	width:800px;
}

h1 {
	display: none;
}

#back02,#back03,#back04,#back05 {
	padding-bottom:60px;
}

#back01 {
	height:474px;
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	padding-bottom:260px;
}

#back02 {
	height:2053px;
}

#back03 {
	height:1400px;
}

#back04 {
	height:2505px;
}

#back05 {
	height:811px;
}

div.climb{
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 100;
}
div.climb a{
	width: 70px;
	height: 30px;
	display: block;
	background-color: #696969;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 1em;
	padding-top: 10px;
}
div.climb a:hover{
	background: #c0c0c0;
}

