@import url(header.css);
@import url(footer.css);
@import url(share.css);



@charset "UTF-8";
/* CSS Document */



body > #contents { 
    height:auto; 
}


#page_wrapper{
	margin: 30px auto 50px auto;
}


#title_bar {
	height: 39px;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 4px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}



#contents {
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	width:890px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
　_height:100%;
	padding: 30px;

}

#novells_title{
	width:846px;
	height:83px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/novells_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 36px;
	text-align: right;
}

#comics_title{
	width:846px;
	height:83px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(../img/comic_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 36px;
	text-indent: -9999px;
}


#under_area{
	width:846px;
	height:50px;
	margin-right: auto;
	margin-left: auto;
}

.masu_group_line{
	width:846px;
	display: block;
	position: relative;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.masu{
display : block
	width:188px;
	background-color: #EDECEC;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 188px;
	padding: 10px;
}



.text_area{
	display: block;
	position: relative;
	float: right;
	width: 90px;
	text-align: left;
	clear: right;
}


.cover_area{
	width:98px;
	display: block;
	position: relative;
	float: left;
	height: auto;
}


.book_title{
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-bottomm: 10px;
	margin-bottom: 5px;
	width: 90px;
}

.book_mini_txt{
	font-size:10px;
	display: block;
	margin-bottom: 5px;
	width: 90px;
}



#pagelink{
	display:block;
	padding:10px;
	background-color:#ffe9f5;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width: 102px;
	color: #666666;
	position: absolute;
	left: 774px;
	top: 60px;
}

#pagelink02{
	display:block;
	padding:10px;
	background-color:#ffe9f5;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width: 102px;
	color: #666666;
	position: relative;
	left: 725px;
	top: 73;
}


/* 2010_3_30 改 */