<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* シンプル目次テンプレート 　2009.10.17. 作成*/
/* Template Designed by TENKIYA (http://tenkiya.rainycall.com/) 2008.9.1 */
/* ↑これらの表記は削除しないで下さい */

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

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

/* 画像 */
img{
	border:none;
}	/* 画像に枠をつけない */

/* 全体のレイアウト */
body{
	margin:20px 0; padding:0;	/* マージン、余白指定 */
	overflow-x:hidden;	/* 横スクロールバーを隠す */
	color:#333;	/* 文字色 */
	font-size:small;	/* 文字の大きさ */
	font-family:'Verdana','Tahoma';		/* 字体 */
}

#page{
	margin:20px auto;	/* センタリング */
	padding:10px 20px;	/* 余白指定 */
	width:700px;	/* 横幅 */
	line-height:190%;	/* 行間 */
}

/* バナー部分 */
#banner{
	padding:10px 10px 10px 0;	/* 余白指定 */
	text-align:right;	/* 右寄せ */
	clear:right;	/* 回り込み解除 */
}

/* 簡易的目次 */
#up{
	margin:0;	/* センタリング */
	padding:15px;	/* 余白指定 */
	width:700px;	/* 横幅（変更するとアレンジできます） */
	background-color:#000;	/* 背景色（変更するとアレンジできます） */
	color:#fff;	/* 文字色 */
	text-align:right;	/* 右寄せ */
	border-top:1px solid #000;	/* 上線の太さ、種類、色 */
	border-left:1px solid #000;	/* 左線の太さ、種類、色 */
	border-bottom:1px solid #000;	/* 下線の太さ、種類、色 */
	float:right;	/* 右寄せ */
}

/* 小説本文 */
.txt{
	margin-top:60px; /* マージン指定 */
	margin-bottom:30px; /* マージン指定 */
}

/* ページリンク */
.lead{
	text-align:right;	/* 右寄せ */
}

/* フッター */
#foot{
	margin-bottom:20px;	/* マージン指定 */
	padding:15px;	/* 余白指定 */
	width:700px;	/* 横幅（変更するとアレンジできます） */
	background-color:#000;	/* 背景色（変更するとアレンジできます） */
	color:#fff;	/* 文字色 */
	border-top:1px solid #000;	/* 上線の太さ、種類、色 */
	border-right:1px solid #000;	/* 右線の太さ、種類、色 */
	border-bottom:1px solid #000;	/* 下線の太さ、種類、色 */
	float:left;	/* 左寄せ */
	
}

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

/* 天奇屋著作権表示 */
#copy{
	width:700px;	/* 横幅（変更するとアレンジできます） */
	padding:15px;	/* 余白指定 */
}
</pre></body></html>