/* シンプル目次テンプレート,明日も晴れるよ！用 　2009.07.21. 作成*/
/* 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:dotted;	/* 線の種類 */
}
/* 画像 */
img{border:none;}	/* 画像に枠をつけない */

/* リンク */
a{
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
a:link, a:visited
{
	color:#4c4ccc;
	border-bottom:1px dotted #fff;
}
a:active, a:hover{
	color:#b3ccff;
	border-bottom:1px dotted #fff;
}
/****************************************************************/

/* 登場人物紹介スタイルシート */

.cha{width:600px;}
.pict{width:220px;}
.pic1{width:200px;height:270px;border:1px solid #aaa;}
.pic2{width:380px;font-size:11pt;}


/****************************************************************/


/* 目次スタイルシート */

/* 目次本体 */
#page{
	margin:10px auto;	/* センタリング */
	width:650px;	/* 横幅 */
	color:#333;	/* 文字色 */
	font-size:10pt;	/* 文字の大きさ */
	font-family:'Verdana','Tahoma';		/* 字体 */
	line-height:170%;	/* 行間 */
}

/* ヘッダー（画像部分） */
#image{
	margin:40px auto 30px auto;
	width:600px;
	height:400px;
	background-image:url("tomorrow.jpg");
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-attachment:scroll;
}
/* ヘッダー下煽り */
h1{
	color:#4a4a4a;
	font-size:30px;
	font-family:ＭＳ Ｐ明朝;
	font-weight:normal;
	text-align:center;
}
/* 小説タイトル部分 */
#title{
	margin-top:80px;
	margin-bottom:0;
	color:#4a4a4a;
	font-size:50px;
	font-family:ＭＳ Ｐ明朝;
	line-height:80%;
	text-align:center;
}
/* 小説タイトル一部赤字 */
span.ti{color:#cc4c66;}
/* 小説煽り文 */
#sub{
	margin-bottom:30px;
	font-size:x-small;
	text-align:center;
}

/* センタリング文 */
.cen{text-align:center;}
/* 右寄せ文 */
.rig{text-align:right;}

/* 更新履歴 */
#record{
	margin-top:40px;
	padding:8px;	/* 余白指定 */
	text-align:center;	/* 中央寄せ */
	}


/* 章見出し */
h2{
	margin:20px 0 0 0;	/* マージン指定 */
	font-size:11pt;	/* 文字の大きさ */
	font-family:'Lucida Sans Unicode','MS P ゴシック';	/* 字体 */
	font-weight:normal;	/* 文字の太さ */
}

/* 章ごとのまとまり（必要ない場合削除） */
.txt{
	margin:10px 25px 30px 25px;
}

/* ちょっとした解説っぽい部分 */
span.ex{margin-left:20px;color:#444;font-size:x-small;}

/* 登場人物名 */
h3{
	margin-bottom:0;
	background-image:url("female.gif");
	background-repeat:no-repeat;
	background-position:0% 55%;
	background-attachment:scroll;
	font-size:10pt;
	font-weight:bold;
	text-indent:15px;
}
h4{
	margin-bottom:0;
	background-image:url("male.gif");
	background-repeat:no-repeat;
	background-position:0% 55%;
	background-attachment:scroll;
	font-size:10pt;
	font-weight:bold;
	text-indent:15px;
}

/* フッター */
#foot{
	padding:5px;	/* 余白指定 */
	text-align:center;	/* 中央寄せ */
	font-size:10pt;
	font-family:'Verdana';
	border-top:1px dotted #333;	/* 下線部 */
}

/****************************************************************/

/* 作品展示スタイルシート */


/* 背景画像 */
body#tt{
	background-image:url('back.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:8% 100%;
}

/* 展示本体部分 */
#tomorrow{
	margin:10px auto;	/* センタリング */
	width:650px;	/* 横幅 */
	color:#333;	/* 文字色 */
	font-size:100%;	/* 文字の大きさ */
	font-family:'MS P ゴシック';		/* 字体 */
	line-height:190%;	/* 行間 */

}

br { letter-spacing: normal } 
/* メニュー部分 */
.menu{
	font-size:10pt;
	font-family:'Verdana';
	letter-spacing:1px;	/* 行間 */
	border-bottom:1px solid #333;
}

ul.info{
	margin:0 auto;	/* マージン指定 */
	list-style:none;	/* リストマーク設定 */
	text-align:right;	/* 右寄せ */
}
ul.info li{display:inline;}	/* メニューを横に並べる */

/* 小説本文 */
#wrap{margin:40px auto;font-family:'MS P ゴシック';}

/* 小説タイトル */
#tomorrow h5{
	margin:60px 0;
	color:#ccc;
	font-size:60px;
	font-family:'ＭＳ Ｐ明朝';
	font-weight:normal;
}
/* 小説タイトル赤字 */
span.red{color:#e66666;}

/* 小説フッター */
#aw{
	margin-top:30px;
	padding:10px 15px;
	font-size:10pt;
	font-family:'Verdana';
	text-align:right;
	letter-spacing:1px;
	border:1px dotted #aaa;
}


/****************************************************************/

/* 天奇屋著作権表示 */
#copy{font-size:small;font-family:'Verdana';text-align:right;}	/* 右寄せ */
