@charset "shift_jis";

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

	name : common.css

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

/* ********************************************************************************
 * ブラウザスタイルの初期化
 * ******************************************************************************** */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
img {
	border: none;
}
a img {
	border:none;
	text-decoration:none;
	outline:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type:none;
}

/* ********************************************************************************
 * デフォルトスタイル
 * ******************************************************************************** */

p {
	color: #ffffff;
}
hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
object,
param {
	border: 0;
	vertical-align: bottom;
}
input{
	verticalalign: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

strong {
	font-weight: bold;
	text-decoration: none;
}	

	
/* ********************************************************************************
 * LINK
 * ******************************************************************************** */

a {
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* ********************************************************************************
 * 凡庸クラススタイル
 * ******************************************************************************** */

.clear {
	display:none;
}
.hidden {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}

.textAlignLeft {
	text-align: left;
}
/* 右へfloat */
.alignRight {
	float: right;
}
	
/* 左へfloat */
.alignLeft {
	float: left;
}
/* floatをクリア　ここから */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hides from IE-mac */

/* 右へclear */
.clearRight {
	clear: right;
}
/* 左へclear */
.clearLeft {
	clear: left;
}

/* floatをクリア　ここまで */

/* ********************************************************************************
 * フォントサイズ
 * ******************************************************************************** */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
select,
input,
textarea {
	font-size: 99%;
}

/* ********************************************************************************
 * 基本レイアウト
 * ******************************************************************************** */

body {
	font-family:"Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS UI Gothic","Lucida Grande","MS Gothic";
	text-align: center; /* for IE6 */
	background: #000000;
	color: #ffffff;
}
#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
}	
#content,#content1,#content2,#content3 {
	width: 800px;
}	

/* ********************************************************************************
 * #header
 * ******************************************************************************** */
#header {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#logoNintendo {
	width: 63px;
	height: 16px;
	position: absolute;
	top: 23px;
	left: 28px;
}
#logoWii {
	width: 82px;
	height: 36px;
	position: absolute;
	right: 24px;
	bottom: 0;
}

/* ********************************************************************************
 * #navi
 * ******************************************************************************** */
#navi {
	width: 800px;
	height: 106px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#navi ul {
	width: 497px;
	height: 106px;
	position: absolute;
	top: 0;
	left: 303px;
}
#navi ul li {
	display: inline;
}
/* ********************************************************************************
 * #footer
 * ******************************************************************************** */
div#footer {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#footer ul#footerNavi  {
	margin-top: ０;
}
div#footer ul li {
	display: inline;
	font-size: 77%;
	line-height: 2.0;
}
div#footer ul li span.current,
div#footer ul li span.current a {
	color: #ffbe00;
}
div#footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
