@charset "shift_jis";
/* CSS Document */


/*************************************************テキストカラー・リンクテキストカラー************************/

body{
	color:#333333;/*通常のテキストカラー*/
	}
a{
	color:#333333;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#ff0066;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/	
	1px dotted #00007B; position:relative; top:1px; left:1px;
	}
/*************************************************フォントサイズ調整******************************************/
body {
	font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka',	'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/
	font-size:12px;/*フォントサイズfirefox用*/
	*font-size:12px;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:12px;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	}
*{ margin:0; padding:0;}
img{ border:0;}
body{
	text-align:center;
	}
table,div{
	margin:auto;
	}



/*************************************************共通セレクタ*************************************************/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
/*************************************************基本レイアウト***********************************************/

#bg{
	width:820px;
	background:url(img/common/bg_con.gif) repeat-y;
	text-align:center;
	}
#container{
	width:818px;
	margin:0 1px 0 1px;
	text-align:left;
	}

h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	}
/*ロゴ部分*/
h2{
	height:38px;
	font-weight:normal;
	text-indent:10px;
	display:block;
	padding:6px 0 0 0;
	}
h2 a{
	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
	
h2 a:hover{
	color:#333333;
	text-decoration:none;
	}
/*サブページタイトル*/	
h3{
	clear:left;
	margin:0 0 0 0;
	font-size:20px;
	font-weight:normal;
	background:url(img/common/bg_h2.gif) no-repeat;
	height:42px;
	line-height:42px;
	margin:4px 1px 0 1px;
	width:816px;
	text-indent:12px;
	}

/*ヘッダーメニュー*/			
#head_menu{
	width:818px;
	background:url(img/common/bg_menu.gif) no-repeat;
	text-align:right;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
	}
#head_menu ul li{
	float:left;
	background:url(img/common/bg_menu_sub.gif) right no-repeat;
	padding:0 10px 0 8px;
	text-align:center;
	height:42px;
	line-height:42px;
	}		
#head_menu a{
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}
/*コンテンツ枠*/
#contents{
	margin:6px 10px 0px 10px;
	padding:0 0 20px 0;
	zoom:100%;
	
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
/*フラッシュ部分*/
#main_flash{
	width:816px;
	height:260px;
	padding:1px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}
/*フッターコピーライト部分*/	
#copy{
	width:820px;
	margin:auto;
	background:url(img/common/bg_foot.gif) no-repeat;
	text-align:center;
	height:41px;
	line-height:41px;
	font-size:11px;
	color:#ffffff;
	clear:both;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/*************************************************トップページ************************************************/
#top{}
#top h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	color:#333333;
	background:none;
	height:auto;
	text-indent:0;
	}
#top p{
	line-height:1.8em;
	}
#top div#top_btm{
	zoom:100%;
	}
#top div#top_btm:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#left{
	float:left;
	width:420px;
	}
#top div#left h4{
	font-size:12px;
	margin:6px 0 0 0;
	}
#top div#left div#info{
	background:url(img/top/bg_info.gif);
	width:420px;
	}
#top div#left div#info div#info_main{
	background:url(img/top/bg_info_main.gif) repeat-y;
	text-align:left;
	}
#top div#left div#info div#info_main div.main_in{
	overflow:auto;
	width:418px;
	height:258px;
	margin:0 0 0 1px;
	}
	
#top div#left div#info div#info_main h5{
	padding:8px 10px 0 10px;
	font-size:11px;
	}
#top div#left div#info div#info_main p{
	padding:2px 10px 0 10px;
	}

#top div#right{
	float:left;
	width:350px;
	margin:90px 0 0 20px;
	}


/*************************************************その他のページ*************************************************/
#other_page{
	margin:0 10px 0 10px;
	}
#other_page h4{
	background:url(img/common/bg_h3.gif) no-repeat left top;
	text-indent:10px;
	font-size:13px;
	color:#333333;
	margin:20px 0 5px 0;
	line-height:1.0em;
	clear:left;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003333;
	clear:left;
	}	
#other_page div.typeA{
	clear:left;
	}
#other_page div.typeA p{
	margin:2px 0 5px 0;
	line-height:160%;
	}
#other_page div.typeB{
	margin:2px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	}	
#other_page div.typeB div.left{
	float:left;
	width:200px;
	}
#other_page div.typeB div.right{
	float:left;
	width:550px;
	margin:0 0 0 20px;
	}
#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#333333 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#333333 solid 1px;
	background:url(img/bg_th_k.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
#tbl_setA td{
	border:#333333 solid 1px;
	padding:6px;
	}


#tbl_setB{
	border:#696969 solid 1px dotted; 
	border-collapse:collapse;
	margin:0;
	}
#tbl_setB th{
	border:none
	padding:6px;
	color:#333333;
	text-align:right;
	}
#tbl_setB td{
	border:#ffffff solid 1px;
	padding:6px;
	}






/*************************************************NOVELページ*************************************************/
/* ──────────────────────────────
	Other-no04(2009.05.23)
	Chat x Cat
	http://chatxcat.halfmoon.jp/
	NOVELページのレイアウトの一部に使用中。
────────────────────────────── */


#novel_page{
	margin:0 10px 0 10px;
	}

#novel_page h6{
	margin:35px 0 0;
	padding:0 0 0 0.3em;
	height:25px;
	font-size:118%;
	font-family:Verdana,sans-serif;
	color:#82808f;
	text-align:left;
	letter-spacing:0.2em;
	border-bottom:1px solid #e5e5e5;
	}

#novel_page p.h7{
	margin:25px 0 10px;
	padding:0 0 0 0.3em;
	font-weight:bold;
	letter-spacing:0.1em;
	border-left:8px solid #e2e2e2;
	}

#novel_page p.h8{
	margin:0.7em 0;
	font-size:95%;
	font-weight:bold;
	}


#novel_page p.margin_none{ margin:0;}
#novel_page p{ margin:5px 0 15px 0;}



/*/////////////// レイアウト /////////////////////////*/

/* ----- ラッパー ------------- */

#WRAPPER{
margin:0 auto 0;
padding:0 0 35px;
width:720px;
text-align:left;
color:#696969;
line-height:25px;
font-size:14px;
}


/* ----- ノベル ------------- */

#NOVEL{
margin:60px 0 0;
padding:0 0 25px;
text-align:left;
border-bottom:1px solid #e5e5e5;
}

.text{
margin:1em 0 0;
padding:0.5em;
}

/* --- 続く・了 --- */

p.continue{
text-align:right;
}

/* --- 記載日 --- */

p.date{
text-align:right;
}

ul.skip{
margin:10px 5px 0;
text-align:right;
}

/* --- トップへ戻り --- */

.skip li{
list-style-type:none;
}

.skip li a{
border-bottom:none;
}


/* --- 後書 --- */

.afterword{
margin:30px 10px 50px 0;
font-size:90%;
}

.afterword p{
text-align:right;
margin:10px 5px 0;
line-height:1.3;
color:#888;
}


/* --- ナビゲーション --- */

ul.navigation{
margin:0 auto;
padding:0 0.1em;
text-align:right;
}

.navigation li{
margin:0 0.5em;
font-family:Verdana,sans-serif;
font-size:97%;
list-style-type:none;
display:inline;
}

.navigation li a{
border:none;
}

.navigation li.prev{
padding:0 0 0 10px;
background:url(img/prev.gif) no-repeat 0 5px;
}

.navigation li.next{
padding:0 10px 0 0;
background:url(img/next.gif) no-repeat 100% 5px;
}


/* --- ナンバー --- */

ul.number{
margin:0 auto;
padding:0 0.1em;
text-align:right;
}

.number li{
margin:0 0.1em 0 0;
font-family:Verdana,sans-serif;
font-size:95%;
list-style-type:none;
display:inline;
}

.number li a,.number del{
font-family:Verdana,sans-serif;
}

/* ----- フッター ------------- */

#FOOTER ul{
margin:1.2em 0.2em 0 0;
font-size:97%;
text-align:right;
}

#FOOTER address,#FOOTER li{
padding:0 0.1em;
display:inline;
list-style-type:none;
}

#FOOTER li a,#FOOTER li a:visited{
color:#6f6f6f;
}

#FOOTER li a:hover{
color:#ccc;
}


/*////////////////////////////////////////*/



/* ----- 強調・追加・削除 ------------- */

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:#eee;
border:1px solid #ccc;
}

blockquote p{
color:#333;
}

q{
padding:0 2px;
quotes: "<" ">" "`""'";
}

q:before{
content:open-quote;
}

q:after{
content:close-quote;
}


/* ----- 整形済みテキスト ------------- */

pre{
overflow:auto;
margin:0.7em auto; 
padding:5px;
height:100px;
border:1px solid #555;
}


/* ----- 物理要素 ------------- */

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: ;
text-align:center;
}

p.effect_03{	/* 右寄せ */
text-align:right;
}

/******************************************************************************************************/
#p-copy{
	width:820px;
	text-align:left;

	}
#p-copy p a{
	background:url(img/common/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 796px;
	_margin:5px 0 0 786px;	
	}
	
/*************************************************印刷用*************************************************/

@media print{

#container{
	width:818px;
	}
}		