@charset "Shift_JIS";

/* コンテンツ===========================================--*/
div#content	{
	width: 530px;
	float: left;
	margin: 0;
}



/*--novel table -------------------------------------*/


div.novel_table	{
	width: 530px;
	background: url(./sozai/!bg_fabric_linenlight_5.gif) ;
	margin: 0 10px 20px 10px;
	border: solid 1px #f0e2d9;
}

div.novel_cat	{
	margin: 10px 10px 25px 10px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 160%;
	border: solid 1px #4d3926;
	border-left : solid 10px #4d3926;
	clear: both;
	color: #4d3926;
}


div.novel_subtitle	{
	width: 440px;
	margin: 15px 0 5px 25px;
	font-size: 0.95em;
	font-weight: bold;
	padding-left: 30px;
	line-height: 105%;
	border-bottom: solid 1px #4d3926 ;
	clear: both;   /*回り込みをさせない*/
	color: #4d3926;
}

div.novel_table p.day{
	font-size: 0.75em;
	font-weght: bold;
	text-align: right;
	clear:both;
	margin: -15px 0 0 0;
}


div.novel_table p.arasuji, div.novel_table p.ss_arasuji	{
	margin: 0 50px 8px 40px;
	padding-left: 15px;
	line-height: 115%;
	font-size: 0.95em;
}

div.novel_table p.arasuji{
	border-bottom: dashed 1px #660000;
	padding-bottom: 5px;

}

div.novel_table ul{
	padding: 0;
	font-size: 0.95em;
	list-style-type: none;
	margin-top: 3px;
	padding-bottom: 15px;
}

div.novel_table ul li{
	padding-right: 1em;
	padding-left: 55px;
}


/* info----------------------------------------------*/

div#sidebar{
	width:200px;
	float:right;
}

div#sidebar ul.infobox	{
	width: 185px;
	height: 180px;
	margin: 0 10px 20px 10px;
	font-size: 0.9em;
	padding-left: 0px;   /*ffでレイアウトが崩れるのを防ぐ*/
	line-height: 140%;
	background: url(./sozai/!bg_fabric_linenlight_5.gif) ;
	border: solid 1px #f0e2d9;
}

div#sidebar ul a:hover{
	background-color: #663300 ;
	color: #ffffff;
}

div#sidebar ul.infobox li{
	padding-left: 16px;
	line-height: 140%;
	background-image: url(007.gif) no-repeat;
	background-position: 0 3px;
	margin: 0;
	list-style-type: none;
	font-size: 0.9em;
}

div#sidebar p.info_name{
	margin:0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border-bottom: dashed 1px #660000;
	color: #4d3926;
}	


/*------------------------------------------------- info END ---------------------------------------*/


