body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { padding:0; margin:0;}
img{ border:none; padding: 0; margin: 0;}

/*歸零*/
  
body {
	text-align:center;
	background: #040200 url(img/bg.jpg) no-repeat 50% 0% fixed;
	}
a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
	}

#wrapper {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000;
	overflow: hidden;
	}

#top {
	height: 950px;
	}

#intro {
	height: 324px; /*360-36*/
	background: url(img/intro.jpg) no-repeat;
	padding: 36px 0px 0px 62px;
	}

/*各集設定*/
#newbook {
	position: relative;
	}
#vol1,#vol2,#vol3,#vol4,#vol5,#vol6,#vol7 {
	position: relative;
	height: 360px;
	}
.new_buy,.vol1_buy,.vol2_buy,.vol3_buy,.vol4_buy,.vol5_buy,.vol6_buy,.vol7_buy {
		width: 210px;
		height: 30px;
		position: absolute;
	}/*書店連結設定*/

#newbook {
	height: 510px;
	background: url(img/newbook.jpg) no-repeat;
	}
	.new_buy {
		bottom: 50px;
		right: 414px;
	}
#vol1 {
	background: url(img/vol1.jpg) no-repeat;
	}
	.vol1_buy {
		bottom: 79px;
		right: 115px;
	}
#vol2 {
	background: url(img/vol2.jpg) no-repeat;
	}
	.vol2_buy {
		bottom: 81px;
		right: 341px;
	}
#vol3 {
	background: url(img/vol3.jpg) no-repeat;
	}
	.vol3_buy {
		bottom: 39px;
		right: 115px;
	}
#vol4 {
	background: url(img/vol4.jpg) no-repeat;
	}
	.vol4_buy {
		bottom: 23px;
		right: 341px;
	}
#vol5 {
	background: url(img/vol5.jpg) no-repeat;
	}
	.vol5_buy {
		bottom: 37px;
		right: 115px;
	}
#vol6 {
	background: url(img/vol6.jpg) no-repeat;
	}
	.vol6_buy {
		bottom: 21px;
		right: 341px;
	}
#vol7 {
	background: url(img/vol7.jpg) no-repeat;
	}
	.vol7_buy {
		bottom: 22px;
		right: 115px;
	}

#footer {
	height: 290px;
	background: url(img/footer.jpg) no-repeat;
	position: relative;
	}
	.link {
		width: 230px;
		height: 30px;
		position: absolute;
		bottom: 82px;
		left: 388px;
	}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 20px 25px;
	font-size: 15px;
	color: #EEA92A;
	background-color: #3F301D;
	cursor: pointer;
	}
	#gotop:hover {
		background-color: #4E2B18;
		color: #D7CBBD;
		cursor: pointer;
	}