/**  
 * 1. 背景色のみ  
 */  

#novel_m {
	
	width:690px;
	text-align:center;
	margin-right:0px;
	margin: 0 auto;
	clear:both;
}

.nboxA {
	width:310px;
	_width:324px;
	border: 2px solid #000000;
	background:#FFFFFF;
	text-align:left;
	margin-right:20px;
	padding:10px;
	float:left;
}

.nboxB {
	border: 2px solid #000000;
	background:#FFFFFF;
	text-align:left;
	width:310px;
	_width:324px;
	padding:10px;
	float:right;
}

.nboxC {/*右側に無いとき代用*/
	text-align:left;
	width:310px;
	_width:324px;
	padding:10px;
	float:right;
}

.novel_clear {
	clear:both;
	
}

.writer_name{
	color:#000000;
	font-size:14px;
	background:#eee;
	padding:3px;
	border: 1px dotted #ccc;

}


/* 各小説用box */

.novel_box{ 
width: 700px;
line-height:1.5em;
text-align:left;
font-size:14px;

} 

.novel_title{
width:100%;
font-size:18px;
color:#fff;
padding:10px;
}

.text_red{color:#f00;}

.image_right{float:right;}
.image_clear_right { clear:right;}


/*
 foot [
----------------------------------------------------------- */
#foot {
font-size:12px;
	clear: left;
	width:749px;
	bottom:0px;
	margin:0 auto;
	
	padding:10px 0 10px 0;
	text-align:left;
	
}
#foot p {
	margin:0 0 2px 0;
	
}
#foot address {
	font-style:normal;
}


