@charset "Shift_JIS";
html{
	overflow-y:scroll;
}
body{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	color: #323232;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",meiryo,"ＭＳ Ｐゴシック","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg) 0 0 #f5f5e5;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
}
img{
	border: 0;
}
.noOutline {
	outline: none;
}
/*--- clearfix ---*/
.cf:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.cf {display: inline-block;}
a:link,
a:visited{
	color: #773311;
	text-decoration: none;
}
a:hover{
	color: #662200;
	text-decoration: underline;
}
a:focus {
  outline: none;
}
/* ------------------------
	HEADER
------------------------ */
#head{
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	height: 160px;
	background: url(../img/bg_head.jpg) center 0 repeat-x #b87c3e;
	overflow: hidden;
}
#head ul.ht{
	width: 920px;
	height: 36px;
	margin: 0 auto;
	overflow: hidden;
}
#head ul.ht li.nintendo{
	float: left;
	width: 79px;
	padding: 15px 0 0 0;
}
#head ul.ht li.n3ds{
	float: right;
	width: 146px;
	padding: 15px 0 0 0;
}
#head ul.hmenu{
	width: 920px;
	padding-top: 20px;
	margin: 0 auto;
}
#head ul.hmenu li{
	float: left;
	height: 35px;
	overflow: hidden;
}
#head ul.hmenu li.bt01{
	width: 181px;
	background: url(../img/menu01_on.png) 0 0 no-repeat;
}
#head ul.hmenu li.bt02{
	width: 135px;
	background: url(../img/menu02_on.png) 0 0 no-repeat;
}
#head ul.hmenu li.bt03{
	width: 130px;
	background: url(../img/menu03_on.png) 0 0 no-repeat;
}
#head ul.hmenu li.bt04{
	width: 146px;
	background: url(../img/menu04_on.png) 0 0 no-repeat;
}
#head ul.hmenu li.bt05{
	width: 107px;
	background: url(../img/menu05_on.png) 0 0 no-repeat;
}
#head ul.hmenu li.bt06{
	width: 139px;
	background: url(../img/menu06_on.png) 0 0 no-repeat;
}
#head ul.hmenu li.bt07{
	width: 82px;
	background: url(../img/menu07_on.png) 0 0 no-repeat;
}
/* ------------------------
	FOOTER
------------------------ */
#foot{
	margin: 0;
	padding: 0;
	background: url(../img/bg_btm.jpg) center 0 repeat-x #b87c3e;
	width: 100%;
	min-width: 960px;
	height: 160px;
}
.foot_gtt{
	width: 920px;
	margin: 0 auto;
	text-align: right;
}
#foot_menu{
	position: relative;
	overflow: hidden;
}
#foot_menu ul{
   position: relative;
	left: 50%;
	float: left;
	padding: 30px 0 0 0;
}
#foot_menu li{
	color: #ffee00;
	position: relative;
	left: -50%;
	float: left;
	padding: 0 10px;
	font-size: 11px;
	background: url(../img/line.png) 0 1px no-repeat;
}
#foot_menu li span{
	color: #dfcfbf;
}
#foot_menu li.noline{
	background-image: none;
}
#foot_menu a:link,
#foot_menu a:visited{
	color: #fff;
	text-decoration: none;
}
#foot_menu a:hover{
	color: #fff;
	text-decoration: underline;
}
/* ------------------------
	CONTENTS
------------------------ */
#cnt_body{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#cnt_body h1{
	padding: 30px 0px 10px 20px;
}
#cnt_body .bt_gtt{
	text-align: right;
	padding: 10px 20px;
}
