@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : top.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */
a:link {
	color: #666;
	text-decoration: none;
}
/* a:active */
a:active {
	color: #666;
	text-decoration: none;
}
/* a:visited */
a:visited {
	color: #666;
	text-decoration: none;
}
/* a:hover */
a:hover {
	color: #666;
	text-decoration: none;
}

/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */
div#header:after,
div#gnavi:after,
div#content div.twoColumn:after,
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#header,
div#gnavi,
div#content div.twoColumn,
.clearfix {
	display: inline-block;
}
* html div#header,
* html div#gnavi,
* html div#content div.twoColumn,
* html .clearfix {
	height: 1%;
}
div#header,
div#gnavi,
div#content div.twoColumn,
.clearfix {
	display: block;
}

/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */
/* body */
body {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center; /* for IE6 */
	color: #666;
	min-width: 768px;
}

/* div#flashArea */
div#flashArea {
	position: relative;
	width: 100%;
	height: 680px;
	background: url(../../images/bg_container.jpg) 50% 0 no-repeat;
}

/* #flashContent */
#flashContent {
	margin: 0 auto; 
}

/* div#header
 * ******************************************************************************** */
div#header {
	position: relative;
	background: url(../../images/bg_container.jpg) 50% 0 no-repeat;
	width: 768px;
	height: 680px;
	margin: 0 auto;
}
/* p#logoNintendo */
div#header p#logoNintendo {
	position: absolute; top: 28px; left: 0;
	width: 57px;
	height:14px;
	line-height: 0;
	font-size: 0;
}
/* p#logoWii */
div#header p#logoWii {
	position: absolute; top: 20px; right: 0;
	width: 69px;
	height:30px;
	line-height: 0;
	font-size: 0;
}
/* h1#wiiPartyLogo */
div#header h1#wiiPartyLogo {
	position: absolute; top: 41px; left: 217px;
	width: 339px;
	height: 270px; 
	line-height: 0;
	font-size: 0;
}
/* p.liner */
div#header p.liner {
	position: absolute; top: 329px; left: 203px;
	width: 362px;
	height: 52px;
	line-height: 0;
	font-size: 0;
}
/* gnavi ul li */
div#header div#gnavi ul li {
	text-indent: -9999px;	
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/* gnavi a */
div#header div#gnavi ul li a {
	display:block;
	width:100%;
	height:100%;
}
div#header div#gnavi ul li.gnavi_1 {
	position: absolute; top: 498px; left: 98px;
	width: 156px;
	height: 163px;
}
div#header div#gnavi ul li.gnavi_2 {
	position: absolute; top: 546px; left: 254px;
	width: 101px;
	height: 114px;
}
div#header div#gnavi ul li.gnavi_3 {
	position: absolute; top: 546px; left: 354px;
	width: 101px;
	height: 114px;
}
div#header div#gnavi ul li.gnavi_4 {
	position: absolute; top: 546px; left: 454px;
	width: 101px;
	height: 114px;
}
div#header div#gnavi ul li.gnavi_5 {
	position: absolute; top: 546px; left: 555px;
	width: 105px;
	height: 114px;
}
div#header div#gnavi ul li.gnavi_1 a {
	background: url(../../images/gnavi_1.png) 0 0 no-repeat;
}
div#header div#gnavi ul li.gnavi_2 a{
	background: url(../../images/gnavi_2.png) 0 0 no-repeat;
}
div#header div#gnavi ul li.gnavi_3 a{
	background: url(../../images/gnavi_3.png) 0 0 no-repeat;
}
div#header div#gnavi ul li.gnavi_4 a{
	background: url(../../images/gnavi_4.png) 0 0 no-repeat;
}
div#header div#gnavi ul li.gnavi_5 a {
	background: url(../../images/gnavi_5.png) 0 0 no-repeat;
}
div#header div#gnavi ul li.gnavi_1 a:hover {
	background-position: 0 bottom;
	height: 163px;
}
div#header div#gnavi ul li.gnavi_2 a:hover,
div#header div#gnavi ul li.gnavi_3 a:hover,
div#header div#gnavi ul li.gnavi_4 a:hover,
div#header div#gnavi ul li.gnavi_5 a:hover {
	background-position: 0 bottom;
	height: 114px;
}

/* div#footer
 * ******************************************************************************** */
div#footer {
	width: 768px;
	margin: 0 auto;
	text-align: center;
}
div#footer div#links {
	width: 648px;
	margin: 0 0 16px 58px;
	text-align: left;
}
/* dl#interview */
div#footer dl#interview {
	width: 318px;
	height: 207px;
	margin: 0 auto;
	background: url(../../images/bg_tvcm.gif) 0 0 no-repeat;
	line-height: 0;
	font-size: 0;
}
div#footer dl#interview dt {
	padding: 10px 0 0 14px;
}
div#footer dl#interview dd a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha( opacity=80 );
}
div#footer dl#interview dd {
	padding: 5px 0 0 11px;
}
/* dl#movie */
div#footer dl#movie {
	float: left;
	width: 318px;
	height: 207px;
	background: url(../../images/bg_tvcm.gif) 0 0 no-repeat;
	line-height: 0;
	font-size: 0;
}
div#footer dl#movie dt {
	padding: 10px 0 0 14px;
}
div#footer dl#movie dd a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha( opacity=80 );
}
div#footer dl#movie dd {
	padding: 7px 0 0 11px;
}
/* dl#tvcm */
div#footer dl#tvcm {
	float: right;
	width: 318px;
	height: 207px;
	background: url(../../images/bg_tvcm.gif) 0 0 no-repeat;
	line-height: 0;
	font-size: 0;
}
div#footer dl#tvcm dt {
	padding: 10px 0 0 14px;
}
div#footer dl#tvcm dd {
	padding: 7px 0 0 11px;
}
div#footer dl#tvcm dd a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha( opacity=80 );
}




/* div#softInfo */
div#footer div#softInfo {
	position: relative;
	width: 648px;
	height: 145px;
	margin: 6px 0 0 57px;
	padding-top: 27px;
	background: url(../../images/bg_softinfo.jpg) 0 0 no-repeat;
	text-align: left;
	line-height: 0;
	font-size: 0;
}
div#footer div#softInfo ul.info {
	margin-left: 140px;
}
div#footer div#softInfo ul.info li {
	float: left;
	margin-right: 34px;
	margin-bottom: 10px;
}
div#footer div#softInfo p.notice {
	position: absolute; top: 78px; left: 140px;
	width: 422px;
	height: 10px;
}
div#footer div#softInfo p.link_cero {
	position: absolute; top: 22px; right: 26px;
	width: 34px;
	height: 42px;
}
div#footer div#softInfo p.soldout {
	position: absolute; top: 131px; left: 39px;
	width: 34px;
	height: 42px;
}
/* p#footerMenu */
div#footer p#footerMenu {
	margin-top: 10px;
	color: #df007f;
	font-size: 77%;
	font-weight: bolder;
	line-height: 2;
	letter-spacing: 0.1ex;
}
/* p#footerMenu a */
div#footer p#footerMenu a {
	color: #666;
	font-weight:normal;
}
div#footer p#footerMenu a:hover {
	color: #df007f;
	text-decoration:underline;
}
/* p#footerMenu span */
div#footer p#footerMenu span {
	color: #666;
	font-weight:normal;
}
/* p#copyright */
div#footer p#copyright {
	margin: 10px 0; 
	color: #666;
	font-size: 75%;
	font-weight:normal;
	line-height: 2;
	letter-spacing: 0.1em;
}

/* ******************************************************************************** 
 * body.noFlash
 * ******************************************************************************** */

/* div#flashArea */
body.noFlash div#flashArea {
	background: none;
}
/* div#header
 * ******************************************************************************** */
body.noFlash div#header {
	position: relative;
	background: url(../../images/bg_ds_header.jpg) 50% 0 no-repeat;
	width: 768px;
	height: 680px;
	margin: 0 auto;
}
/* div#gnavi */
body.noFlash div#header div#gnavi {
	position: absolute; top: 392px; left: 0;
	background: url(../../images/bg_ds_gnavi.jpg) 50% 0 no-repeat;
	width: 768px;
	height: 288px;
}
body.noFlash div#header div#gnavi ul li.gnavi_1 {
	position: absolute; top: 106px; left: 98px;
}
body.noFlash div#header div#gnavi ul li.gnavi_2 {
	position: absolute; top: 154px; left: 254px;
}
body.noFlash div#header div#gnavi ul li.gnavi_3 {
	position: absolute; top: 154px; left: 354px;
}
body.noFlash div#header div#gnavi ul li.gnavi_4 {
	position: absolute; top: 154px; left: 454px;
}
body.noFlash div#header div#gnavi ul li.gnavi_5 {
	position: absolute; top: 154px; left: 555px;
}
