@charset "Shift_JIS";
/*common.css*/
/*----------------------------------------------------------------------*/
.btnIcon {
	vertical-align:-2px !important;
	padding:0 !important;
	vertical-align:-4px;
	padding:2px 0;
}
body {
	background-color:#fff;
}
.blockSet {
	clear:both;
	float:left;
	width:100%;
	padding-bottom:40px;
}
.normalSet,
.floatSet {
	clear:both;
	float:left;
	width:100%;
}
p.caption {
	padding-top:5px;
}
/*----------------------------------------------------------------------*/
/*link color*/
a:link {
	text-decoration: none;
	color: #0fa0d2;
}
a:visited {
	text-decoration: none;
	color: #0fa0d2;
}
a:hover {
	text-decoration: underline;
	color: #9bdede;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*body*/
body {
	background-color:#fff;
}
#wrapperIn {
	width:768px;
	margin:0 auto;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*header*/
#headBack {
	background-color:#fff;
	border-bottom:1px solid #d8d8d8;
}
#header_container {
	width:768px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#header {
	width: 768px;
	height: 81px;
	overflow:hidden;
}
#header #nintendo_logo {
	float: left;
	margin-top: 31px;
}
#header #wii_logo {
	float: right;
	margin-top: 22px;
}
#hdr_menu {
	width: 762px;
	height: 18px;
	font-size: 10px;
	margin: auto;
	background-image: url(../img/hdr_menu_line.gif);
}
#hdr_menu ul {
	margin: 0;
	padding: 0;
}
#hdr_menu #hdr_link1 a {
	width: 86px;
	background-image: url(../img/hdr_menu_01.gif);
	margin-right: 234px;
}
#hdr_menu #hdr_link2 a {
	width: 41px;
	background-image: url(../img/hdr_menu_02.gif);
	margin-right: 20px;
}
#hdr_menu #hdr_link3 a {
	width: 20px;
	background-image: url(../img/hdr_menu_03.gif);
	margin-right: 21px;
}
#hdr_menu #hdr_link4 a {
	width: 42px;
	background-image: url(../img/hdr_menu_04.gif);
	margin-right: 20px;
}
#hdr_menu #hdr_link5 a {
	width: 20px;
	background-image: url(../img/hdr_menu_05.gif);
	margin-right: 18px;
}
#hdr_menu #hdr_link6 a {
	width: 53px;
	background-image: url(../img/hdr_menu_06.gif);
	margin-right: 19px;
}
#hdr_menu #hdr_link7 a {
	width: 40px;
	background-image: url(../img/hdr_menu_07.gif);
	margin-right: 19px;
}
#hdr_menu #hdr_link8 span {
	width: 52px;
	background: url(../img/hdr_menu_08.gif) 0 -18px;
	margin-right: 19px;
}
#hdr_menu #hdr_link9 a {
	width: 37px;
	background-image: url(../img/hdr_menu_09.gif);
}
#hdr_menu li {
	list-style-type: none;
	float: left;
}
#hdr_menu li a,
#hdr_menu li span {
	display: block;
	line-height: 18px;
	text-indent: -9999px;
	overflow: hidden;
}
#hdr_menu li a:hover {
	background-position: 0 -18px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*footer*/
#foot_menu {
	clear:both;
	width:100%;
	padding:20px 0 20px;
}
#foot_menu li {
	font-size:11px;
	display:inline;
	list-style-type:none;
	color: #999999;
}
#foot_menu li span {
	color:#999;
}
#foot_menu li strong {
	color:#000;
}
#copyright {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica;
	line-height: 17px;
	color:#593221;
	padding-bottom:10px;
}
#ftr_menu {
	width:768px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 20px 0;
}
div#ftr_menu img {
	vertical-align: text-top;
}
#ftr_menu #ftr_nintendo {
	float:left;
	width:86px;
}
#ftr_menu #ftr_wii {
	float:right;
	width:90px;
	background:url(../../common/img/ftr_menu_line.gif) 78px 0 no-repeat;
}
#ftr_menu #ftr_pagetop {
	float:right;
	width:89px;
}
#ftr_menu a {
	zoom: 1;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#ftr_menu a:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#footer {
	border-top:1px solid #d8d8d8;
	background-color:#fff;
}
/*----------------------------------------------------------------------*/
/*contents*/
#contents_container {
	background:url(../img/cmn_bg.gif) repeat-y center 11px;
}
#contentsIn {
	background:url(../img/next_main_bg.jpg) center top no-repeat;
}
#detailBox {
	width:768px;
	margin:0 auto;
}
#nextHead {
	height:91px;
	padding-top:10px;
}
#nextHead h1 {
	float:left;
	width:198px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*nextHead*/
#nextHead ul {
	float:right;
	width:302px;
	padding:10px 30px 0 0;
}
#nextHead ul li,
#nextHead ul li a {
	height:61px;
	background:url(../img/next_btn.gif) no-repeat;
	text-indent:-9999px;
}
#nextHead ul li {
	width:146px;
	float:left;
	position:relative;
}
/*new mark*/
#nextHead ul li img {
	position:absolute;
	top:-18px;
	left:55px;
}
#nextHead ul li a {
	display:block;
	width:100%;
	overflow:hidden;
}
#nextHead ul li#btnPasture {
	margin-right:10px;
}
#nextHead ul li#btnPasture a {
	background-position:0 -61px;
}
#nextHead ul li#btnPasture a:hover {
	background-position:0 -122px;
}
#nextHead ul li#btnTourist {
	background-position:-146px 0;
}
#nextHead ul li#btnTourist a {
	background-position:-146px -61px;
}
#nextHead ul li#btnTourist a:hover {
	background-position:-146px -122px;
}
#nextHead p#btnWiiWare {
	float:right;
	width:85px;
	padding-top:5px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*nextFrame*/
#nextFrameTop ul {
	float:right;
	width:480px;
	margin-top:24px;
	padding-right:32px;
}
#nextFrameTop ul li,
#nextFrameTop ul li a {
	height:28px;
}
#nextFrame {
}
#nextFrameTop,
#nextFrameIn,
#nextFrameBottom {
	clear:both;
	width:100%;
	background:url(../img/next_bg_plate.gif) no-repeat;
}
#nextFrameTop,
#nextFrameTopIn {
	height:139px;
}
#nextFrameIn {
	float:left;
	width:704px;
	background-position:-768px 0;
	background-repeat:repeat-y;
	padding:0 32px
}
#nextFrameBottom {
	height:29px;
	background-position:0 -139px;
}
#nextFrameIn h3 {
	height:46px;
	padding:40px 0;
	background:url(../img/next_title_bg.gif) 584px 34px no-repeat;
}
