@charset "utf-8";
/* common */
/* -----共通-----*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal; 
  resize: none;
}

ul { list-style: none; }
img { border: none; }

body {
  text-align: center;
  font: 75%/1.5 "Hiragino Kaku Gothic Pro", "MS ゴシック", "Osaka", verdana, arial, Sans-Serif; 
  color: #000;
  background: #000;
}

* html body { font-size: 80%; }
html>body { font-size: 12px; }
*:first-child+html body { font-size: 70%; }


a:link,a:visited { color: #003ee9; text-decoration: none; }
a:active,a:hover { color: #003ee9; text-decoration: underline; }


/* -----header---------------------------*/
div#header,div#header div#flashcontent { background: url(../img/header.gif) repeat-x center top; min-width: 900px;}
div#header div.innerBox { position: relative; width: 900px; margin: 0 auto; }

div#header a.present {
	position: absolute;
	left: 606px; top: 19px;
	display: block;
	width: 292px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9999;
	overflow: hidden;
}
div#header div#tickerBox {
	position: absolute;
	left: 606px; top: 19px;
	width: 250px;
	height: 25px;
	padding: 29px 22px 10px 20px;
	overflow: hidden;
	
	z-index: 100;
}
div#header div.news { background: url(../img/bg_ticker_news.png) no-repeat; }
div#header div.intro { background: url(../img/bg_ticker_intro.png) no-repeat; }
div#header div.review { background: url(../img/bg_ticker_review.png) no-repeat; }
div#header div.members { background: url(../img/bg_ticker_members.png) no-repeat; }
div#header div.music { background: url(../img/bg_ticker_music.png) no-repeat; }
div#header div.game { background: url(../img/bg_ticker_game.png) no-repeat; }
div#header div.credit { background: url(../img/bg_ticker_credit.png) no-repeat; }


div#header div#ticker {
	width: 250px;
	height: 25px;
	overflow: hidden;
	background: #000;
}
div#header div#ticker ul {
	height: 25px;
	background: #000;
	padding: 0;
	line-height: 1.5 !important;
}
div#header div#ticker li {
	float: left;
	margin-right: 70px !important;
	padding-top: 3px;
	color: #fff;
	font-size: 100%;
	line-height: 1.5 !important;
	overflow: hidden;
}
div#header p { width: 906px; text-align: left; padding: 20px 0; margin: 0 auto; }
div#header ul { height: 10px; padding: 10px 0; text-align: left; line-height:0; width: 900px; margin: 0 auto; }
div#header ul li { position: relative; float: left; display: block; margin-right: 20px; font-size:0; }

div#header li a span { position: absolute; display: block; }

div#header li.top a span,
div#header li.news a span,
div#header li.introduction a span,
div#header li.review a span,
div#header li.members a span,
div#header li.music a span,
div#header li.play a span,
div#header li.credit a span { display: none; }

div#header li.top a span.act { display: block; left: -21px; top: -30px; }
div#header li.news a span.act { display: block; left: -17px; top: -34px; }
div#header li.introduction a span.act { display: block; left: 8px; top: -34px; }
div#header li.review a span.act { display: block; left: 5px; top: -34px; }
div#header li.members a span.act { display: block; left: -8px; top: -34px; }
div#header li.music a span.act { display: block; left: 3px; top: -34px; }
div#header li.play a span.act { display: block; left: -1px; top: -34px; }
div#header li.credit a span.act { display: block; left: -15px; top: -34px; }

/* -----contents---------------------------*/
div#container { background: #FFFFFF; padding: 30px 0; width: 100%; min-width: 900px; }

div#contents { width: 900px; margin: 0 auto; text-align: left;
background: url(../img/side_bg.gif) repeat-y left top; position: relative; }

div#main { width:670px; padding-bottom: 80px; float: right; }

/** --------sidemenu -------------------**/
#side { width:200px; float: left; background: url(../img/side_bg_top.gif) no-repeat left bottom; padding-bottom: 6px; }
#credit #side,
#download #side { background-position: 0 0; }
#side ul { padding: 10px 0 10px 0; background-color:#FFFFFF; }
#side li { margin: 10px 0 0  0; line-height:0; font-size:0; height: 30px; overflow: hidden; }
#side li.sn01 { margin-top: 0; }
#side li a { display: block; height: 30px; width: 200px; }

div#container p#sideLine { clear: both; }
/** -------- footer -------------------**/
div#footer { width: 900px; margin: 0 auto; position: relative; height: 30px; }
div#footer address { text-align:right; padding-top: 10px; line-height:0; font-size:0; }
div#footer p.pagetop { position: absolute; top: -108px; right: 0; }

#main p.pgtop { clear: both; padding: 25px 0 10px 0; text-align: right;}

/* ----- font_size ---------------------*/
* html body .stxt { font-size: 80%; }
html>body .stxt { font-size: 10px; }

/* ----- link -----*/
a.yellow:link		{ color: #9D7806; text-decoration: underline; }
a.yellow:visited	{ color: #9D7806; text-decoration: underline; }
a.yellow:hover		{ color: #F3BE00; text-decoration: underline; }
a.yellow:active		{ color: #F3BE00; text-decoration: underline; }

/* safari only \*/
html:\66irst-child body a.yellow { padding-bottom:1px; }
/* end */

/* ----- clearfix -----*/

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


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}