@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%;
}



/*-------------------------------------------------------------------
	wrapper
---------------------------------------------------------------------*/
#wrapper{
	position: relative;
	width: 100%;
	min-width: 640px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #020a1f;
}
#wrapper img,
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4{
	line-height: 0.01;
	font-size: 0.01;
}
.frame{
	position: relative;
	padding: 14px 13px;
	background-image: url(../img/blackframe_corner_rt.png), url(../img/blackframe_corner_rb.png), url(../img/blackframe_corner_lb.png), url(../img/blackframe_corner_lt.png), url(../img/blackframe_border_t.png), url(../img/blackframe_border_r.png), url(../img/blackframe_border_b.png), url(../img/blackframe_border_l.png);
	background-position: right top, right bottom, left bottom, left top, left top, right top, left bottom, left top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
}
.frame .frame_body{
	position: relative;
}
.frame .frame_body:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(33,33,33,0.9);
}



/*-------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
#header{
	position: relative;
	z-index: 100;
	width: 640px;
	height: 0;
	min-height: 0;
	margin: 0 auto;
}
#header p{
	position: absolute;
	line-height: 0.01;
	font-size: 0.01;
}
#header .logo_nintendo{
	top: 8px;
	left: 7px;
}
#header .logo_new3ds{
	top: 20px;
	right: 20px;
}



/*-------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
#footer{
	width: 640px;
	margin: 0 auto;
	background-color: #020a1f;
}
#footer .body{
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 27px 0 26px 0;
}
#footer .body .btn_pagetop{
	position: absolute;
	top: -72px;
	left: 50%;
	margin-left: -56px;
}
#footer .body .copyright{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
#footer .body .link{
	margin-bottom: 26px;
	text-align: center;
}
#footer .body .nintendo,
#footer .body .new3ds{
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
}
#footer .body .nintendo{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #FFFFFF;
}
#footer .body .nintendo a,
#footer .body .new3ds a{
	color: #FFFFFF;
}



