@charset "Shift_Jis";


/* ──────────────────────────────
	Other-n02_2(2008.07.15/2008.10.01 修正)
	Chat x Cat
	http://chatxcat.halfmoon.jp/
────────────────────────────── */


/*/////////////// 全体 /////////////////////////*/

*{
margin:0;
padding:0;
font:normal normal normal 100%/1.7 Verdana,Osaka,"ＭＳ Ｐゴシック",sans-serif;
border:0;
}

html{
height:100%;
scrollbar-face-color:#fe96ad;scrollbar-highlight-color:white;
scrollbar-shadow-color:white;scrollbar-3dlight-color:#fe96ad;
scrollbar-arrow-color:white;scrollbar-track-color:white;scrollbar-darkshadow-color:#fe96ad;
}

body{
background:#ffe4e1;
height:100%;
color:#666;
font-size:82%;
text-align:center;
cursor:crosshair; 
}

body#CONTENT{	/* 表紙の文字色・フォントサイズ */
color:#8f8f8f;
font-size:75%;
}


/*/////////////// アンカー /////////////////////////*/

a {cursor:nw-resize;} 
a{
text-decoration:none;
}

a:link {
color:#ff6347;
text-decoration:none;
}
a:visited {
color: #ff0033;
text-decoration:none;
}
a:active {
color:#e9967a;
text-decoration:none;
}
a:hover {
color:#cd5c5c;
text-decoration:none;
border-top:dotted 1pt;
border-bottom:dotted 1pt;}



/*/////////////// 見出し /////////////////////////*/

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:#ffe4e1;
color:#7f7f7f;
text-align:center;
}

h4{
margin:0.8em 0;
padding:0 0 0 0.2em;
border-bottom:1px solid #ffc0cb;
}


/*/////////////// リスト /////////////////////////*/

ul,ol{
margin:0 0 0 2.1em;
}

ul li{
list-style-type:square;
}

ul.rows,ol.rows{
margin:0 0 0 0.8em;
}

ul.rows li,ol.rows li{
margin:0 0.2em 0 0;
display:inline;
list-style-type:none;
}

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:760px;
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/header_00.jpg) no-repeat 50% 0;
font-size:13pt;
text-align:center;
}

/* ↓小説毎にヘッダーの画像を変えたい時（不要の時は削除） */

#CONTENT #HEADER h1{
background:url(img/header_04.jpg) no-repeat 50% 0;
}

#NOVEL01 #HEADER h1{
background:url(img/header_01.jpg) no-repeat 50% 0;
}

#NOVEL02 #HEADER h1{
background:url(img/header_02.jpg) no-repeat 50% 0;
}

#NOVEL03 #HEADER h1{
background:url(img/header_03.jpg) no-repeat 50% 0;
}

#NOVEL04 #HEADER h1{
background:url(img/header_04.jpg) no-repeat 50% 0;
}

#NOVEL05 #HEADER h1{
background:url(img/header_05.jpg) no-repeat 50% 0;
}

#NOVEL06 #HEADER h1{
background:url(img/header_06.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:#8f8f8f;
border-bottom:none;
}

#MENU li a:hover{
text-align:left;
}

#MENU h2{
display:none;
}


/* ----- メイン・ノベル（表紙・小説ページ共通） ------------- */

#MAIN,#NOVEL{
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 0 0;
text-align:right;
}

#CONTENT ul.skip{
margin:10px 13px 0 0;
}

.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;
}

/* ナビゲーション（小説のみ） */

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;
}

/* 後書（小説のみ） */

.afterword{
margin:20px 0 0 10px;
border-top:1px dashed #ccc;
}

.afterword p{
margin:10px 5px;
line-height:130%;
color:#8f8f8f;
}


/* ----- フッター ------------- */

#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;
font-size:92%;
display:inline;
}


/*////////////////////////////////////////*/

/* ----- 段落・水平線 ------------- */

p{
margin:0.2em 0.3em 0.6em;
}

hr{
display:none;
}


/* ----- 強調・追加・削除 ------------- */

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.7em; 
padding:5px;
height:100px;
line-height:1.3;
color:#8f8f8f;
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:#8f8f8f;
}

p.effect_02{	/* 中央寄せ */
color:#9cbb1c;
text-align:center;
}

p.effect_03{	/* 右寄せ */
text-align:right;
}
textarea{color:#000;font-size:10px;
background:#ffe4e1;line-height:12px;
border-style:solid ;border-color:#999;border-width:1px 0;
margin:0.5em 0 0.5em 4em;padding:0.5em;}
