@charset "Shift_Jis";


/* ──────────────────────────────
	Other-n02 (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-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:82%;
}

body#CONTENT{	/* 表紙の文字色・フォントサイズ */
color:#8f8f8f;
font-size:75%;
}


/*/////////////// アンカー /////////////////////////*/

a{
text-decoration:none;
}

a:link,a:visited{
color:#74c1bb;
border-bottom:1px dashed #74c1bb;
}

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:0.8em 0;
padding:0 0 0 0.2em;
border-bottom:1px solid #ccc;
}


/*/////////////// リスト /////////////////////////*/

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{
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/header_00.jpg) no-repeat 50% 0;
font-size:13pt;
text-align:center;
}

/* 小説毎にヘッダーの画像を変えたい時（不要の時は削除） */

#CONTENT #HEADER h1{
background:url(img/header_00.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:10px auto 0;
text-align:center;
}

#MENU li,#MENU li a{
width:230px;
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{
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 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 5px;
color:#999;
display:inline;
list-style-type:none;
}

.navigation li a:link,.navigation li a:visited{
padding:0 5px;
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 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;
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;
}

textarea{color:#000;font-size:10px;
background:#fff;line-height:12px;
border-style:solid ;border-color:#000;border-width:1px 0;
margin:0.5em 0 0.5em 4em;padding:0.5em;}
/* ----- 整形済みテキスト ------------- */

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:#33cccc;
text-align:center;
}

p.effect_03{	/* 右寄せ */
text-align:right;
}
