@charset "Shift_JIS";

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color: #000000;
}

img {
	border: 0;
}

ul,li {
	margin:0;
	padding:0;
	list-style: none;
}


/*--------------------------------------

	Layout  index

----------------------------------------*/

body {
	text-align: center;
}

div.clear {
	clear: both;
}

div#all {

	margin: auto;
	width: 720px;
	text-align: left;
}


div#header{
	width: 720px;
	margin-top: 20px;

}

div#header ul li{

	margin: 0;
	padding: 0;
	float: left;
	display: inline;

}

div#header ul li#ninlogo{

	width: 64px;
	margin: 12px 473px 22px 50px;
}

div#header ul li#wiilogo{

	width: 83px;
	margin: 2px 50px 10px 0px;
}

div#main0 {

	width: 720px;
	margin: 0;
	padding: 0;

}

P#main1 {

	float: left;
	width: 360px;
	margin: 0;
	padding: 0;


}

P#main2 {

	float: left;
	width: 360px;
	margin: 0;
	padding: 0;

}

div#footer {

	width: 720px;
}

div#footer ul li {

	float: left;
}


div#footer ul li#gonin a {

	display: block;
	width: 175px;
	height: 35px;
	background: url(../common/go_nintentop.jpg) 0px -35px no-repeat;
	text-indent: -9999px;
}


div#footer ul li#gonin a:hover{
	background: url(../common/go_nintentop.jpg) 0px 0px no-repeat;
}


div#footer ul li#gowii a {
	
	display: block;
	width: 140px;
	height: 35px;
	background: url(../common/go_wiitop.jpg) 0px -35px no-repeat;
	text-indent: -9999px;	
	
}

div#footer ul li#gowii  a:hover{
	background: url(../common/go_wiitop.jpg) 0px 0px no-repeat;
}

div#footer ul li#gotop a {
	
	margin-right: 66px;
	display: block;
	width: 140px;
	height: 35px;
	background: url(../common/go_toppage.jpg) 0px -35px no-repeat;
	text-indent: -9999px;	
	
}

div#footer ul li#gotop  a:hover{
	background: url(../common/go_toppage.jpg) 0px 0px no-repeat;
}


div#footer ul li#index_logo a {

	margin-top: 12px;
	margin-right: 12px;
	display: block;
	width: 187px;
	height: 30px;
	background: url(../common/index_logo.gif) 0px 0px no-repeat;
	text-indent: -9999px;	
	
}


div#footer::after {

	height: 0;
	visibility: hidden;
	content: "."; 
	display: block;
	clear: both;
}

div#footer {
	display:inline-block; /*IE7p*/
}

div#footer {

	width: 100%; 
	/*_*/*/
	overflow: hidden; 
	/**/
}
