@charset "utf-8";
/* ==========================================================================
   Reset
============================================================================= */
html, body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
/* ==========================================================================
   Base
============================================================================= */
body{
	color: #343434;
	min-width: 980px;
	font-size: 14px;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
body#cnt{
	background:url(../img/bg.jpg) center 0 repeat-x #fff;
}
img{
	border: 0;
	vertical-align: bottom;
}
ol,ul{
  list-style: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	color: #cc5500;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #dca500;
	text-decoration: underline;
}
.cf:after{
	content: "";
	display: table;
	clear: both;
}
#header{
	width: 100%;
	min-width: 960px;
	height: 222px;
	margin: 0 auto;
	position: relative;
}
#logo_nintendo{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 500;
}
#logo_3ds{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 500;
}
#header #logo{
	text-align: center;
	padding: 10px 0 30px 0;
}
#footer{
	background-color: #ff9c00;
}
#footer_inner{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
#footer_inner p{
	float: left;
}
#footer .fbt{
	padding: 4px 0 0 30px;
}
#footer .cr{
	padding: 6px 15px 0 190px;
}
#footer .sns{
	padding: 0 0 0 7px;
}
#navi_set{
	width: 960px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
#navi_set ul{
	position: relative;
}
#navi_set li#btn01{
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 90;
}
#navi_set li#btn02{
	position: absolute;
	top: 0px;
	left: 198px;
	z-index: 90;
}
#navi_set li#btn03{
	position: absolute;
	top: 0px;
	left: 391px;
	z-index: 90;
}
#navi_set li#btn04{
	position: absolute;
	top: 0px;
	left: 584px;
	z-index: 90;
}
#navi_set li#btn05{
	position: absolute;
	top: 0px;
	left: 777px;
	z-index: 90;
}
#navi_set li a{
	display: block;
	width: 179px;
	height:117px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
p.btn_base{
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	height: 117px;
	overflow: hidden;
	z-index: 10;
}
p.btn_base span{
	display: block;
	width: 179px;
	height: 117px;
	position: relative;
}
p.btn_base span img{
	position: absolute;
	top: 0;
	left: 0;
}
p.current img{
	position: absolute;
	top: -117px;
	left: 0;
}
#navi_set .btn_txt{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}
#navi_set .navi_chara{
	position: absolute;
	top: -20px;
	left: 55px;
	z-index: -100;
	display: block;
}
#navi_set .navi_chara_on{
	position: absolute;
	top: -35px;
	left: 55px;
	z-index: 160;
}
#navi_set .navi_chara_on2{
	position: absolute;
	top: -45px;
	left: 55px;
	z-index: 160;
}
#content{
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	overflow: hidden;
	position: relative;
}
#content_inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#btn_pagetop{
	margin: 50px auto;
	width: 212px;
	height: 105px;
}
#btn_pagetop a{
	display: block;
	position: relative;
	width: 302px;
	height: 105px;
	overflow: hidden;
}
#btn_pagetop a img{
	position: absolute;
	top: 0;
	left: 40px;
}
#btn_pagetop a:hover img{
	position: absolute;
	top: -105px;
	left: 40px;
}
#jugem{
	position: absolute;
	bottom: 0;
	left: 368px;
	z-index: 1000;
}

