@charset "utf-8";

body {
	background-color: #000;
background: rgb(0,65,117); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,65,117,1) 22%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,rgba(0,65,117,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,65,117,1) 22%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,65,117,1) 22%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,65,117,1) 22%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,65,117,1) 22%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004175', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width:100%;	
	height:100%;	
}

a,
a:link,
a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:focus{
  outline: none;
}

#wrapper{
	width:100%;
	min-width:1280px;
	height:100%;
	min-height:3250px;/*コンテンツ増えたら修正*/
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*--------------------------------------------------------------------ヘッダー*/
/*---------------------------------------------------------------------------*/
header{
}
header div.inner{
	position: relative;
	width: 1280px;
	height: 40px;
	margin: 0 auto;
	padding-top:10px;
	text-align:right;
}

/*---------------------------------------------------------------------トップ*/
/*--------------------------------------------------------------------------*/
section#top{
	position: relative;
	height: 1150px;
}
section#top div.inner{
	position: relative;
	width: 1280px;
	margin: 0 auto;
}

section#top div.inner p.keyvisual{
	z-index: 10;
	position: absolute;
	top: 12px;
	left: 453px;
}
section#top div.inner p.slash1{
	z-index: 11;
	position: absolute;
	top:-50px;
	left:-10px;
}
section#top div.inner p.slash2{
	z-index: 11;
	position: absolute;
	top: -50px;
	left: 411px;
}
section#top div.inner p.title1{
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 930px;	
}
section#top div.inner p.title2{
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 158px;	
}
section#top div.inner p.release{
	z-index: 12;
	position: absolute;
	top: 601px;
	left: 163px;	
}
section#top div.inner p.catch{
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 833px;	
}
section#top div.inner p.read{
	z-index: 12;
	position: absolute;
	top: 787px;
	left: 162px;	
}
section#top div.inner p.rank{
	z-index: 12;
	position: absolute;
	top: 531px;
	left: 950px;	
}

/*-------------------------------------------------------------------深度表示*/
/*--------------------------------------------------------------------------*/
section#depth{
	z-index: 12;
	position: absolute;	
	top:752px;
	width:100%;
	text-align:right;
}

/*----------------------------------------------------------------キャラクター*/
/*--------------------------------------------------------------------------*/
section#chara{
	z-index: 20;
	position: absolute;
	width:100%;
    min-width:1280px;
	top: 1098px;
}
section#chara div.inner{
	position: relative;
	width: 1280px;
	height:560px;		
	margin: 0 auto;
	background-image:url(../img/chara-base.png);
	background-repeat:no-repeat;
	background-position:bottom right;	
}
section#chara div.inner h2{
	z-index: 20;
	position: absolute;
	top: 45px;
	left: 1px;
}
section#chara div.inner ul{
	z-index: 41;
	position: absolute;
	top: 0px;
	left: 270px;	
}
section#chara div.inner ul li{
	list-style:none;
	display:inline-block;
	margin-right:25px;
}

/*-------------------------------------------------------------クリーチャー*/
/*--------------------------------------------------------------------------*/
section#cre{
	z-index: 20;
	position: absolute;	
	width:100%;
    min-width:1280px;
	top: 1750px;
}
section#cre div.inner{
	position: relative;
	width: 1280px;
	height:161px;		
	margin: 0 auto;
}
section#cre div.inner h2{
	z-index: 20;
	position: absolute;
	top: 74px;
	left: 1px;
}
section#cre div.inner ul{
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 170px;	
}
section#cre div.inner ul li{
	list-style:none;
	display:inline-block;
	margin-right:31px;
}

/*-------------------------------------------------------------------用語集*/
/*--------------------------------------------------------------------------*/
section#gloss{
	z-index: 20;
	position: absolute;
	width:100%;
    min-width:1280px;
	height:50px;	
	top: 2050px;
	left: 0px;
	background-image:url(../img/bg-contents.png);
}
section#gloss div.inner{
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
section#gloss div.inner h2{
	z-index: 20;
	position: absolute;
	top: 18px;
	left: 1px;
}
section#gloss div.inner p.coming{
	z-index: 20;
	position: absolute;
	top: 18px;
	left: 577px;
}
section#gloss div.inner p.glosscut{
	z-index: 20;
	position: absolute;
	top: 0px;
	right: 0px;
}
section#gloss div.inner p.glosscut2{
	z-index: 20;
	position: absolute;
	top:-95px;
	right: 390px;
}

/*--------------------------------------------------------------------BOOKS*/
/*--------------------------------------------------------------------------*/
section#books{
	z-index: 20;
	position: absolute;
	width:100%;
    min-width:1280px;
	top: 2230px;
	left: 0px;
}
section#books div.inner{
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
section#books div.inner h2{
	z-index: 20;
	position: absolute;
	top: 385px;
	left: 1px;
}
section#books div.inner p.bookscut{
	position: absolute;
	top: 26px;
	left:118px;
	z-index:20;	
}
/**/
section#books div.bookbg1{
	width:780px;
	margin-left:245px;	
	background-image:url(../img/books-bg01.png);
	background-repeat:no-repeat;	
}
section#books div.bookinfo{	
}
section#books div.bookinfo p.bookimg{
	margin: 25px 0 0 35px;
	float: left;
}
section#books div.bookinfo div.bookdata{
	width: 540px;
	float: right;
}
section#books div.bookinfo div.bookdata dl{
	margin: 25px 0 0 30px;
}
section#books div.bookinfo div.bookdata dl dt{
	margin: 0 0 20px 0;
}
/**/
section#books div.bookbg2{
	width:780px;
	margin-left:245px;	
	padding-top:17px;	
	background-image:url(../img/books-bg02.png);
	background-repeat:no-repeat;	
}

section#books div.inner ul{
	width:467px;
	margin:20px auto 25px;
	padding-left:40px;
}
section#books div.inner ul li{
	list-style:none;
	display:inline-block;
	margin-right:30px;
}

/*-------------------------------------------------------------------topへ戻る*/
/*--------------------------------------------------------------------------*/
section#pageup{
	position: absolute;
	top: 3100px;
	left:0;
	width:100%;
	min-width:1280px;
	height: 21px;
	z-index:40;
	text-align:center;
}

/*-------------------------------------------------------------------フッター*/
/*--------------------------------------------------------------------------*/
footer{
	position: absolute;
	top: 3100px;
	left:0;
	width:100%;
	min-width:1280px;
	height: 130px;
	z-index:30;
}

footer div.inner{
	position: relative;
	width: 1280px;
	height: 130px;	
	margin: 0 auto;
	background-image:url(../img/footer-img.png);
	background-position:left bottom;
	background-repeat:no-repeat;	
}
footer p.logo{
	position: absolute;
	top: 65px;
	right: 0;
}
footer p.copy{
	position: absolute;
	bottom: 15px;
	right: 0;
	text-align: right;
	color: #fff;
	font-size: 110%;
}
