@charset "EUC-JP";

@import "../css/common.css";
@import "../css/head.css";
@import "../css/novel.css";

/* body */
div#body{
	background-image:url(../bg/bg_story.png);
}

h1,h2{
	margin-top:2em;
}
h1{
	margin-top:3em;
	margin-bottom:0.4em;
}
div.story{
	color:black;
	font-size:12pt;
	line-height:1.6;
}
div.line{
	width:640px;
	min-height:1em;
	border-bottom:solid 1px #336699;
	padding-bottom:2px;
	padding-top:0.5em;
	padding-left:1em;
	position:relative;
	clear:both;
}
div.line a:link, div.line a:visited, div.line:hover, div.line a:active{
	color:black;
	font-weight:bold;
}
div.line div{
	float:left;
	height:1em;
	width:155px;
}
div#ranking{
	width:640px;
	text-align:right;
	padding-top:2px;
	padding-right:5px;
	clear:both;
}
div#rank{
	position:absolute;
	left:5px;
	bottom:20px;
}

/* 画像のフロート */
div.story a.left{
	float:left;
}
div.story a.right{
	float:right;
}
h1#main{
	margin-bottom:0;
}
/* 短編用ランキング表示設定 */
div#ranks{
	float:right;
	padding-right:3em;
	position:relative;
	top:3.5em;
}
del{
	color:silver;
	text-decoration:none;
}
div.story p.line{
	padding-top:1em;
}
div.story p.title{
	font-weight:bold;
}
div.story p.ft{
	margin-top:1em;
	font-weight:bold;
}


span.new{
	font-size:x-small;
	color:red;
}
/* 目次用テーブル */
table.index{
	margin:auto;
	text-align:center;
	width:660px;
	margin-bottom:0.8em;
}
table.index td{
	width:220px;
	font-size:12pt;
	height:1.8em;
	text-align:center;
}

