@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;
height:100%;
color:#666;
font-size:82%;
text-align:center;
}

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 30px;
background:url(img/dot.gif) repeat-x 0 100%;
height:1%;
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{
position:relative;
margin:0 auto;
background:#fff url(img/line.gif) repeat-y 210px 0px;
width:850px;
height:100%;
min-height:100%;
text-align:left;
border:solid #dfdfdf;
border-width:0 1px 1px;
}

body > #WRAPPER{
height:auto;
}


/* ----- ヘッダーー -------------------- */

#HEADER{
position:absolute;
top:0;
left:0;
padding:0 5px;
background:url(img/dot.gi) repeat-y 100% 0;
width:200px;
height:100%;
}

#HEADER h1{
margin:10px auto 0;
padding:235px 0 0;
background:url(img/img7.jpg) no-repeat 50% 0;
font-size:13pt;
text-align:center;
}

/* ↓小説毎にヘッダーの画像を変えたい時（不要の時は削除） */

#NOVEL01 #HEADER h1{
background:url(img/img1.jpg) no-repeat 50% 0;
}

#NOVEL02 #HEADER h1{
background:url(img/img2.jpg) no-repeat 50% 0;
}

#NOVEL03 #HEADER h1{
background:url(img/img3.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;
}

#NOVEL07 #HEADER h1{
background:url(img/img7.jpg) no-repeat 50% 0;
}

#NOVEL08 #HEADER h1{
background:url(img/img8.jpg) no-repeat 50% 0;
}

#NOVEL09 #HEADER h1{
background:url(img/img9.jpg) no-repeat 50% 0;
}

#NOVEL10 #HEADER h1{
background:url(img/img10.jpg) no-repeat 50% 0;
}

#NOVEL11 #HEADER h1{
background:url(img/img11.jpg) no-repeat 50% 0;
}

#NOVEL12 #HEADER h1{
background:url(img/img12.jpg) no-repeat 50% 0;
}

#NOVEL13 #HEADER h1{
background:url(img/img13.jpg) no-repeat 50% 0;
}

/* ↑ここまで */


/* ----- メニュー（表紙のみ） -------------------- */

#MENU ul{
margin:8px auto 0;
text-align:center;
}

#MENU li,#MENU li a{
width:190px;
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{
margin-left:210px;
}

.text{
margin:10px 15px 0 35px;
}

/* -- 小説へのリンク・更新・戻り -- */

ol.chapter{	/* リンクの横並び */
margin:0.5em 0.9em;
}

.chapter li{
margin:0 0.2em;
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;
color:#999;
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 5px 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.3em 0.3em;
}


/* ----- 強調・追加・削除 -------------------- */

em{
padding:0 2px;
color:#a22041;
}

strong{
padding:0 2px;
color:#a22041;
font-size:120%;
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;
border:1px dotted #c3c3c3;
color:#999;
}


/* ----- 物理要素 -------------------- */

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;
}