/* シンプル目次テンプレート 　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;	/* マージン、余白指定 */
	overflow-x:hidden;	/* 横スクロールバーを隠す */
}

body{
background-color : #ffffff ;
background-image : url("wza090.jpg");
background-attachment : fixed ;
background-position : 90% 100% ;
background-repeat : no-repeat ; }
}


a { text-decoration: none; }
a:link { color: #db7093; } 
a:visited { color: #db7093; } 
a:hover { color: #ff99bb; } 
a:active { color: pink; } 



/* 罫線 */
hr{
	padding:0;height:1px;	/* 余白,高さ */
	border-width:1px;	/* 幅 */
	border-color:#333;	/* 線の色 */
	border-style:solid;	/* 線の種類 */
}
/* 画像 */
img{border:none;}	/* 画像に枠をつけない */

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

/* 目次本体 */
#page{
	margin:10px auto;	/* センタリング */
	width:700px;	/* 横幅 */
	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;}	/* メニューを横に並べる */


.menu{
margin:0px;
padding:10px 15px;
text-align:center;
font-size:70%;
}

/* 小説あらすじ部分（必要ない場合削除） */
#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;	/* 右寄せ */
	}


/* 見出し */

h1
{

color:#000;
text-align:left;
font-size:13px;
font-weight:bold;
}

h2
{
margin:5px;
padding:7px;
background-image:url(rainbow_01.gif);
background-position:0% 50%;
background-repeat:no-repeat;
color:#000;
text-align:left;
text-indent:50px;
font-size:16px;
font-weight:bold;
}


/* 章ごとのまとまり（必要ない場合削除） */
.txt{
margin:30px 10% 30px 10%;
text-align:left;
width:100%;
}


.txt2{margin-bottom:50px;padding-left:10px;}

p{
font-size:85%;
font-color:#999999;
line-height:2.0em;
}

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


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

.rank{
padding:20px;
text-align:right;
font-size:10px;
width:100%;
}


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

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

.copy{
margin:0px;
padding:2px;
background-image:url(2009copi.gif);
background-repeat:no-repeat;
background-position:center center;

}