@charset "Shift_Jis";


/* ----- 全体 -------------------- */

*{
margin:0;
padding:0;
font:normal normal normal 100%/1.7 Verdana,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
border:0;
}

html{
height:100%;
scrollbar-arrow-color:#999;
scrollbar-face-color:#fff;
scrollbar-track-color:#eee;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#999;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-color:#fff;
}

BODY{
background:#fff url(img/dot.gif) repeat-y 260px 0;
width:100%;
height:100%;
color:#666;
font-size : 12px;
}

body#CONTENT{	/* 表紙の文字色・フォントサイズ */
color:#999;
font-size:75%;
}


/* ----- リンク -------------------- */

a{
text-decoration:none;
}

a:link,a:visited{
color:#57b5b7;
border-bottom:1px dashed #57b5b7;
}

a:visited{
border-bottom:none;
}

a:hover{
color:#c9e0de;
border-bottom:none;
}


/* ----- 見出し -------------------- */

h1{	}

h2{
padding:25px 15px 2px 70px;
background:url(img/dot.gif) repeat-x 0 100%;
font-size:110%;
font-weight:bold;
}

h3{
margin:1.2em 0;
background:#eee;
color:#7f7f7f;
text-align:center;
}

h4{
margin:8px 0.6em 0;
padding:0 0 0 0.2em;
border-bottom:1px solid #ccc;
}

h5{
font-weight:bold;
}


/* ----- リスト -------------------- */

ol{
margin:0.5em 0 0.5em 1.8em;
}

ol li{
margin:0 0 0 0.8em;
}

ul{
margin:0.3em 0 0.3em 1.8em;
}

ul li{
margin:0 0 0 0.5em;
list-style-type:square;
}

dl{
margin:0.3em 1em;
}

dt{
margin:0.7em 0 0;
}

dd{
margin:0 0 0 0.5em;
}


/* ----- ラッパー -------------------- */

#WRAPPER{
background:url(img/dot.gif) repeat-y 320px 0px;
width:100%;
height:100%;
min-height:100%;
}

body > #WRAPPER{
height:auto;
}


/* ----- ヘッダーー -------------------- */

#HEADER{
position:absolute;
top:0;
left:0;
z-index:3;
padding:0 10px;
width:240px;
height:100%;
}

#HEADER h1{
margin:10px auto 0;
padding:245px 0 0;
background:url(img/img7.jpg) no-repeat 50% 0;
font-size:13pt;
text-align:center;
}

/* ↓小説毎にヘッダーの画像を変えたい時（不要の時は削除） */

#NOVEL01 #HEADER h1{
background:url(img/img7.jpg) no-repeat 50% 0;
}

#NOVEL02 #HEADER h1{
background:url(img/img3.jpg) no-repeat 50% 0;
}

#NOVEL03 #HEADER h1{
background:url(img/img2.jpg) no-repeat 50% 0;
}

#NOVEL04 #HEADER h1{
background:url(img/img4.jpg) no-repeat 50% 0;
}

#NOVEL05 #HEADER h1{
background:url(img/img5.jpg) no-repeat 50% 0;
}

#NOVEL06 #HEADER h1{
background:url(img/img6.jpg) no-repeat 50% 0;
}

/* ↑ここまで */


/* ----- メニュー（表紙のみ） -------------------- */

#MENU ul{
margin:8px auto 0;
text-align:center;
}

#MENU LI,#MENU LI A{
width : 200px;
display:block;
}

#MENU li{
margin:0 auto;
background:url(img/dot.gif) repeat-x 0 100%;
text-align:right;
list-style-type:none;
}

#MENU li a{
color:#999;
border-bottom:none;
}

#MENU li a:hover{
text-align:left;
}

#MENU h2{
display:none;
}


/* ----- メイン・テキスト（表紙・小説ページ共通） -------------------- */

#MAIN,#TEXT{
padding-left:260px;
}

.text{
margin:10px 30px 0 75px;
}

/* 小説へのリンク・更新・戻り */

ol.chapter{	/* リンクの横並び */
margin:0.5em 1em;
}

.chapter li{
margin:0 0.1em;
list-style-type:none;
display:inline;
}

p.update{	/* 最終更新日 */
margin:0;
text-align:right;
}

ul.skip{
margin:10px 5px 0;
text-align:right;
}

.skip li{
list-style-type:none;
}

.skip li a{
border-bottom:none;
}


/* ----- 小説用・ナビゲーション（小説ページのみ） -------------------- */

p.continue{
margin:70px 0 0;
text-align:center;
}

p.date{	/* 記載日 */
text-align:right;
}

.afterword{	/* 後書 */
margin:30px 0 0 10px;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
}

.afterword p{
margin:10px 5px;
line-height:130%;
color:#999;
}

ul.navigation{
margin:30px 0 15px;
font-size:85%;
text-align:center;
}

.navigation li{
margin:0 4px;
display:inline;
list-style-type:none;
}

.navigation li a:link,.navigation li a:visited{
padding:0 6px;
background:#71bfb9;
color:#fff;
border-bottom:none;
}

.navigation li a:hover{
background:transparent;
color:#666;
}


/* ----- フッター -------------------- */

#FOOTER{
margin:15px 0 0;
padding:5px 0 10px 260px;
background:url(img/dot.gif) repeat-x;
}

#FOOTER ul{
margin:0 25px 0 0;
text-align:center;
}

#FOOTER address,#FOOTER li{
padding:0 2px;
display:inline;
}

#FOOTER h2{
display:none;
}


/* ----- 水平・段落 -------------------- */

hr{
display:none;
}

p{
margin:1.2em 0.3em;
}


/* ----- 強調・追加・削除 -------------------- */

em{
padding:0 2px;
color:#a22041;
}

strong{
padding:0 2px;
color:#a22041;
font-size:12px;
font-weight:bold;
}

ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
}


/* ----- 引用 -------------------- */

blockquote{
padding:0 0.5em;
background:#efefef;
border:1px solid #cfcfcf;
}

q{
padding:0 2px;
quotes: "<" ">" "`""'";
}

q:before{
content:open-quote;
}

q:after{
content:close-quote;
}


/* ----- 整形済みテキスト -------------------- */

pre{
overflow:auto;
margin:0 0.7em; 
padding:5px;
height:100px;
line-height:1.3;
color:#999;
border:1px dotted #bfbfbf;
}


/* ----- 物理要素 -------------------- */

b{
font-weight:bold;
}

i{
font-style:oblique;
}

big{
font-size:140%;
}

small{
font-size:80%;
}


/* ----- 効果 -------------------- */

p.effect_01{	/* インデント（字下げ） */
margin:0 3em;
color:#999;
}

p.effect_02{	/* 中央寄せ */
color:#9cbb1c;
text-align:center;
}

p.effect_03{	/* 右寄せ */
text-align:right;
}
TABLE{
  font-size : 10px;
  color : #999999;
}
