@charset "UTF-8";
/* CSS Document */


body{
	background: url(../images/bg.gif) repeat-x left top #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main,
header,
footer{
	width: 970px;
	margin: 0 auto;
}


main{
	display: block;
	position: relative;
	background-color: #fff;
}

header{
	z-index: 10;
	display: block;
	position: relative;
}

main header h1#title{
	position:absolute;
	right: 0;
	top: 0;
	clear: both;
}

main p#catch{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/CatchBg.jpg) no-repeat right bottom;
	padding-right: 211px;
}

main section#about{
	position: absolute;
	top: 955px;
	left: top;
	float: left;
}

main section#newbook{
	position: absolute;
	top: 621px;
	right: 0;
	width: 398px;
	z-index: 10;
}

main section#newbook h1{
	position: absolute;
	top: 451px;
	right: 0;
}

main section#newbook p#newbookImg{
	padding-bottom: 40px;
}

main p#sales{
	position: absolute;
	top: 714px;
	left: 371px;
}

main section#archive{
	padding: 0 0 8px;
	padding-top: 1411px;
	z-index: 20;
}

main section#archive div.book{
	position: relative;
	overflow: hidden;
	padding-bottom: 9px;
}

main section#archive div.book h2.bookTitle{
	position: absolute;
	top: 38px;
	left: 277px;
}

main section#archive div.book p.bookImg{
	float: left;
}

main section#archive div.book p.bookDetail{
	padding-top: 77px;
}

main section#archive div.book ul{
	float: left;
	padding: 26px 0 8px;
}

main section#archive div.book ul li{
	display: inline-block;
	padding-right: 14px;
}

div#tw{
	position: relative;
	display: inline;
	float: right;
	margin: 15px 15px 0 0;
	z-index: 20;
}


footer{
	clear: both;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	font-size: 10px;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}
