@charset "utf-8";
/* CSS Document */

/* 基本設定 */
html,body{
	height:100%;
}
body {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	background:url(../images/bg.png) repeat;
}
body, h1, h2, h3, p, ul, dl, dd{
	margin:0;
	padding:0;
}
label{
	cursor:pointer;
}
li{
	list-style:none;
}
a:focus{
	outline:none;
}
a img{
	border:none;
}


/* 共通 */
div.wrapper{
	width:800px;
	margin:0 auto;
	height:auto;
	_height:100%;
	min-height:100%;
	position:relative;
	background:#FFFFFF;
	border-right:5px solid #999999;
	border-left:5px solid #999999;
}

div.header{
	height:70px;
	padding:20px 20px 0;
	overflow:hidden;
	background:#FFFFFF;
	zoom:100%;
}
h1 a{
	width:223px;
	height:50px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	background:url(../images/title_small.png) no-repeat;
	text-indent:-9999px;
}
h1 a:hover{
	opacity:0.5;
}
a.perp{
	width:137px;
	float:left;
}
span.wiiware{
	width:165px;
	float:right;
	text-decoration:none;
	white-space:nowrap;
}
#index span.wiiware{
	width:623px;
}

ul.nav{
	width:750px;
	height:60px;
	margin:0 auto 30px;
	padding:40px 0 0;
	overflow:hidden;
	zoom:100%;
}
ul.nav li{
	width:auto;
	float:left;
}
ul.nav a{
	width:250px;
	height:60px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
ul.nav a.introduction{
	background:url(../images/nav_introduction.png) no-repeat 0 0;
}
ul.nav a.detail{
	background:url(../images/nav_detail.png) no-repeat 0 0;
}
ul.nav a.character{
	background:url(../images/nav_character.png) no-repeat 0 0;
}
ul.nav a.introduction:hover, ul.nav a.detail:hover, ul.nav a.character:hover{
	background-position:0 -60px;
}

h2.introduction{
	background:url(../images/h_story.png) no-repeat 5px 0;
}
h2.explain{
	background:url(../images/h_explain.png) no-repeat 5px 0;
}
h2.screenshot{
	background:url(../images/h_screenshot.png) no-repeat 5px 0;
}
h2.taikou{
	background:url(../images/h_detail.png) no-repeat 5px 0;
}
h2.detail{
	background:url(../images/h_system.png) no-repeat 5px 0;
}
h2.kenchi{
	background:url(../images/h_kenchi.png) no-repeat 5px 0;
}
h2.item{
	background:url(../images/h_item.png) no-repeat 5px 0;
}
h2.character{
	background:url(../images/h_character.png) no-repeat 5px 0;
}
h2.enemy{
	background:url(../images/h_enemy.png) no-repeat 5px 0;
}

div.content{
	margin:0 20px;
	padding:0 20px 20px;
	background:#FFFFFF;
}
div.top{
	height:70px;
	margin:0 20px;
	padding:30px 20px 0;
	background:url(../images/page_content_top.png) no-repeat;
	zoom:1;
}
div.top h2, div.content h2{
	height:45px;
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:3px double #CCCCCC;
	text-indent:-9999px;
}
div.content h2{
	margin-bottom:20px;
}
div.bottom{
	height:10px;
	margin:0 20px;
	padding-bottom:20px;
	background:url(../images/page_content_bottom.png) no-repeat;
}
div.item div.content{
	background:#FFFFFF !important;
}

div.content table{
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}
div.content th, div.content td{
	border:1px solid #CCCCCC;
	white-space:nowrap;
}
div.content th{
	width:40px;
	padding:10px 20px;
	line-height:0;
}
div.content td{
	padding:5px 10px;
	white-space:nowrap;
}

div.slideshow{
	width:484px;
	height:300px;
	margin:0 auto 0;
	padding-bottom:150px;
	position:relative;
	overflow:hidden;
	text-align:center;
	zoom:100%;
}
div.slideshow ul{
	width:5000px;
}
div.slideshow li{
	width:484px;
	height:300px;
	margin:0 auto;
	padding-top:70px;
	float:left;
	position:relative;
}
div.slideshow h3{
	font-size:1.2em;
	font-weight:bold;
}
div.slideshow p{
	overflow:hidden;
}
div.slideshow a.left{
	position:absolute;left:20px;top:45%;
}
div.slideshow a.right{
	position:absolute;right:20px;top:45%;
}

div.footer{
	margin:0 20px;
	padding:20px 20px 10px;
	background:#FFFFFF;
	border-top:3px double #CCCCCC;
	font-size:0.8em;
}
div.footer div.copyright{
	overflow:hidden;
	text-align:right;
	zoom:100%;
}
div.footer ul{
	position:relative;
	overflow:hidden;
	zoom:100%;
}
div.footer li{
	width:33%;
	float:left;
}
div.footer li img{
	position:absolute;top:0;right:0;
}
div.wrapper div.footer p.copyright{
	padding-top:10px;
	font-weight:bold;
	text-align:center;
}

/* index */
#index h1{
	width:800px;
	height:700px;
	overflow:hidden;
	clear:both;
	background:url(../images/title.png) no-repeat 0 0;
	text-indent:-9999px;
}

#index div.news{
	margin:0 0 10px;
	padding:0 10px;
	position:absolute;
	top:600px;left:20px;
	background:#000000;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
	font-size:0.8em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#index div.news h2{
	height:auto;
	margin:0 0 5px;
	padding:0;
	overflow:hidden;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	text-indent:0;
	font-size:1em;
}

#index div.content{
	width:320px;
	margin:0;
	padding:0;
	position:absolute;
	top:275px;right:20px;
	background:transparent;
}
#index div.middle{
	width:300px;
	padding:0 10px;
	background:url(../images/index_content_bg.png) repeat;
}
#index div.top,#index div.bottom{
	width:320px;
	height:10px;
	margin:0;
	padding:0;
}
#index div.top{
	background:url(../images/index_content_top.png) repeat;
}
#index div.bottom{
	margin-bottom:10px;
	background:url(../images/index_content_bottom.png) repeat;
}

#index ul.nav{
	width:auto;
	height:auto;
	margin:0 -10px;
	padding:0;
}
#index ul.nav li{
	float:none;
	zoom:1;
}
#index ul.nav a{
	width:auto;
	margin:0 auto;
}
#index ul.nav a.introduction{
	background:url(../images/index_nav_introduction.png) no-repeat 50% 0;
}
#index ul.nav a.introduction:hover{
	background-color:#B259B5;
	background-color:rgba(178,89,181,0.5);
	_background-color:#B259B5;
	background-position:50% -60px;
}
#index ul.nav a.detail{
	background:url(../images/index_nav_detail.png) no-repeat 50% 0;
}
#index ul.nav a.detail:hover{
	background-color:#1B872F;
	background-color:rgba(27,135,47,0.5);
	_background-color:#1B872F;
	background-position:50% -60px;
}
#index ul.nav a.character{
	background:url(../images/index_nav_character.png) no-repeat 50% 0;
}
#index ul.nav a.character:hover{
	background-color:#C4BD35;
	background-color:rgba(196,189,53,0.5);
	_background-color:#C4BD35;
	background-position:50% -60px;
}

#index div.pv{
	width:320px;
	height:197px;
	margin:0 auto;
	border:2px inset #CCCCCC;
}

#index div.footer{
	margin:0;
}

/* introduction */
#introduction div.wrapper{
	background:#F9E9B9 url(../images/introduction_bg.png) no-repeat 0 70px;
}

#introduction ul.nav a.introduction{
	background-position:0 -60px;
}

#introduction h2{
	margin-top:40px;
}
#introduction div.top h2{
	margin:0;
}
#introduction div.content p{
	padding-bottom:20px;
}
#introduction  div.screenshot{
	overflow:hidden;
	zoom:100%;
}
#introduction  div.screenshot a{
	width:204px;
	margin:0 18px 10px;
	float:left;
	line-height:0;
}


/* detail */
#detail div.wrapper{
	background:#F9E9B9 url(../images/detail_bg.png) no-repeat 0 70px;
}

#detail ul.nav a.detail{
	background-position:0 -60px;
}

#detail div.content{
	background:#FFFFFF url(../images/slideshow_detail.png) no-repeat 50% 0;
}
#detail div.content img{
	border:2px solid #333333;
}
#detail div.content a img{
	border:none;
}
#detail div.content p{
	padding-bottom:20px;
}
#detail div.slideshow li{
	padding-top:100px;
}

/* character */
#character div.wrapper{
	background:#F9E9B9 url(../images/character_bg.png) no-repeat 0 70px;
}

#character ul.nav a.character{
	background-position:0 -60px;
}

#character div.content{
	background:#FFFFFF url(../images/slideshow_character.png) no-repeat 50% 0;
}
#character div.enemy div.content{
	background:#FFFFFF url(../images/slideshow_enemy.png) no-repeat 50% 0;
}

#character div.subnav{
	width:350px;
	margin:0 auto 20px;
	overflow:hidden;
	zoom:100%;
}
#character div.subnav a, #character div.subnav span{
	width:165px;
	height:38px;
	float:left;
	text-indent:-9999px;
}
#character div.subnav a{
	background-position:0 0;
}
#character div.subnav a:hover{
	background-position:0 -38px !important;
}
#character div.subnav a.character{
	margin-right:20px;
	background:url(../images/switch_character.png) no-repeat;
}
#character div.subnav a.enemy{
	background:url(../images/switch_enemy.png) no-repeat;
}
#character div.subnav span.character{
	margin-right:20px;
	background:url(../images/switch_character.png) no-repeat 0 -38px;
}
#character div.subnav span.enemy{
	background:url(../images/switch_enemy.png) no-repeat 0 -38px;
}


/* lightbox */
#overlay{
	width:100%;
	height:100%;
	background:#000000;
	position:fixed; top:0; bottom:0;
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	z-index:1;
}
#image{
	position:absolute; top:0; left:0;
	display:none;
	z-index:2;
}
span.closeImage{
	padding:0px 6px;
	position:absolute; top:3px; right:3px;
	background:#999999;
	color:#FFFFFF;
	font-weight:bold;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
span.closeImage:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	cursor:pointer;
}
a.thumb img{
	border:2px solid #0033FF;
}

