@charset "utf-8";

#book_wrapper{
	width:700px;
	margin:0 auto;
	background-color:#f1e9c2;
}


#book_header{
 width:700px;
 height:94px;
 background: url(miraiya_title.jpg) no-repeat top;
}

#book_header h1{
text-indent:-9999px;
}

.day{/*更新日付*/
	float:right;
	font-size:100%;
	color:#FFF;
	font-weight:bold;
	position:relative;
	top:20px;
	right:25px;
}

/*///////////////文庫/////////////////*/

#bunko{
	width:657px;
	background:url(bunko/back_line.gif) repeat-y;
	margin-left:25px;
}

#bunkoUnder{
	height:26px;
	background:url(bunko/shita.gif) no-repeat;
	clear:both;
}


/*///////////////文芸書/////////////////*/

#bungei{
	width:657px;
	background:url(bungei/back_line.gif) repeat-y;
	margin-left:25px;
}

#bungeiUnder{
	height:26px;
	background:url(bungei/shita.gif) no-repeat;
	clear:both;
}


/*///////////////ビジネス書/////////////////*/

#business{
	width:657px;
	background:url(business/back_line.gif) repeat-y;
	margin-left:25px;
}


#businessUnder{
	height:26px;
	background:url(business/shita.gif) no-repeat;
	clear:both;
}


/*///////////////コミック/////////////////*/
#comic{
	width:657px;
	background:url(comic/back_line.gif) repeat-y;
	margin-left:25px;
}


#comicUnder{
	height:26px;
	background:url(comic/shita.gif) no-repeat;
	clear:both;
}


/*///////////////新書/////////////////*/
#shinsyo{
	width:657px;
	background:url(shinsyo/back_line.gif) repeat-y;
	margin-left:25px;
}


#shinsyoUnder{
	height:26px;
	background:url(shinsyo/shita.gif) no-repeat;
	clear:both;
}



/*///////////////ランキングテーブルに関するCSS/////////////////*/

table.bookranking{
	width:610px;
	margin:20px 0 10px 20px;
	border-collapse:collapse;
}

td.ranking{width:20px;}
td.title{width:310px;}
td.sakka, td.shuppan{width:140px;}
td.ten{ height:15px; background:url(line.gif) no-repeat;}


/*///////////////PAGE TOP/////////////////*/

div.pagetop{
	width:61px;
	height:10px;
	margin:5px 25px 5px 0;
	float:right;
}









