/* Common */

body {
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #0fa1b8;
}


h1,h2,h3,h4,h5,h6, p {
	margin: 0;
	padding: 0;
}


a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: inherit;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



div#container {
	/*display: none;*/
	width: 100%;
	text-align: center;
}
	div.top {
		background: #0fa1b8 url(../img/bg_container_top.jpg) no-repeat center top;
	}


div#acrplain {
	display: block;
	width: 768px;
	text-align: left;
	margin: 0 auto;
}



div#header {
	width: 768px;
	height: 40px;
}
div#header div.logoNintendo {
	position: relative;
	float: left;
	width: 90px;
	z-index: 999;
}
div#header div.logoWii {
	position: relative;
	float: right;
	width: 80px;
	z-index: 999;
}

div#contents {
	position: relative;
	width: 768px;
	z-index: 9;
}
	div.top div#contents {
		padding-top: 216px;
	}
	div.top h1 {
		width: 500px;
		height: 125px;
		margin: 0 128px 95px 140px;
	}


/* embed : inline flash parts */
div#swfbtn {
	text-align: center;
}
div#movies {
	width: 437px;
	/*height: 56px;*/
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 26px;
	margin-bottom: 10px;
}


div#return {
	position: absolute;
	top: 435;
	left: 17;
	width: 52px;
	height: 51px;
}


div#navigation {
	/* 768-576=192/2=96 fix-1*/
	position: relative;
	width: 576px;
	height: 51px;
	margin: 0 97px 0 95px;
	z-index: 99;
}
div#navigation ul {
}
div#navigation ul li {
	position: relative;
	display: inline;
	float: left;
}
div#navigation ul li img.new {
	position: absolute;
	top: -16;
	right: 0;
}

div#moreinfo {
	text-align: center;
	margin-bottom: 17px;
}
div#moreinfo p {
	display: inline;
	height: 15px;
	margin-right: 15px;
}

div#information {
	/* 768-755-1(margin)=12 */
	position: relative;
	width: 756px;
	height: 87px;
	margin: 0 5px 0 7px;
}
div#information p.this {
	display: inline;
	float: left;
}
div#information p.acds {
	display: inline;
	float: right;
}
div#information p.mobile {
	position: absolute;
	top: 12;
	left: 237;
}


div#footer {
	width: 756px;
	font-size: 90%;
	background-color: #0fa1b8;
	margin: 12px 6px 30px 6px;
}
div#footer div.navicont {
	display: inline;
	float: left;
}
div#footer div.navilink {
	display: inline;
	float: left;
	margin-left: 25px;
}
div#footer div.copyright {
	display: inline;
	float: right;
}
div#footer ul {
}
div#footer ul li {
	display: inline;
	float: left;
	line-height: 18px;
}


div#swffooter {
	width: 100%;
	text-align: center;
}
div#swfplain {
	display: block;
	width: 768px;
	text-align: left;
	margin: 0 auto;
}



.clearfix:after {
	content: "";
	display: block;
	clear:both;
}
