body {
	background:#000;
	padding: 0;
	margin: 0;
	height:1520px;
}

img {
	border: 0;
	outline: none;
}

#allWrapper{
	overflow:hidden;
	height:0;
	display:block;
}

#allWrapper.noMotion{
	overflow:visible;
	height:auto;
	display:inherit;
}

#forestWrapper{
	position:absolute;
	top:0;
	left:0;
	z-index:-5;
	width:100%;
}

#forestWrapper #forest{
	margin:0 auto 0 auto;
	position:relative;
	width:960px;
	height:810px;
}

#forestWrapper #forest img{
	position:absolute;
	margin-left:-270px;
	display:none;	
}

#forestWrapper #forest img.noMotion{
	display:inline;
}

#forestWrapper #forest img.img01{
	z-index:-4;
}

#forestWrapper #forest img.img02{
	z-index:0;
}


#hdr {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 58px;
	z-index: 11;
}

#hdr img {
	position: absolute;
}

#hdr .hdr_nintendo {
	top: 25px;
	left: 15px;
}

#hdr .hdr_3ds {
	top: 25px;
	right: 15px;
}

#main {
	position: relative;
	width: 960px;
	height: 700px;
	margin:60px auto 0 auto;
}

#main img {
	position: absolute;
}

#main .img1 {
	top: 0px;
	left: 26pxpx;
}

#main .img2 {
	top: 0;
	left: 480px;
}

#main .img3 {
	top: 454px;
	left: 0;
}

#main .img4 {
	top: 548px;
	left: 212px;
}

#main .img5 {
	top: 620px;
	left: 680px;
}

#infoWrap {
	background: url(../img/bg_content_01.jpg);
	width: 100%;
}

#infoWrap .info {
	width: 960px;
	margin: 0 auto;
	padding-top: 22px;
	position: relative;
	background: url(../img/bg_content_02.png);
}

.info01 {
	position: absolute;
	top: 64px;
	left: 14px;
}

.info02 {
	position: absolute;
	top: 267px;
	left: 41px;
}

.infoBtn01{
	position: absolute;
	top: 355px;
	left: 41px;
}

#infoWrap .info dl {
	width: 608px;
	margin: 0 0 40px 335px;
	padding: 0;
}

#infoWrap .info dt, .info dd {
	margin: 0;
	padding: 0;
}

dd.infoBtn02{
	padding:0 0 30px 40px;
}

#ftrWrap {
	background: url(../img/bg_footer_01.png);
	width: 100%;
	padding-top: 35px;
}

#ftr {
	position: relative;
	width: 100%;
	height: 24px;
	margin: 0 auto;
}

#ftr img {
	position: absolute;
	top: 0;
}

#ftr .ftr_btn_nintendo {
	left: 15px;
}

#ftr .ftr_btn_3ds {
	left: 127px;
}

#ftr .ftr_copyright {
	left: 50%;
	margin-left: -34px;
}

#ftr .ftr_btn_pageTop {
	right: 15px;
}

