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

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

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

a{color:#333333;}

a:hover{color:#0099cc;}


/* 全体のレイアウト */
body{
	margin:10px 0; padding:0;	/* マージン、余白指定 */
	background-color:#ffffff;	/* 背景色指定 */
	overflow-x:hidden;	/* 横スクロールバーを隠す */
}

#page{
	margin:40px auto 60px auto;	/* センタリング */
	padding:10px 20px;	/* 余白指定 */
	width:750px;	/* 横幅 */
	color:#333333;	/* 文字色 */
	font-size:11pt;	/* 文字の大きさ */
	line-height:190%;	/* 行間 */
	border:1px #666666 solid;	/* 枠線の太さ、色、種類 */
}


/* ヘッダー */
.head{
	color:#666666;	/* 文字色 */
	text-align:right;	/* 右寄せ */
}


/* 見出し */
h1{
	margin:0; padding:10px 0;	/* マージン、余白指定 */
	font-size:16pt;	/* 文字の大きさ */
	color:#000000;	/* 文字色 */
	font-family:Lucida Sans Unicode,Verdana;	/* 字体 */
	border-bottom:1px solid #666666;	/* 下線の太さ、色、種類 */
}

h2{
	color:#333333;	/* 文字色 */
	font-size:12pt;	/* 文字の大きさ */
	font-weight: normal;
}


/* ページリンク */
.lead{
	color:#333333;	/* 文字色 */
	text-align:center;	/* 中央寄せ */
	border-top:1px solid #666666;	/* 下線の太さ、色、種類 */
	padding:5px;	/* 余白指定 */
}


/* 小説本文 */
.txt{margin-bottom:50px; /* 間隔 */}


/* フッター */
#foot{
	color:#666666;	/* 文字色 */
	text-align:right;	/* 右寄せ */
}

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

/* 天奇屋著作権表示 */
#copy{
	margin:0 auto 30px auto;	/* センタリング */
	width:690px;	/* 横幅 */
	color:#333333;	/* 文字色 */
	font-size:small;	/* 文字の大きさ */
	font-family:'Verdana','Tahoma';		/* 字体 */
	text-align:right;	/* 右寄せ */
}
