@charset "Shift_JIS";

/* コンテンツ =======================================================================================--*/
div#content	{
		width: 760px;
		width: 664px;
		margin :auto;
		margin-top: 15px;
		margin-bottom: 30px;
		background: url(./sozai/wall_container.jpg) repeat-y;
		background-color: #f8f8ff;
}

/* novel_title-------------------------------------------------------*/
div#content p.novel_title	{
		font-size:18px;
		color: #414141;
		font-weight: bold;
		line-height: 140%;
		margin: 0;
		padding:5px 0 0 15px;
}

/* sub_title-------------------------------------------------------*/
div#content p.novel_subtitle 	{
		font-size: 18px;
		margin: 0;
		font-weight: bold;
		background-position: bottom;
		background-repeat: repeat-x;
		padding: 0 0 10px 43px;
}
          
/* コンテンツ text本文 BOX-----------------------------------------------------*/
div#content_text	{
	font-size: 0.95em;
	line-height: 150%;
	margin: 30px 50px 30px 50px;
	color: #404040;
}

/* コンテンツ text本文 段落-----------------------------------------------------*/
div#content_text p	{
	text-indent: 0.95em;
	margin: 0;
}

/* コンテンツ リンク上段（前へ　次へ) -------------------------------------------------------*/
p.pagelink_rtop 	{
		font-size: 0.75em;
		text-align: right;
		margin: 10px 15px 0 0;
}

p.pagelink_rtop a	{
	text-decoration: none;      
}

p.pagelink_rtop a:hover{
	background-color; #ffffff;
}

/* ページ数 -------------------------------------------------------*/
p#pege_number	{
	font-size: 0.75em;
	color: #696969;
	font-weight: bold;	
	text-align: right;
	margin: 0 ;
	padding-right : 15px;
	line-height: 140%;
}

/* フッター リンク下段（前へ　次へ）-------------------------------------------------------*/
div#pagelink_bottom	{
		font-size: 0.75em;
		text-align: center;
		margin: 0;
		background-repeat: repeat-x;
		padding-top: 30px;
		padding-bottom: 30px;
		clear: both;
}

div#pagelink_bottom a	{
	text-decoration: none;
}

div#pagelink_bottom a:hover{
	background-color: #ffffff;
}