@charset "UTF-8";



/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, form, input, textarea,p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	vertical-align: bottom;
}
area,a,a img {
	text-decoration: none;
}
address, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
hr {
	display: none;
}

/*==============================================
	reset font
===============================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}


/*-------------------------------------------------------------------
* ピクセル　％  文字サイズ相対指定は%で行う。
---------------------------------------------------------------------
10px   77   %
11px   85   %
12px   93   %
13px  100   %
14px  108   %
15px  116   %
16px  123.1 %
17px  131   %
18px  138.5 %
19px  146.5 %
20px  153.9 %
21px  161.6 %
22px  167   %
23px  174   %
24px  182   %
25px  189   %
26px  197   %
*/



/*-------------------------------------------------------------------
	font family
---------------------------------------------------------------------*/
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}



/*-------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
#header{
	position: relative;
	width: 100%;
	min-width: 970px;
	height: 52px;
	background-color: #ffffff;
}
#header p,
#header li{
	position: absolute;
}
#header .logo_nintendo{
	top: 16px;
	left: 19px;
}
#header .logo_wiiu{
	top: 10px;
	right: 186px;
	width: 122px;
	height: 29px;
	border-right: 1px solid #9fa0a0;
}
#header .logo_3ds{
	top: 15px;
	right: 18px;
}



/*-------------------------------------------------------------------
	fnav
---------------------------------------------------------------------*/
#fnav{
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 110px;
	background: url(../shared/bg_dot_yellow.png) center 0 repeat;
}
#fnav:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: url(../shared/bg_rivet.png) center 0 repeat-x;
	border-top: 2px solid #050001;
}
#fnav .fnav_body{
	position: relative;
	width: 960px;
	height: 110px;
	margin: 0 auto;
}
#fnav .fnav_body p,
#fnav .fnav_body li{
	position: absolute;
}
#fnav .footer_logo{
	top: 26px;
	left: 25px;
}
#fnav .fnav_about{
	top: 33px;
	left: 257px;
}
#fnav .fnav_edit{
	top: 33px;
	left: 493px;
}
#fnav .fnav_play{
	top: 33px;
	left: 729px;
}



/*-------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 30px;
	margin: 0 auto;
}
#footer .footer_body{
	position: relative;
	height: 30px;
	background-color: #000000;
}
#footer .fnav_textlink{
	position: absolute;
	top: 4px;
	left: 7px;
}
#footer .fnav_textlink li{
	float: left;
	margin-right: 15px;
}
#footer .footer_copyright{
	position: absolute;
	top: 4px;
	right: 13px;
}



/* HOVER
-------------------------------------------------------------------------- */
#footer .fnav_textlink li{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#footer .fnav_textlink li:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}


