@charset "Shift_Jis";


/* ──────────────────────────────
	Original-a12 (2009.05.16)
	Chat x Cat
	http://chatxcat.halfmoon.jp/
────────────────────────────── */



/*/////////////// 全体 /////////////////////////*/

*{
margin:0;
padding:0;
background:transparent;
font:normal normal normal 100%/1.6 Verdana,Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

html{
margin:0 0 1px;
background-color: #455e7f;
background-image : url(bg_body.gif);
background-repeat: repeat-x;
height:100%;
}

body{
font-size:80%;
color:#333333;
text-align:center;
}


/*/////////////// アンカー /////////////////////////*/

a{
padding:0 0.1em;
text-decoration:none;
}

a:link{
color:#0000cd;
}

a:visited{
color:#0000cd;
}

a:hover{
color:#ff4500;
text-decoration:underline;
}


/*/////////////// 見出し /////////////////////////*/

/* （h1はヘッダーに記載） */

h2:first-letter {
margin:0 0 0 0;
color:#ff6347;
font-size:24px;
font-family:italic;
}

h2{
margin:0;
padding:10px 0 0 30px;
background : url(img09/pin30.gif) no-repeat 0px 12px;
height:1%;
font-size:17px;
font-family:Georgia;
color:#8b8999;
font-style:italic;
}

h3{
margin:10px 0;
padding:0 0 0 0.3em;
font-weight:bold;
text-align:left;
border-left:6px solid #00bfff;
}

h4{
margin:10px 0;
padding:0 0 0 0.3em;
text-align:left;
border-left:6px solid #c4d2dd;
}

h5{
margin:0.8em 0;
font-weight:bold;
}


/*/////////////// リスト /////////////////////////*/

ul{
margin:0 0 0 2em;
}

ol{
margin:0 0 0 2.2em;
}

ul li{
list-style-type:square;
}

ul.rows,ol.rows{
margin:0 0 0 0.7em;
}

ul.rows li,ol.rows li{
margin:0 0.2em 0 -0.1em;
display:inline;
list-style-type:none;
}

dl{
margin:0.5em 0 0.5em 0.6em;
}

dt{
margin:0.3em 0 0;
}

dd{
margin:0 0 0 0.5em;
}


/*/////////////// レイアウト /////////////////////////*/

/* ----- ラッパー ------------- */

#WRAPPER{
position:relative;
margin:0 auto 0;
padding:0 0 35px;
background : #dcdcdc url(img09/top2011.gif) no-repeat 352px 10px;
width:920px;
text-align:left;
border-top:10px solid #44617b;
border-bottom:10px solid #c4d2dd;
}


/* ----- ヘッダー ------------- */

#HEADER{
padding:10px 0;
height:210px;
border-bottom:1px solid #eee;
}

#HEADER h1{
margin:0 0 0 1px;
background : #ffffff url(img09/top_1A.jpg) no-repeat 50% 50%;
width:350px;
height:210px;
line-height:200px;
font-size:20px;
font-family:"Century Gothic",Verdana,Arial;
color:#82808f;
text-align:center;
}

#HEADER p{
margin:-60px 0 0 0;
width:350px;
font-size:87%;
color:#82808f;
text-align:center;
}


/*======================================

	3-1.div#top
	
=======================================*/

div#top {
	padding: 1px 0 10px;
}

/*--------------------------------------
	Website Title
---------------------------------------*/

div#top p.siteName {
	margin: 13px 4px 0;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: bold;
}

div#top p.siteName a {
	color: #fff;
	text-decoration: none;
}

div#top p.siteName a:hover {

}

/*--------------------------------------
	Description
---------------------------------------*/

div#top p.description {
	margin: 0 50px;
	color: #6d86a7;
	font-size: 92%;
}


/* ----- サブメニュー ------------- */


div#SUB{
position:absolute;
top:280px;
right:5px;
width:180px;
list-style-type: none;
list-style-position: outside;
}

div#SUB ul{
margin:0;
}

div#SUB ul li {
	list-style-type: none;
	list-style-position: outside;
}

div#SUB li.label{
margin:0 0 0.5em;
padding:10px 0 0 8px;
background : url(img09/label.gif) no-repeat 0px 18px;
font-size:17px;
font-family:Georgia;
color:#696969;
font-style:italic;
}

div#SUB li a {
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	text-decoration: underline;
}

div#SUB li a:link {
	background-image : url(arrow0101.gif);
	font-size:90%;
	color:#696969;
}

div#SUB li a:visited {
	background-image : url(arrow0101.gif);
	font-size:90%;
	color:#696969;
}

div#SUB li a:hover {
	background-position: 2px 0.1em;
	color:#ff4500;
}

div#SUB a:hover{
color:#ff4500;
text-decoration:none;
}

div#SUB h2{
display:none;
}

div#SUB p{
margin:1.2em 0 0;
padding:0.2em;
font-size:90%;
color:#696969;
border:0;
}

div#SUB p.border{
margin:1.2em 0 0;
padding:0.2em;
font-size:90%;
color:#696969;
border:1px solid #dfdfdf;
}

/* ----- サブメニュー の下部分------------- */

div#sub2{
position:absolute;
top:540px;
right:5px;
width:180px;
list-style-type: none;
list-style-position: outside;
}

div#sub2 ul{
margin:0;
}

div#sub2 ul li {
	list-style-type: none;
	list-style-position: outside;
}

div#sub2 li.label{
margin:0 0 0.5em;
padding:10px 0 0 8px;
background : url(img09/label.gif) no-repeat 0px 18px;
font-size:17px;
font-family:Georgia;
color:#696969;
font-style:italic;
}

div#sub2 li a {
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	text-decoration: underline;
}

div#sub2 li a:link {
	font-size:90%;
	color:#696969;
}

div#sub2 li a:visited {
	font-size:90%;
	color:#696969;
}

div#sub2 li a:hover {
	color:#ff4500;
}

div#sub2 a:hover{
color:#ff4500;
text-decoration:none;
}

div#sub2 h2{
display:none;
}

div#sub2 p{
margin:1.2em 0 0;
padding:0.2em;
font-size:90%;
color:#696969;
border:0;
}

div#sub2 p.border{
margin:1.2em 0 0;
padding:0.2em;
font-size:90%;
color:#696969;
border:1px dotted #778899;
}


/* ----- メイン ------------- */

#MAIN{
margin:0 200px 0 10px;
padding:10px 0 0;
}

.single#MAIN{
margin:0 10px 0 10px;
padding:10px 0 0;
}

.text{
margin:2px 0 0;
padding:0.5em 0.7em;
background-color:#dcdcdc;
height:1%;
border-top:1px solid #ff7f50;
}

.textBody{
margin:2px 0 0;
padding:0.5em 0.7em;
background-color:#dcdcdc;
height:1%;
border-top:1px solid #ff7f50;
}

.skip{
margin:5px 0 0 0;
text-align:right;
}

.skip li{
padding:0 0 0 0.2em;
list-style-type:none;
}

.skip li a:link,.skip li a:visited{
font-size:87%;
color:#8b8999;
border-left:6px solid #e6e6e6;
}

.skip li a:hover{
border-left:6px solid #c4d2dd;
text-decoration:none;
}


/* ----- フッター ------------- */

#FOOTER{
margin:45px 0 0;
padding:0.5em 0 0;
border-top:1px solid #cccccc;
}

#FOOTER ul{
margin:0;
text-align:center;
}

#FOOTER li{
margin:0 0.2em;
font-size:90%;
list-style-type:none;
}

#FOOTER li,address{
display:inline;
}


/*////////////////////////////////////////*/

/* ----- フォーム ------------- */

textarea{
margin:3px 0 0;
padding:5px;
background:#fff;
width:270px;
height:65px;
color:#686772;
border:1px #bbb;
border-style:none solid solid none;
}

input{
background:#fff;
width:281px;
height:20px;
color:#686772;
border:1px #bbb;
border-style:none solid solid none;
}

.form dt{
margin:5px 0 0;
}

.submit input{
margin:10px 0;
}


/* ----- 段落・水平線・イメージ ------------- */

p{
margin:0.2em 0.5em 0.6em;
}

hr{
display:none;
}

img{
margin:0 0.2em 0 0;
border:0;
}

/* ---- アルバムページの Link img ---- */

div.textBody a img {
	border: 3px solid #c4d2dd;
}

div.textBody a:hover img {
	border: 3px solid #00b8fd;
}


/* ----- 強調・追加・削除 ------------- */

em{
padding:0 0.1em;
color:#008000;
}

strong{
padding:0 0.1em;
color:#bd4061;
font-weight:bold;
border-bottom:1px dotted #bd4061;
}

small{
padding:0 0.1em;
font-size:80%;
}


ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
}


/* ----- 引用 ------------- */

blockquote{
margin:0.7em 1.5em ;
padding:5px 8px;
border:solid #dcdcdc;
border-width:1px 4px;
}

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:7em;
border:1px solid #ddd;
}


/*/////////////// その他 /////////////////////////*/

/* ----- float解除 ------------- */

.clear{
clear:both;
line-height:0;
}


/* ----- 装飾BOX ------------- */

.record{
overflow:auto;
height:15.3em;
}


/* ----- メインページ個別の設定 ------------- */

.novel dt{
margin:0.9em 0;
padding:0 0 0 3px;
font-weight:bold;
border:solid #c4d2dd;
border-width:0 0 1px 5px;
}

dd.number,ol.rows{
display:inline;
}

dd.number ul{
padding:3px 0 0;
height:1%;
}

dd.number li{
margin:0;
list-style:none;
}


/* ----- リンクページ個別の設定 ------------- */

dl.link,dl.link2{
margin:0.2em 0.5em;
}

.link dt{
margin:5px 10px 0 0;
width:205px;
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 10px;
border-left:2px dotted #c4d2dd;
}


/* ----- テーブル(スコアボード用)の設定 ------------- */

table#table-01 {
    width: 500px;
    border: 1px #e3e3e3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 2px;
    border: #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    background: #c4d2dd;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #e3e3e3 solid;
	background: #465f5b;
	color:#fff;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}


/* ----- テーブル-02の設定 ------------- */

table#table-02 {
    width: 100%;
    border: 1px #edf3fe solid;
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
}
table#table-02 tr:hover td {
    background: #3d80df;
    color: #fff;
}
table#table-02 th {
    padding: 5px;
    border: #444444 1px solid;
    background: #53727d;
    line-height: 120%;
	text-align: center;
}
table#table-02 th.work {
    background: #5b7e91;
}
table#table-02 td {
    padding: 5px;
    border: #d9d9d9 solid;
    border-width: 0 1px 0 1px;
	text-align: left;
	color:#333;
}
table#table-02 tr.even {
    background: #edf3fe;
    text-align: left;
}


/* ----- テーブル-03の設定 ------------- */

table#table-03 {
width:454px;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}

table.album#table-03 {
width:500px;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}

table.album01#table-03 {
width:125px;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}

table.album02#table-03 {
width:250px;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}

table.album03#table-03 {
width:375px;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}

table#table-03 th {
width:25%;padding:4px 2px 2px 4px;
text-align:center;vertical-align:top;color:#333;
background-color:#eaedf7;
border:1px solid #c4d2dd;
}

table#table-03 td {
padding:4px 2px 4px 4px;
background-color:#dcdcdc;
border:1px solid #c4d2dd;
text-align:center;
}


/* ----- テーブル(トップページ用スコアボード)の設定 ------------- */

table#table-04 {
    width: 400px;
    border: 1px #e3e3e3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-04 th {
    padding: 1px;
    border: #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    background: #efefef;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-04 td {
    padding: 3px;
    border: 1px #e3e3e3 solid;
	background: #fff;
	color:#006400;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}



/* ----- 写真を右に回り込ませる設定 ------------- */

.imageRight {float:right;margin:0px 0px 5px 5px;
}

.clearRight {
clear: right;
}


/* ----- h3を右に回り込ませる設定 ------------- */

.h3Right {float:right;width:50%;margin:0px 0px 5px 5px;
}

.h3clearRight {
clear: right;
}


/********************************************************
*
*	Title: Global Navigation Module
*
********************************************************/

div#menu2 {
	border-bottom: 0;
}


/*======================================

	Global Navigation Module
	
=======================================*/

ul#globalNavi {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #e5e5e5;
	background : #eeeeee url(img09/m_grad01.gif) repeat-x 0px -3px;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 102px;
	line-height: 1;
	list-style-type: none;
	font-size: 10px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	padding: 0.6em 10px; /* Button Height */
	border: none;
	border-right: 2px solid #222;
	display: block;
	position: relative; /* IE6 Bug Fix */
	text-align: center;
	text-decoration: none;
	color: #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #e5e5e5;
	background : #eeeeee url(img09/m_grad02.gif) repeat-x 0px -3px;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #ff0000;
	background : #eeeeee url(img09/m_grad01.gif) repeat-x 0px -3px;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited, {
	color: #333;
	background-color: #44617b;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#globalNavi {
	height: auto;
	overflow: hidden;
}
/* end */

/* ----- サイトマップの設定 ------------- */


ul#smap li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background : url(img09/ic_home.gif) no-repeat 0px 4px;
	line-height: 160%;
	list-style-type: none;
}

ul#smap li ul {
	background : url(img09/ic_bk.gif) no-repeat 17px 0px;
}

ul#smap li ul.category li {
	background : url(img09/ic_category.gif) no-repeat 1px -283px;
}

ul#smap li ul.page li {
	background : url(img09/ic_page.gif) no-repeat 1px -283px;
}

ul#smap li ul li.last {
	background-color: #dcdcdc;
	


