@charset "Shift_Jis";


/* ──────────────────────────────
	Original-b06 (2007.05.27/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;
color:#333;
border:0;
}

html{
margin:0 0 1px;
height:100%;
scrollbar-face-color:#fff;
scrollbar-track-color:#111;
scrollbar-arrow-color:#111;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-color:#fff;
}

body{
background-image:url('../img/bg1.jpg');background-repeat:repeat;
width:100%;
font-size:65%;
text-align:center;
}


/*/////////////// アンカー /////////////////////////*/

a{
text-decoration:none;
}

a:link{
color:#FF97C2;
}

a:visited{
color:#FF97C2;
}

a:hover{
color:#aa0000;
}


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

h1{
color:#999;
font-size:22px;
font-family:"Century Gothic",Verdana,Arial;
text-align:center;
letter-spacing:0.1em;
}

h1 a{
font-family:"Century Gothic",Verdana,Arial;
}

h2{
margin:0 15px;
padding:10px 0 0 5px;
color:#333;
font-weight:bold;
text-align:left;
border-bottom:1px solid #333;
}

h3{
margin:0.3em 0 0.6em;
padding:0 0 0 0.2px;
border-bottom:1px dotted #444;
}

h4{
font-weight:bold;
}


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

ul,ol{
margin:0 0 0 2.3em;
}

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;
}

dt{
margin:0.3em 0 0;
}

dd{	
padding:2px 0.5em;
}


/*/////////////// レイアウト /////////////////////////*/

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

#WRAPPER{
padding:30px 0 20px;
}

#INDEX #WRAPPER{
position:absolute;
top:45%;
left:50%;
margin:-220px 0 0 -275px;
width:545px;
height:450px;
background:#fff;
}


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

#HEADER h1 a:hover{
color:#111;
}

#HEADER{
padding:3px 0 3px 10px;
background:#fff;
}

/* ----- メニュー ------------- */

/*(メニューはINDEXのみ)*/

#MENU li{
list-style-type:none;
}

#MENU01,#MENU02,#MENU03,#MENU04,#MENU05{
margin:0 10px 0 0;
width:120px;
height:273px;
float:left;
}

#MENU li a{
width:120px;
height:273px;
color:#fff;
font-size:1px;
display:block;
}

#MENU li a:visited{
color:#fff;
}

#MENU #MENU01 a:hover{
line-height:273px;
background:url(img/index_01a.jpg) no-repeat 0 100%;
font-size:110%;
text-decoration:none;
}

#MENU #MENU02 a:hover{
line-height:273px;
background:url(img/index_02a.jpg) no-repeat 0 100%;
font-size:110%;
text-decoration:none;
}

#MENU #MENU03 a:hover{
line-height:273px;
background:url(img/index_03a.jpg) no-repeat 0 100%;
font-size:110%;
text-decoration:none;
}

#MENU #MENU04 a:hover{
line-height:273px;
background:url(img/index_04a.jpg) no-repeat 0 100%;
font-size:110%;
text-decoration:none;
}

#MENU #MENU05 a:hover{
line-height:273px;
background:url(img/index.jpg) no-repeat 0 100%;
font-size:110%;
text-decoration:none;
}

#MENU h2{
display:none;
}

#MENU #MENU01{
background:url(img/index_01.jpg) no-repeat 0 100%;
}

#MENU #MENU02{
background:url(img/index_02.jpg) no-repeat 0 100%;
}

#MENU #MENU03{
background:url(img/index_03.jpg) no-repeat 0 100%;
}

#MENU #MENU04{
background:url(img/index_04.jpg) no-repeat 0 100%;
}

#MENU #MENU05{
background:url(img/index_05.jpg) no-repeat 0 100%;
}


/* ----- サブメニュー ------------- */

#SUB{
margin:20px auto 0;
width:510px;
border:1px #111;
border-style:solid solid none;
background:#fff;
}

#SUB ul{
padding:15px 15px 0 0;
text-align:right;
}

#SUB li{
margin:0 0 0 0.4em;
display:inline;
list-style-type:none;
}

#SUB li a:hover{
color:#111;
}

#SUB li.label{
padding:0 12px 0 0;
background:url(img/sub.gif) no-repeat 100% 85%;
color:#aa0000;
}

#SUB h2{
display:none
}


/* ----- メイン ------------- */

#MAIN{
margin:0 auto 20px;
padding:10px 0 20px;
width:510px;
text-align:left;
border:1px #111;
border-style:none solid solid;
background:#fff;
}

.text{
margin:0 25px;
padding:15px 0;
}

.skip{
clear:both;
margin:0 15px 0 0;
text-align:right;
}

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

.skip li a:hover{
color:#111;
}

.home{
margin:20px 0 0;
text-align:center;
}

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


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

#FOOTER{
padding:3px 0 3px 10px;
background:#fff;
}

#FOOTER ul{
margin:0;
padding:3px 0;
}

#FOOTER li{
list-style-type:none;
}

#FOOTER li,address{
margin:0 0.2em;
display:inline;
}


/*////////////////////////////////////////*/

/* ----- フォーム ------------- */

textarea{
margin:3px 0 0;
padding:5px;
background:#fff;
width:270px;
height:65px;
line-height:15px;
border:1px #333;
border-style:none solid solid none;
}

input{
background:#fefefe;
width:281px;
height:20px;
border:1px #333;
border-style:none solid solid none;
}

.form dt{
margin:5px 0 0;
}

.submit input{
margin:10px 0;
background:#fff;
border:1px #333;
border-style:none solid solid none;
}


/* ----- 段落・水平線・イメージ ------------- */

p{
margin:0.2em 0 0.6em;
}

hr{
display:none;
}

img{
margin:0.4em 0.2em 0.4em 0;
vertical-align:bottom;
}


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

em{
font-weight:bold;
}

strong{
padding:0 2px;
background:#e5e5e5;
font-weight:bold;
font-size:110%;
}

ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
}


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

blockquote{
margin:0.7em 2em 0.7em 0;
padding:5px;
background:#f2f2f2;
border:1px solid #333;
}

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

q:before{
content:open-quote;
}

q:after{
content:close-quote;
}


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

pre{
overflow:auto;
margin:0.7em 2em 0.7em 0;
padding:0.5em;
height:80px;
border:1px solid #bbb;
}


/*/////////////// その他 /////////////////////////*/

/* ----- float解除 ------------- */

.clear{
clear:both;
line-height:0;
}


/* ----- 装飾BOX ------------- */

.record{
overflow:auto;
height:75px;
}


/* ----- インデックス個別の設定 ------------- */

p.news{
clear:both;
margin:30px 0 20px;
text-align:center;
}


/* ----- メインページ個別の設定 ------------- */

.novel dt{
margin:0.7em 0 0.4em;
padding:0 0 0 3px;
background:#e9e9e9;
}


/* ----- リンクページ個別の設定 ------------- */

.link dt{
margin:5px 10px 0 0;
width:200px;
float:left;
}

.link dd{
margin:5px 0;
}

.link{
clear:both;
}

.link2 dt{
margin:0 8px 0 0;
}

.link2 dd{
margin:0 0 0 7px;
padding:5px 0 7px 7px;
border-left:3px solid #333;
}



/* ----- トップページの設定 ------------- */
    .topimage {  
position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -120px;
	width:400px;
	height:240px;
}