@charset "shift_jis";

/* ========================================
	base
======================================== */


/* ========================================
	common
======================================== */
/* ----- LINK COLOR ----- */
a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	outline: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}

/* ========================================
	#wrapper
======================================== */
#wrapper {
	margin: 0 auto;
	padding: 0 40px;
	width: 880px;
}


/* ========================================
	#header
======================================== */
#header {
	margin: 0 auto;
	width: 100%;
	height: 59px;
	position: relative;
	top: 0;
	left: 0;
}

#header-logo {
	margin: 0 auto;
}

#header-logo .nintendo {
	position: absolute;
	top: 20px;
	left: 0;
}

#header-logo .n3ds {
	position: absolute;
	top: 14px;
	right: 0;
}


/* ========================================
	#main
======================================== */
#main {
	margin: 20px auto 0 auto;
	width: 880px;
}


/* ========================================
	#country
======================================== */
#country {
	background: url(../images/country_line.png) 0 0 repeat-y;
}

#country .countryAsia {
	float: left;
	width: 222px;
}

#country dt {
	margin: 0 0 12px 0;
	text-align: center;
}

#country dd li {
	margin: 0 0 16px 0;
}

#country .countryAsia dl {
	margin: 0 0 0 20px;
	width: 182px;
}

#country .countryAmericas {
	float: left;
	width: 219px;
}

#country .countryAmericas dl {
	margin: 0 0 0 18px;
	width: 182px;
}

#country .countryEurope {
	float: left;
	width: 439px;
}

#country .countryEurope dl {
	margin: 0 0 0 26px;
}

#country .countryEurope dt {
	margin-right: 25px;
}
#country .countryEurope li {
	padding-right: 24px;
	float: left;
}

/* ========================================
	#copy
======================================== */
#copy {
	margin: 30px 0 20px 0;
	text-align: center;
}

/* ========================================
	#entry
======================================== */
#entry {
	margin: 0 0 0 30px;
	width: 824px;
	height: 132px;
	background: url(../images/entry_bg.png) 0 0 no-repeat;
	position: relative;
}

#entry .entryTtl {
	margin: 0 0 0 147px;
}

#entry .entryPass {
	margin: 20px 0 0 167px;
}

#entry #pass {
	width: 380px;
	font-size: 20px;
	border: none;
}

#entry .entryBtn {
	position: absolute;
	top: 36px;
	left: 577px;
}


/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	margin: 11px 0 20px 0;
	text-align: center;
}

#footer .foot-inner {
	margin: 0 auto;
	width: 960px;
	/*height: 230px;*/
	position: relative;
}


/* ========================================
	#movie
======================================== */

/* ========================================
	#btnBack
======================================== */
#btnBack {
	margin: 50px 0;
	text-align: center;
}
