body {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

.novel-text-box{
	line-height:200%;
	color:#333333;
	background-color:#EEEEEE;
	font-size:12px;
}
.novel-text{
	margin:20px;
}
.novel-title{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}





/* common */
h2{
	margin:0px;
}
.hr_border{
	margin:0px;
	border-bottom:1px solid #CCCCCC;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.clr{
	clear:both;
}
/* story */
.story_box{
	height:300px;
	background-image:url(../img/story_back.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:175%;
	color:#333333;
}
.story_box .story1{
	width:285px;
}

/* charactors */
.charactors_box{
	width:516px;
	font-size:10px;
	color:#333333;
	line-height:150%;
}
.charactors_box .chara_left{
	width:253px;
	margin-right:10px;
	float:left;
	margin-bottom:1em;
}
.charactors_box .chara_right{
	width:253px;
	float:right;
	margin-bottom:1em;
}


.charactors_box .chara{
	margin-bottom:1em;
}
.chara_text{
	width:115px;
	float:right;
}
.chara_face{
	width:134px;
	float:left;
}
.chara_3{
}
.chara_name {
	font-size   : 16px;
	font-weight : bold;
	line-height:125%;
	color:#603813;
	margin-bottom:5px;
}
.chara_img{
	width:130px;
	border:1px solid #999999;
	padding:1px;
}

/* comment */
.comment_box{
	width:516px;
	text-align:center;
}
.comment_img{
	border:1px solid #660000;
	width:490px;
	height:325px;
	margin-left:auto;
	margin-right:auto;
}

/* information */
.special{
	width:500px;
	margin-left:8px;
	margin-right:8px;
	border:3px double #AD8FAB;
	padding-top:10px;
	padding-bottom:10px;
}
.info_title{
	width:480px;
	margin-left:10px;
	margin-right:10px;
	font-size:16px;
	color:#FF004D;
	font-weight:bold;
	line-height:150%;
}
.info_subtitle{
	width:480px;
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	color:#603813;
	font-weight:bold;
	line-height:150%;
}

.info_text{
	width:480px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#333333;
	line-height:125%;
}

.info_waku{
	border:1px solid #CCCCCC;
	padding:10px;
}

/*========== booklist ==========*/

.book {
	width: 500px;
	margin: 0px;
	padding: 0px 8px;
	border-bottom:1px solid #CCCCCC;
}
.cover {
	float: left;
	width: 100px;
}
.coverimg {
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 1px;
}


.detail {
	float: right;
	width: 400px;
}
.detail p {
	font-size: 10px;
	line-height: 140%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.book_title{
	font-size:14px;
	font-weight:bold;
	color:#603813;
	line-height:150%;
	margin-bottom:5px;
}
.btn {
	margin: 0px;
	padding: 5px 0px;
}

.btn ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.btn li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 1px;
	line-height:0;
}



/* novel */
.novel-text-box{
	line-height:200%;
	color:#333333;
	background-color:#FFFFFF;
	font-size:12px;
}
.novel-text{
	margin:20px;
}
.novel-title{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
