@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  shared.css
	style info :  header&footerreset
	date:2010.12.23
=================================================================== */
body{
	background: url("../shared/bg_line01.gif") top left repeat-x;
}
#wrapper{
	width: 100%;
	text-align: center;
/*	border-bottom: 8px solid #ce181e;*/
}
#header{
	width: 960px;
	height: 122px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header h1,
#header h2,
#header #gnav li{
	position: absolute;
	z-index: 100;
}
#header h1{top: 7px;left: 0;font-size: 0.1;}
#header h2{top: 36px;left: 0;font-size: 0.1;}


#header #gnav .pos6{top: 36px;left: 230px;}
#header #gnav .pos5{top: 36px;left: 313px;}
#header #gnav .pos4{top: 36px;left: 421px;}
#header #gnav .pos3{top: 36px;left: 531px;}
#header #gnav .pos2{top: 36px;left: 639px;}
#header #gnav .pos1{top: 36px;left: 749px;}
#header #gnav .pos0{top: 36px;left: 857px;}


#header #gnav .nintendo_top{top: 0;left: 893px;}
#header #gnav .noscript_top{top: 36px;left:787px;}


#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#footer{
	width: 960px;
	height: 100px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #bebebe;
}
#footer .pagetop{
	position: absolute;
	top: 13px;
	left: 845px;
}
#footer #fnav{
	position: absolute;
	top: 12px;
	overflow: hidden;
}
#footer #fnav li,
#footer #pnav li{
	float: left;
}
#footer #pnav{
	position: absolute;
	top: 75px;
	_top: 74px;
	left: 495px;
	overflow: hidden;
}
#footer #pnav li{
	margin-right: 5px;
}
#footer #pnav li.lastchild{
	margin-right: 0;
}

#footer .copyright{
	position: absolute;
	top: 74px;
	left: 0;
}

#primary{
	width: 740px;
	float: right;
}
#topicpath {
	width: 100%;
	margin-bottom: 15px;
	background: url("../shared/bg_line02.gif") bottom left repeat-x;
}
#topicpath ol{
	width: 960px;
	height: 13px;
	padding: 5px 0 8px 0;
	margin: 0 auto;
	_margin-left: 0;
	text-align: left;
	/*-- 20110323 --*/
	line-height: 13px;
	font-size: 10px;
	/font-size: 11px;
	letter-spacing: 0.08em;
	/letter-spacing: 0.04em;
}
#topicpath ol li{
	display: block;
	float: left;
	height: 13px;
	/*-- 20110323 --*/
	color: #4b4b4b;
}
#topicpath ol li a{
	display: block;
	_display: inline;
	height: 13px;
	padding-right: 23px;
	background: url("../shared/ico_topicpath.gif") top right no-repeat;
	/*-- 20110323 --*/
	color: #8c8c8c;
	line-height: 13px;
	font-size: 10px;
	/font-size: 11px;
	letter-spacing: 0.08em;
	/letter-spacing: 0.04em;
}
/*-- 20110323 --*/
#topicpath ol li a:link{
	color:#8c8c8c;
	text-decoration: none;
}
#topicpath ol li a:visited{
	color:#8c8c8c;
	text-decoration: none;
}
#topicpath ol li a:hover{
	color:#ce181e;
	text-decoration: underline;
}
#topicpath ol li a:active{
	color:#8c8c8c;
	text-decoration: none;
}


#topicpath ol li img{
	vertical-align: top;
}
*+html #topicpath ol li img{
	vertical-align: super;
}


#secondary{
	width: 174px;
	float: left;
	padding-bottom: 30px;
}
#secondary h3{
	margin-bottom: 15px;
}
#secondary #lnav{
	margin-bottom: 15px;
}

#secondary #lnav li img{
	vertical-align: top;
	background-color: #FFFFFF;
}

#secondary #lnav li{
	margin-top: -4px;
	_position:relative;
	padding-top:5px;
	background:#bebebe url("../shared/bg_lnav.gif") 0 0 no-repeat;
	padding-left:6px;
	_font-size:0;
	_height:1%;
	_line-height:0.1%;
}
#secondary #lnav li.line2{
	background:#bebebe url("../shared/bg_lnav2line.gif") 0 0 no-repeat;
}


#secondary #lnav li.firstchild{
	margin-top: 0px;
	padding-top: 1px;
	background: url("../shared/bg_lnav.gif") 0 -4px no-repeat;
}
#secondary #lnav li.lastchild{
	padding-top: 0px;
	padding-left: 0;
	background:url("../shared/bg_lnav.gif") 0 0 no-repeat;
	height: 5px;
	_height: 9px;
	font-size: 0.1%;/* 110210 */
	line-height: 0.1%;/* 110210 */
}

*:first-child+html #secondary #lnav li.lastchild{
	/*background:url("../shared/bg_lnav.gif") 0 -3px no-repeat; 110210 */
	background:url("../shared/bg_lnav.gif") 0 0 no-repeat;/* 110210 */
	padding-top: 6px;
}

#secondary #lnav li a{
	/*padding-top: 1px; 110210 */
	padding-top: 0;/* 110210 */
	display: block;
	zoom:1;/*onf 110210 */
}
/*onf 110210 */
@media screen and (max-device-width: 480px){
	#secondary #lnav {
		padding-left: 1px;
	 }
	#secondary #lnav li a {
	 	padding-top: 1px;  
	 }
} 



#secondary #lnav li.stay{
	background-color:#cd202c !important;
}

#secondary #lnav li span{
	display: block;
	margin-top: -8px;
	margin-bottom: 5px;
	_margin-bottom: 4px;
}

#secondary #lnav li span a{
	padding-top: 0;
}
#secondary #lnav li.firstchild img{
	/*padding-top: 1px; 110209 */
	padding-top: 0;
}

#secondary #eshopnav{
	height: 182px;
}
#secondary #eshopnav li{
	font-size: 0.1%;/* 110210 */
	line-height: 0.1%;/* 110210 */
}
#secondary #eshopnav li img{
	vertical-align: top;
	display: block;
}


#secondary #snav{
	margin-bottom: 15px;
	border-top:1px solid #bebebe;
}

#secondary #snav li{
	padding-left: 6px;
	background: url("../shared/bg_snav_off01.gif") left top no-repeat;
	border-bottom: 1px solid #bebebe;
}

#secondary #snav .now01{
	height: 45px;
	background: url("../shared/bg_snav_on01.gif") left top no-repeat;
}
#secondary #snav .now02{
	height: 135px;
	background: url("../shared/bg_snav_on02.gif") left top no-repeat;
}
#secondary #snav .now03{
	height: 154px;
	background: url("../shared/bg_snav_on03.gif") left top no-repeat;
}
#secondary #snav .now04{
	height: 59px;
	background: url("../shared/bg_snav_on04.gif") left top no-repeat;
}

#secondary #snav .long01{
	height: 135px;
	background: url("../shared/bg_snav_off02.gif") left top no-repeat;
}
#secondary #snav .long02{
	height: 154px;
	background: url("../shared/bg_snav_off03.gif") left top no-repeat;
}
#secondary #snav .long03{
	height: 59px;
	background: url("../shared/bg_snav_off04.gif") left top no-repeat;
}
#secondary #snav .long04{
	height: 324px;
	background: url("../shared/bg_snav_off05.gif") left top no-repeat;
}
#secondary #snav .long05{
	height: 184px;
	background: url("../shared/bg_snav_off05.gif") left top no-repeat;
}
#secondary #snav .long06{
	height: 324px;
	background: url("../shared/bg_snav_off06.gif") left top no-repeat;
}



a.imghover:hover img{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/*------3d-movie-------*/
#primary .atn_3d-movie{
	position: relative;
	height:244px;
	background: url("../shared/bg_3d-movie.gif") left top no-repeat;
}
#primary .atn_3d-movie h4{
	position: absolute;
	top: 22px;
	left: 35px;
}
#primary .atn_3d-movie p{
	position: absolute;
	top: 86px;
	left: 36px;
}
#primary .atn_3d-movie a{
	display: block;
	position: absolute;
	top: 16px;
	left: 469px;
}


/*------popup window-------*/
body.pop{
	background: none;
}
.pop .pop_event_status{
	position: relative;
	border: none ! important;
}
.pop #pop_header{
	width: 850px;
	height: 97px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.pop #pop_header h1{
	position: absolute;
	top: 19px;
	left: 18px;
}
.pop #pop_header #win_close{
	position: fixed;
	right: 0;
	top: 0;
}
.pop #primary{
	float: none;
	margin: 0 auto;
}
.pop #pop_footer{
	background-color: #CD202C;
	height: 28px;
	position: relative;
	width: 100%;
}
.pop #pop_footer .pop_copy{
	float: left;
	padding-left: 9px;
}
.pop #pop_footer .pagetop{
	position: absolute;
	top: 0;
	right: 0;
}


/*--- reset */
body {font:13px/1.4 "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;*font-size:small;*font:x-small;color: #4b4b4b;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
html {overflow-y: scroll;}
table{border-collapse:collapse;border-spacing:0;}
caption,th {text-align: left;}
q:before,q:after {
	content: '';
}
img,abbr,acronym,fieldset {
	border: 0;
	vertical-align:bottom;
}
ul,li {list-style-type: none;}
a {outline: none;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
input {*padding-top: 3px;}

/*ClearFix-*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */
