<STYLE type="text/css" media="screen">
<!--
A:link { color: 663300 }	/*未訪問のリンク色*/
A:visited { color: 003355 }	/*訪問済みのリンク色*/
A:active { color: 005588 }	/*クリック時のリンク色*/
A:hover { color: AA3300 }	/*カーソルが乗っている時のリンク色*/
A {text-decoration: none;}

BODY {
background-color: #cccccc;	/*背景色*/
font-size:12;			/*文字の大きさ*/
color: #000000;			/*文字色*/
line-height : 150%;		/*行間の幅*/
margin: 0px 0px 0px 0px;	/*マージン 上、右、下、左 */

/*スクロールバーの変化*/
scrollbar-base-color : #f0f0f0;
scrollbar-face-color : #cccccc;
scrollbar-track-color : #f0f0f0;
scrollbar-arrow-color : #ffffff;
scrollbar-3dlight-color : #f0f0f0;
scrollbar-highlight-color : #ffffff;
scrollbar-shadow-color : #ffffff;
scrollbar-darkshadow-color : #f3f3f3;
}

/*表題部*/
TH {
font-size:12;
background-color: #eeeeff;	/*背景色*/
padding: 5px 0px 2px 0px;	/* 上、右、下、左 */
border-bottom: double 3px #555555;
}

/*外枠*/
.tbl{
background-color: #ffffff;	/*背景色*/
padding: 10px 5px 10px 5px;	/* 上、右、下、左 */

border-top: solid 20px #cccccc;
border-bottom: solid 10px #cccccc;
border-right: solid 50px #cccccc;
border-left: solid 50px #cccccc;
}


/*基本*/
.basic {
font-size: 10pt ;		/*文字の大きさ*/
line-height : 100%;		/*行間の幅*/
margin: 0px 0px 0px 0px;	/*マージン 上、右、下、左 */
}


/*タイトル*/
.title{
font-size: 14pt ;		/*文字の大きさ*/
line-height : 100%;		/*行間の幅*/
margin: 10px 0px 10px 0px;	/*マージン 上、右、下、左 */
border-bottom: solid 1px #555555;
}

/*小説本文*/
.novel{
font-size: 11pt ;		/*文字の大きさ*/
line-height : 150%;		/*行間の幅*/
margin: 20px 20px 10px 10px;	/*マージン 上、右、下、左 */

}

/*あとがき*/
.after {
background-color: #e0e0e0;	/*背景色*/
font-size: 10pt ;		/*文字の大きさ*/
line-height : 100%;		/*行間の幅*/
margin: 0px 10px 10px 10px;	/*マージン 上、右、下、左 */
padding: 5px 5px 5px 5px;	/* 上、右、下、左 */

}

/*感想フォーム*/
.fres {
background-color: #ffffff;	/*背景色*/
font-size: 10pt ;		/*文字の大きさ*/
line-height : 100%;		/*行間の幅*/

padding: 0px 5px 0px 5px;	/* 上、右、下、左 */
border-top: solid 1px #cccccc;
border-bottom: solid 10px #cccccc;
border-right: solid 50px #cccccc;
border-left: solid 50px #cccccc;
}



/*表関係*/
.rec{/*レコード*/
font-size:12;
padding: 5px 0px 2px 0px;	/* 上、右、下、左 */}
.r1{/*タイトル*/
border-bottom: solid 1px #555555;}
.r2{/*作者*/
width:80;
background-color: #eeeeee;	/*背景色*/
border-bottom: solid 1px #555555;}
.r3{/*投稿日*/
width:100;
text-align: center;		/*文字寄せ*/
border-bottom: solid 1px #555555;}
.r4{/*サイズ*/
width:40;
background-color: #eeeeee;	/*背景色*/
text-align: right;		/*文字寄せ*/
border-bottom: solid 1px #555555;}
.r5{/*読者*/
width:40;
text-align: center;		/*文字寄せ*/
border-bottom: solid 1px #555555;}
.r6{/*評価*/
width:40;
background-color: #eeeeee;	/*背景色*/
text-align: center;		/*文字寄せ*/
border-bottom: solid 1px #555555;}
.r7{/*感想*/
width:40;
text-align: center;		/*文字寄せ*/
border-bottom: solid 1px #555555;}
.r8{/*管理*/
width:40;
background-color: #eeeeee;	/*背景色*/
text-align: center;		/*文字寄せ*/
border-bottom: solid 1px #555555;}


/*フッタ*/
.footer {
background-color: #ffffff;	/*背景色*/

padding: 5px 5px 5px 5px;	/* 上、右、下、左 */
border-top: solid 1px #cccccc;
border-bottom: solid 10px #cccccc;
border-right: solid 50px #cccccc;
border-left: solid 50px #cccccc;
}
--></STYLE>