@charset "UTF-8";
/*共通*/
* { margin: 0; padding: 0; border: none; }

html, body { width: 100%; height: 100%; min-height: 1203px;}

body { background-color: #FCCB00; }

a { display: block; overflow: hidden; text-indent: 100%; white-space: nowrap; line-height: 0; font-size: 0; }

h1, h2, h3, h4 {}

img { vertical-align: bottom; }

li { list-style: none; }

#nintendo { width: 90px; height: 22px; overflow: hidden; z-index: 91; position: absolute; top: 19px; left: 12px; }
#nintendo a { width: 90px; height: 22px; background: url(../img/common/nintendo.png) no-repeat 0 0; }


#foot_bottom { width: 100%; height: 20px;position: relative;}
#foot_bottom div.copy { width: 100%; height: 20px; background: url(../img/common/copy.gif) no-repeat 100% 0 #ffac00; }
#foot_bottom div.copy a { width: 142px; height: 19px; margin: 0 0 0 20px; background: url(../img/common/foot_btn_official.png) no-repeat 0 0; }
#foot_bottom div.copy a:hover { background-position: 0 -19px; }



.wrap{
	width: 100%;
	height: 100%;
	min-height: 1120px;
	min-width: 960px;
	overflow: hidden;
	position: relative;
	background: #FCCB00 url(../img/bg_top.png) center top no-repeat;
}

.title_main{
	position: absolute;
	top: 45px;
	left: -400px;
	margin-left: 50%;
	line-height: 0;
	font-size: 0;
}
#movie{
	  width: 816px;
	  margin: 230px auto 0 auto;
	  background-color: #000000;
	  border: 9px solid #ffac00;
	  font-size: 0;
	  line-height: 0;
	  position: relative;
	  z-index: 100;
}

.txt_main{
	position: absolute;
	top: 767px;
	left: -253px;
 	margin-left: 50%;
	line-height: 0;
	font-size: 0;
}

.bg_bottom{
	width: 100%;
	height: 660px;
	background: url(../img/bg_bottom.png) center bottom no-repeat;
	position: absolute;
	bottom: 84px;
	left: 0;
}

.ground{
	width: 100%;
	min-width: 960px;
	height: 64px;
	background: url(../img/bg_ground.png) center top repeat-x;
	position: absolute;
	bottom: 20px;
	left: 0;
}

#footer{
	position: absolute;
	width: 100%;
	min-width: 960px;
	height: 20px;
	bottom: 0;
	left: 0;
}



