@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: #000;
}

/* ヘッダー */
#header {
	background: #000000 url(../../img/bg_ms2top.jpg) no-repeat center top;
	width: 100%;
	height: 617px;
	overflow:hidden;
}
#headerIn {
	width: 970px;
	margin: 0px auto;
}
#headerIn ul#lnav {
	height:38px;
	padding-left: 519px;
	padding-bottom:591px;
}
#headerIn ul#lnav li.gplay01 {
	float: left;
}
#headerIn ul#lnav li.astore01 {
	float: left;
	padding-left: 9px;
}
#headerIn ul#lnav li.esite {
	float: left;
	padding-left: 9px;
}
/* グローバルナビ */
#gnav {
	width: 1020px;
	height: auto;
	margin: 0px auto;
	-margin-top: -48px;
}
#gnav ul {
	margin:0;
	height:167px;
}
#gnav ul li {
	float: left;
	display: block;
}

.line {
	width: 100%;
	margin: 0px auto;
	height: 12px;
	background:  url(../../img/line01.jpg) repeat-x center top;
}
/* メインコンテンツ */
#contentWrap {
	background: url(../../img/bg_chara.jpg) no-repeat center 478px;
	width: 100%;
	height: auto;
}
#content {
	width: 970px;
	margin: 0px auto;
}
#content #story,
#content #chara,
#content #command,
#content #appli {
	position: relative;
	zoom:1;
	margin:0;
	overflow: hidden;
	display:block;
}
#story .pagetop {
	position: absolute;
	left: 869px;
	bottom: 87px;
	z-index:10;
	zoom:1;
}
#chara .pagetop {
	position: absolute;
	left: 869px;
	bottom: 88px;
	z-index:10;
	zoom:1;
}
#command .pagetop {
	position: absolute;
	left: 869px;
	bottom: 87px;
	z-index:10;
	zoom:1;
}
#appli .pagetop {
	position: absolute;
	left: 867px;
	bottom: 17px;
	z-index:10;
	zoom:1;
}
#appli .astore02 {
	position: absolute;
	left: 603px;
	top: 140px;
	z-index:10;
	zoom:1;
}
#appli .gplay02 {
	position: absolute;
	left: 776px;
	top: 140px;
	z-index:10;
	zoom:1;
}

/* バナー */
#banner {
	width: 970px;
	margin: 50px auto 52px;
}
#banner ul li {
	float:left;
	padding-right:14px;
}
#banner ul li.last {
	float:left;
	padding-right:0px;
}



/* フッター */
#footer {
	clear:both;
	width: 970px;
	margin: 0 auto;
	padding-top:15px;
	padding-bottom:100px;
	_padding-bottom:50px;
}
*+html #footer {
	padding-bottom:50px;
}
#footer ul.footerIn {
	height: 26px;	
}
#footer ul.footerIn li {
	float: left;
}
#footer ul.footerIn li.last {
	float: right;
}
#footer .footerLogo {
	float: left;
	width:760px;
	padding-top:8px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 640px;
	text-align: left;
	font-size: 9px;
	color: #999999;
	padding-left: 13px;
}

/*----------------リンク基本設定----------------*/

/*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;
}
