@charset "shift_jis";


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

	file name : common.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
	
/* ********************************************************************************
 * link
 * ******************************************************************************** */

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


/* ********************************************************************************
 * classes
 * ******************************************************************************** */

.clear {
	display:none;
}
.hidden {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}
/* 右へ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 */
/* floatをクリア　ここまで */

/* ********************************************************************************
 * body
 * ******************************************************************************** */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center; /* for IE6 */
	color: #818181;
}

/* ********************************************************************************
 * container
 * ******************************************************************************** */
div#container {
	width: 768px;
	margin: 0 auto;
	text-align: center;
}

/* ********************************************************************************
 * header
 * ******************************************************************************** */
div#header {
	width: 768px;
	height: 65px;
	position: relative;
}
p#logoNintendo {
	position: absolute;
	left: 30px;
	top: 36px;
}
p#logoWii {
	position: absolute;
	top: 22px;
	right: 20px;
}

/* ********************************************************************************
 * footer
 * ******************************************************************************** */
div#footer {
	width: 625px;
	margin: 10px auto 0;
	text-align: center;
	line-height:150%;
}
div#banner {
	width: 625px;
	text-align: center;
	line-height:150%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
p.textLink {
}
span.current {
	color: #34BEED;
}
p#copyright {
	padding: 13px 0 18px 0;
}
