/* シンプル目次テンプレート 　2009.07.19. 作成, 2009.11.15. 修正 */
/* Template Designed by TENKIYA (http://tenkiya.rainycall.com/) 2008.9.1 */
/* ↑これらの表記は削除しないで下さい */

/****************************************************************/

/* これより以下、スタイルシート */
@charset "shift_jis";


/* 全体のレイアウト */
body{
	margin:0; padding:0;	/* マージン、余白指定 */
	background-color:#fff;	/* 背景色指定 */
	overflow-x:hidden;	/* 横スクロールバーを隠す */
}
/* 罫線 */
hr{
	padding:0;height:1px;	/* 余白,高さ */
	border-width:1px;	/* 幅 */
	border-color:#333;	/* 線の色 */
	border-style:solid;	/* 線の種類 */
}
/* 画像 */
img{
	border:none;
}	/* 画像に枠をつけない */

/****************************************************************/

/* 目次本体 */
#page{
	margin:10px auto;	/* センタリング */
	width:650px;	/* 横幅 */
	color:#333;	/* 文字色 */
	font-size:small;	/* 文字の大きさ */
	font-family:'Verdana','Tahoma';		/* 字体 */
	line-height:1.7em;	/* 行間 */
}

/* ヘッダー（バナー部分） */
#banner{
	padding:5px 0;	/* 余白指定 */
	border-bottom:1px solid #333;	/* 下線部 */
}

/* 小説タイトル見出し */
#banner h1{
	font-size:23px;	/* 文字の大きさ */
	font-family:'Lucida Sans Unicode';	/* 字体 */
	font-weight:normal;	/* 文字の太さ */
	display:inline;	/* 位置指定 */
}

/* 右上メニュー部分 */
ul#menu{
	margin:0 auto;	/* マージン指定 */
	list-style:none;	/* リストマーク設定 */
	text-align:right;	/* 右寄せ */
}
ul#menu li{
	display:inline;
}	/* メニューを横に並べる */


/* 小説あらすじ部分（必要ない場合削除） */
#plot{
	margin:10px auto;	/* マージン指定 */
	padding:2px 10px;	/* 余白指定 */
	color:#aaa;	/* 文字色 */
	border-left:3px double #333;	/* 枠線指定 */
	border-right:3px double #333;
}


/* 更新履歴 */
#record{
	padding:8px;	/* 余白指定 */
	text-align:right;	/* 右寄せ */
	
}


/* 見出し */
h2{
	margin:20px 0 0 0;	/* マージン指定 */
	padding-left:10px;	/* 余白指定 */
	font-size:11pt;	/* 文字の大きさ */
	font-family:'Lucida Sans Unicode','MS P ゴシック';	/* 字体 */
	font-weight:normal;	/* 文字の太さ */
}


/* 章ごとのまとまり（必要ない場合削除） */
.txt{
	margin-bottom:50px;padding-left:10px;
}


/* ちょっとした解説っぽい部分 */
span.ex{
	margin-left:10px;color:#999;
}


/* フッター */
#foot{
	padding:5px;	/* 余白指定 */
	text-align:center;	/* 中央寄せ */
	border-top:1px solid #333;	/* 下線部 */
}

/****************************************************************/

/* 天奇屋著作権表示 */
#copy{
	padding-right:10px;	/* 余白指定 */
	text-align:right;	/* 右寄せ */
}	
