@charset "utf-8";
/* CSS Document */

#popup {background:#020a1f; text-align:center;}

/*---------------------------------------------------------------------
Wrapper Layout
---------------------------------------------------------------------*/
#wrapper {width:677px; text-align:left; margin:0 auto;}
	
	/*---------------------------------------------------------------------
	Header Layout
	---------------------------------------------------------------------*/
	#header {position:relative; top:8px; height:60px; margin-bottom:60px;}
		#nintendo, #wii {position:absolute; line-height:0; font-size:0;}
		#nintendo {top:27px; left:0;}
		#wii {top:20px; right:0;}
		
		#nintendo a, #wii a {height:0; display:block; overflow:hidden; cursor:pointer;}
		#nintendo a {width:74px; padding-top:19px; background:url(../images/top/logo_nintendo.png) no-repeat 0 0 !important; background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../common/images/top/logo_nintendo.png", sizingMethod="scale");}
		#wii a {width:79px; padding-top:35px; background:url(../images/top/logo_wii.png) no-repeat 0 0 !important; background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../common/images/top/logo_wii.png", sizingMethod="scale");}


	/*---------------------------------------------------------------------
	Contents Layout
	---------------------------------------------------------------------*/
	#contents {height:340px; width:480px; margin:0 auto 50px auto; text-align:center;}
	
	
	/*---------------------------------------------------------------------
	Footer Layout
	---------------------------------------------------------------------*/
	#footer {text-align:center;}