@charset "UTF-8";
/* 英語版 */
/*----------------基本設定----------------*/
img {
	border: 0;
}
img{vertical-align:bottom;} /* IE6で画像の上下に隙間ができる事の解決策 */

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	_font-size: 75%;
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	background: #000000 url(../../img/bg_blazing_top.jpg) no-repeat center top;
}
#container {
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 100px;
}
*+html #container {
	padding-bottom: 50px;
}
* html #container {
	padding-bottom: 50px;
}



/* ヘッダー */
ul#lnav {
	height:24px;
	padding-bottom:395px;
	_padding-bottom:310px;
}
ul#lnav li.gplay01 {
	float: left;
	padding-left: 463px;
}
ul#lnav li.astore01 {
	float: left;
	padding-left: 10px;
}
ul#lnav li.jsite {
	float: left;
	padding-left: 10px;
}
ul#gnav {
	margin:0;
}
ul#gnav li {
	float: left;
	display: block;
}


/* メインコンテンツ */
#content {
	margin: 30px 0 0;
	width: 960px;
}
#content #story,
#content #chara,
#content #game,
#content #command,
#content #additional,
#content #appli {
	position: relative;
	zoom:1;
}
#story .pagetop {
	position: absolute;
	left: 869px;
	bottom: 31px;
}
#chara .pagetop {
	position: absolute;
	left: 869px;
	bottom: 45px;
}
#game .pagetop {
	position: absolute;
	left: 869px;
	bottom: 41px;
}
#command .pagetop {
	position: absolute;
	left: 869px;
	bottom: 47px;
}
#additional .pagetop {
	position: absolute;
	left: 869px;
	bottom: 30px;
	z-index: 10;
}
#appli .pagetop {
	position: absolute;
	left: 868px;
	bottom: 34px;
	zoom:1;
}
#appli .astore02 {
	position: absolute;
	left: 668px;
	top: 79px;
	z-index: 15;
}
#appli .gplay02 {
	position: absolute;
	left: 667px;
	top: 128px;
	z-index: 15;
}

#appli .appchara {
	position: absolute;
	right: -8px;
	top: -9px;
	z-index: 10;
}

/* フッタ */
#footer {
	clear:both;
	width: 960px;
	margin: 0 auto;
}
#footer table.footerTable {
	width: 960px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../../img/footer/line_foot.gif) repeat-x left bottom;
}

#footer .footerLogo {
	float: left;
	width:735px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 653px;
	text-align: left;
	font-size: 9px;
	color: #999999;
	padding-left: 6px;
}
#footer .footerBtn {
	float: right;
	width: 225px;
}
/*----------------リンク基本設定----------------*/

/*a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
*/

/*----------------モジュール----------------*/
.ind9999 {
	text-indent: -9999px;
}
.height0 {
	height:0;
}
