@charset "utf-8";
/* =============================================  
CSS-R-Cat(ver1109)
1)このスタイルシートはnovel-Rタイプ.novel-Rfタイプだけでなく,
(ver1103)以降のnovel-PF・PF2以外の全てのテンプレートのHTMLに適応しています
上のHTMLであればスタイルシートを交換することで衣替え（デザイン変更）できます。

2)DL時、個別記事ページの本文スペースは、カテゴリ番号[0](未分類)は可変全面表示(ワイド版)
それ以外のカテゴリは全て固定幅中央表示(コンパクト版)ですが、、
以下のスタイルシートの中からレイアウト設定部分の(A)と(B)の行を削除すると
全ての個別記事ページを(ワイド版)に変更できます。
また、カテゴリ番号[0]の表示設定部分のクラス名に含まれる[0]を特定のカテゴリ番号に変更すると
そのカテゴリの記事ページのみワイド表示に変更できます。

3)記事本文と追記冒頭一番目の文字は装飾されて表示されます。装飾が不要な場合は
スタイルシートの中から(C)～(D)・(E)～(F)・(G)～(H)を削除してください。

＊衣替えをする場合は素材提供サイト様の著作権表示がある
HTMLの最後にあるコピーライト部分も必ず変更してください。
詳しくは作者ブログ解説記事を参照⇒http://noveltemplate.blog26.fc2.com

 ============================================= */
/*2011.9.1.*/

*{
	margin : 0; padding : 0 ;	
	scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #C2A858;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #C2A858;
scrollbar-arrow-color: #C2A858;	
}

html{    height:100%;_overflow: hidden;}
 

/* =============================================  
ボディ
 ============================================= */

body {
	margin : 0; padding : 0;height:100%;
 
	font-family : 'Comic Sans MS', 'Verdana', "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;		
	line-height : 150%;
	font-size : 75%; 
	color : #333;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/s2madonozoku01_b.jpg");	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-attachment: fixed;background-color:#fff0d4;

}		

	
#index ,#page {background-position: 0% 100%;
}
#category  ,#date  {	background-position: 0% 100%;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/dokusyo01_a.gif");
}
#search , #tag   {background-position: 0% 100%;
		background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/kodomorakugaki02_a.gif");background-color:transparent;

}
#titlelist, #edit   {	background-color:#aa9b87;background-position: 0% 100%;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/sofasleep01_a.gif");
}

#permanent {
	margin : 0; padding : 0;text-align : center;background-image :none;
}

.all{overflow: hidden;}

/* =============================================  
レイアウト設定
 ============================================= */
body > .main{    height:auto;}

.main{	height:100%;    min-height:100%; overflow:auto;	}

/*コンテンツ*/

#permanent .main{
	margin : 0   ; overflow: hidden;_overflow:auto;
	text-align : center ;background-color:#fff0d4;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/smatinami8_b.jpg");
	background-attachment: fixed;background-repeat : repeat-x;background-position: 0% 100%;
	}
#permanent div.main2 {margin-left:180px;}

.container {
	margin : 0 0 0 auto ;
	padding : 0 10px 10px 10px;  
	width : 600px;background-color:transparent;
	text-align : left ; 
}

#permanent .container {
	margin : 0px auto 30px auto; background-color:transparent;
	width : auto;text-align : center ;	
}
.p_main-body {	
	margin : 20px auto ;
	width:95%;max-width : 600px;_width : 600px;background-color:#ffffff;
	text-align : left ; border:dashed #008000 1px;	
}


/*ヘッダー：表紙ページ*/
#index .layout_head {	
	text-align : right ; }

/*左カラム部分*/
.layout_main {
	float : left;
	width : 400px; 
}


/*サイド部分*/
.layout_side {
	float : right; 
	width : 180px; overflow:hidden;margin-top:20px;
}
#index .layout_side {
	margin-top:0px;
}
.layout_side2 {
	margin : 20px auto ;
	width:95%;max-width : 600px;_width : 600px; 
	background-color:#ffffff;border:dashed #008000 1px;
}

/* フッター部分 */
.layout_footer {
	margin : 0 0 0 auto ; width:95%;max-width : 600px;_width : 600px;text-align:center;

}
#permanent .layout_footer {
	margin : 0  auto ; text-align:center;  
filter: glow(color=#ffffff, strength=20);	
text-shadow: 0px 0px 1px #ffffff, 
  0px 0px 2px #ffffff,0px 0px 3px #ffffff,0px 0px 4px #ffffff,  
  0px 0px 5px #ffffff,0px 0px 6px #ffffff; 0px 0px 7px #ffffff,0px 0px 8px #ffffff;  
  0px 0px 9px #ffffff,0px 0px 10px #ffffff; 
     
}

.plugin_menu{
	margin-left : 10px ; margin-bottom:10px;
	padding : 0 0 0 0px;width : 180px;
	float : right;overflow:hidden;
	
}
.index_area_box {
		
	clear : both;
}
/* =============================================        
以下は個別記事ページの本文スペースをワイド表示に変更する場合の設定
-- DL時はカテゴリ番号[0](初期設定では未分類カテゴリ)のみ --
未分類以外のカテゴリも全てワイド表示にする場合は(A)と(B)の行を削除
 ============================================= */

/* --- (A)ワイド版にする場合はこの行と(B)の行を削除
#permanent .main{
	margin : 0 0 0 auto ; 
	text-align : right ;width : auto;
	background-color:transparent;
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;	text-align : right ;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/scat_border120.jpg")!important;
	}
#permanent .container {
	margin : 0 0 0 auto ;
	padding : 0 10px 10px 10px;  
	width : 80%;max-width:1280px;
	text-align : left ; background-color:transparent;
}

.p_main-body {	
	margin : 0px auto ;
	width :auto;max-width : none;background-color:transparent;
	background-image : none;text-align : left ; border:none;	
}

#permanent .cat-navi {
	width:95%;max-width : 570px;_width : 570px;}

#permanent div.main2{
	background-position: 180px top;
}
#permanent .layout_footer {
	margin : 0 0 0 auto ; text-align:center;width:80%;max-width:1280px;
}
#permanent .main ul.relate_ul li {color:#fff0d4;!important;}

(B) ---ワイド版にする場合はこの行と(A)の行を削除 */
/* =============================================        
以下はカテゴリ番号[0]の表示設定(初期設定では未分類カテゴリ)
.en_cat0, .en2_cat0 の 0 を特定のカテゴリ番号に変更すると
そのカテゴリの記事ページのみワイド表示に変更できます。（0は7ヶ所あります）
0を親カテゴリ番号にすると子カテゴリ全てを同時に変更できます。
 ============================================= */


#permanent .en_cat0{
	margin : 0 0 0 auto ; 
	text-align : right ;width : auto;
	background-color:transparent;
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;	text-align : right ;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/scat_border120.jpg")!important;
	}
#permanent .en_cat0 .container {
	margin : 0 0 0 auto ;
	padding : 0 10px 10px 10px;  
	width : 80%;max-width:1280px;
	text-align : left ; background-color:transparent;
}

.en_cat0 .p_main-body {	
	margin : 0px auto ;
	width :auto;max-width : none;background-color:transparent;

	background-image : none;text-align : left ; border:none;	
}

#permanent .en_cat0 .cat-navi {
	width:95%;max-width : 570px;_width : 570px;}

#permanent div.en2_cat0 {
	background-position: 180px top;
}
#permanent .en_cat0 .layout_footer {
	margin : 0 0 0 auto ; text-align:center;width:80%;max-width:1280px;
}
#permanent div.en_cat0 ul.relate_ul li {color:#fff0d4;!important;}

/* =============変更設定ここまで==================== */


/* =============================================  
見出し
 ============================================= */
h1 { font-size : 160%;   line-height:150%}
h2 { font-size : 130%;}
h3 { font-size : 120%;}
h4 { font-size : 110%;}
h5 { font-size : 105%;}
h6 { font-size : 100%;}

/* =============================================  
リンク設定
 ============================================= */
a:link { color : #778899; text-decoration : none; }
a:active { color : #900; font-weight : bold;  text-decoration : none; }
a:visited { color : #778899 ;  text-decoration : none;  }
a:hover { color : #900; text-decoration : none; }


/* =============================================  
投稿部分設定
 ============================================= */
input,select,textarea{
	font-family : "Osaka","Verdana", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color : #666;
	font-size :100%;
	background-color:#fff0d4;
	border : 1px dotted #C2A858 ; 
}


/* =============================================  
見出し
 ============================================= */
/*大見出し：サイトタイトル・作品タイトル・タグ*/

h1 {
	margin : 0px 0px 0px 0px;
	padding : 10px 70px 60px 20px;
	font-weight : bold;
	color: #000;
	text-align : right;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/60b.gif");

	background-repeat : no-repeat ;
	background-position :right bottom;
}

h1 a:link,#date h2 a:link { color : #ffcc66; font-weight : bold ; text-decoration : none;}
h1 a:active,#date h2 a:active { color : #000; font-weight : bold ; text-decoration : none;}
h1 a:visited,#date h2 a:visited { color : #ffcc66; font-weight : bold ; text-decoration : none;}
h1 a:hover,#date h2 a:hover { color : #000; font-weight : bold ; text-decoration : none;}
	
#permanent h1 { 
	margin : 0px;
	padding : 0px ;	
	color: #000000;	
	font-size : 100%;
	text-align : right;
	background-image :none ;
}

	

/*見出し*/

h2 {
	margin : 0px ;
	padding : 10px 0px 10px 60px;
	letter-spacing : 0.2em; 
	font-size : 115%;
	color : #900000; 
	
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/12b.gif");
	background-repeat : no-repeat ;
	background-position :left center ; 	
}

h2 a:link ,h2 a:visited{ color : #900; background-color:#ffffff;text-decoration:none; }
h2 a:hover, h2 a:active { color : #000; font-weight : bold;  text-decoration : none; }


#tag h2 {padding : 0px 0px 5px 60px;}

#index .layout_main h2 {	border-bottom : 2px dotted  #C2A858;
	}

#permanent .p_main-body h2 {	
	margin : 5px ;
	padding :10px 0px 10px 60px;
	letter-spacing : 0.2em; 
	font-size : 130%;
	background-position : left center ;border-bottom : 2px dotted  #C2A858;
	
	}

#search h2,#date h2 {
	margin-bottom:10px;margin-top:10px;padding-left:60px ;border-left : transparent ;
background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/12.gif");
	background-repeat : no-repeat ;
	background-position :left center ;
}
#page .layout_main h2 {
	margin : 0px ;
	padding : 10px 0px 10px 0px;
	font-weight : normal;
	letter-spacing : 0.1em;	margin: 0px;
	color : #663333; 
	background-color : transparent ; 	
	font-weight : bold;text-align:left;border-bottom : 2px dotted  #663333;
	background-image : none;}

#index .layout_head h2 {
	margin : 10px  ;
	padding : 25px 30px 5px 50px ;
	border-left : transparent ;text-align : right ;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/100.gif");
	background-repeat : no-repeat ;background-color : transparent;
	background-position :right top ;
}
#category h2 {
	margin : 10px  ;
	padding :20px 0px 20px 100px;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/46.gif");
	background-repeat : no-repeat ;background-color : transparent;
	background-position :left center ;
}
h2#entry	{
	margin : 0px 0px 0px 0px;
	padding : 0px;
	font-weight : bold;
	color: #000;font-size : 120%;   line-height:150%;
	border-left :none ;
	border-bottom : none ;
	background-image : none;
}
h2#comments, h2#trackback {
	margin : 0px ;
	padding : 17px 0px 15px 80px;
	color : #663333; 
	background-color : #F5FFFA;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/09.gif");
	background-repeat : no-repeat ;
	background-position :10px center ;
	font-weight : bold ;border-bottom : 2px dotted  #C2A858;
	
}
/*小見出し*/
h3 {
	margin : 0px ;
	padding : 10px 10px 0px 20px;
	font-weight : bold ; letter-spacing : 0.2em; 
	color : #360;
	background-color : #E7FFC8;
}
/*本文中：小見出し*/
h4 {
	margin : 15px 50px 5px 0px;
	padding : 0px 10px;
	color : #360;
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858 ; 
}
#page h3.sub  {
	margin : 0px;
	padding : 0px 10px;
	font-size : 110%;
	color : #360;
	background-color : transparent ;	
	text-align : right ; 
}
/*表紙ページ：最近の更新*/
h3.top {
	margin : 0px auto 10px 0;width : 80%;

	
	padding : 20px 0px 10px 60px;
	letter-spacing : 0.2em; 
	font-size : 115%;
	color : #900000; background-color : transparent;
	background-position : left top ;border-bottom : 2px dotted  #C2A858;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/51.gif");
	background-repeat : no-repeat ;
	background-position :left center ; 
	filter: glow(color=#fff0d4, strength=5);	
text-shadow: 0px 0px 1px #fff0d4,   0px 0px 2px #fff0d4,0px 0px 3px #fff0d4,0px 0px 4px #fff0d4,  
  0px 0px 5px #fff0d4; 
		
}
h4.top {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
 font-size:100%;
	background-color : #F5FFFA;	font-weight : normal ;text-align : left ; 
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858;	
}

.entry-body h3 {
	margin : 0px ;
	padding : 10px 10px 0px 20px;
	letter-spacing:0; 
	color : #360;
	background-color : #E0FFFF;
}
#date .entry-body h3,#search .entry-body h3 {
	padding : 5px 10px 5px 40px;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01b.gif");
	background-repeat : no-repeat ;
	background-position :left center ;}
#search .entry-body h3 {
	background-color : transparent;
	}

#search .entry-body h3 a:link ,#search .entry-body h3 a:visited
{ color : #900000; background-color:transparent;text-decoration:none;background-color:#ffffff; }
#search .entry-body h3 a:hover, #search .entry-body h3 a:active 
{ color : #ffffff; font-weight : bold;  text-decoration : none;background-color:#900000; }

.entry-body h4 {
	margin : 0px 0px ;
	padding : 0px 10px;
	color : #360;
	background-color : #ffffe0;
	text-align : right ;  
	border : none; 
}
/*個別記事ページ：（本文中）小見出し*/
.entry_text2 h3 {
	margin : 0px ;
	padding : 10px 10px 0px 10px ;
	font-size : 110%;
	color : #663333; 
	background-color :#ffffe0;
	border-bottom: 1px solid   #C2A858 ; 
border-left: 1px solid   #C2A858 ;
	background-image : none;
}

.entry_text2 h4 {
	margin : 0px;
	padding : 0px 10px;
	font-size : 110%;
	color : #663333; 
	background-color :#fff;
	border-bottom: 2px dotted   #66333 ; 
	text-align : left ;border-left: none ;
 
}

/*記事本文（通常ﾌﾞﾛｸﾞ画面）：小見出し*/
.entry_text h4 {
	margin : 0px;
	padding : 0px ;
	text-align : left ; 
	border : none;
}

h4 a:link { color : #900;  font-weight : normal;text-decoration : none; }
h4 a:active { color : #900; font-weight : bold;  text-decoration : none; }
h4 a:visited { color : #900;  font-weight : normal;text-decoration : none;}
h4 a:hover { color : #900; font-weight : bold;  text-decoration : none; }


/*表紙ページ･左カラム*/


h5,h6  {
	margin : 15px 50px 5px 0px;
	padding : 0px 10px;
	color : #360;background-color : #fff5ee;	
}


/*全記事一覧ページ：親カテゴリタイトル*/
#titlelist h2 {
	margin : 5px 80px 10px 80px ;
	padding : 0px 10px;
	border-left : none;	
	color : #F5FFFA;background-image : none;
	text-align : center;		border-bottom : 3px dotted  #F5FFFA; 
}

/*全記事一覧ページ：子カテゴリタイトル*/
#titlelist h3 {
	margin : 5px 30px 0px 20px ;
	padding : 5px 20px 0px 40px ;
	
	color : #ffffe0;	
	background-color : transparent ;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/38c.gif");
	background-repeat : no-repeat ;
	background-position :left center ;
}

/*コメント＆トラックバック：見出し*/
.comment-list {margin-top:20px;border : 1px dotted #C2A858 ;}
.comment-body h3, .trackback-body h3 {
	margin : 0px;
	padding : 10px 0px 5px 50px;
	color : #C2A858;
	letter-spacing : 0.2em; 
	background-color : #f0f8ff;
	border-bottom : 1px dotted #9C6 ;
	border-left : transparent ; 
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01b.gif");
	background-repeat : no-repeat ;
	background-position :left center ;
}
.comment-list h3 {
	margin : 0px;
	padding : 5px 0px 5px 50px;
	color : #C2A858;
	letter-spacing : 0.2em; 
	background-color : #f0f8ff;
	border-bottom : 1px dotted #9C6 ;
	border-left : transparent ; 
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01b.gif");
	background-repeat : no-repeat ;
	background-position :left center ;
}

/*サイド：表紙メニュー見出し（表紙ページ以外非表示）*/


/*サイド：大見出し（非表示）*/
.layout_side h2 {
	display : none;
}

#index .layout_side h2  {
	display : block;
	margin: 20px 0px 10px 0px;
	padding : 15px 20px 10px 20px;
	font-size : 120%;
	font-weight : bold;
	color : #900000; 
	background-color:transparent;
 	
	border-bottom :  2px dotted #C2A858 ; 		
	
	letter-spacing : 0.2em;line-height : 180%;text-align : left;	
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/03b.gif");

	background-repeat : no-repeat ;
	background-position :right center ;

}


/*表紙ページ：表紙メニュー
通常ﾌﾞﾛｸﾞ画面：プラグインタイトル*/

.side_menu h3,#index h3.side_menu2 {	

	margin: 0px;
	padding : 7px 0px 0px 30px;
	line-height : 120%;min-height:1.8em;
	color : #663333;
	font-weight : bold;
	background-color : #ffffff ;  letter-spacing : 0em;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01b.gif");
	background-repeat : no-repeat ;
	background-position :left top ;border-bottom:2px dotted #900000;

}
#index .side_menu h3 {padding : 0px;font-weight : bold;
	color: #ffffff;background-color :#DEB887 ;min-height:1px;
	letter-spacing : 0.2em;line-height : 180%;background-image :none;border :none;	}	
#titlelist h3.side_menu2 {
	margin: 5px 0;
	padding : 5px 0px 0px 20px;
	line-height : 180%;letter-spacing : 0em;color : #FFFACD ; 	
	font-weight : bold;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01c.gif");
	background-repeat : no-repeat ;
	background-position :left center ;border:1px dotted #FFFF00;
}

	
.side_menu h3 a:link { color : #ffffff; font-weight : bold;text-decoration : none;}
.side_menu h3 a:active { color : #663333; font-weight : bold;text-decoration : none; background-color:#ffffff;}
.side_menu h3 a:visited { color : #ffffff; font-weight : bold;text-decoration : none;}
.side_menu h3 a:hover { color : #663333; font-weight : bold;text-decoration : none; background-color:#ffffff;}



/*表紙メニュー：小説タイトル*/
.side_menu h3 a:link { color : #ffffff; font-weight : bold;text-decoration : none;}
.side_menu h3 a:active { color : #663333; font-weight : bold;text-decoration : none; background-color:#ffffff;}
.side_menu h3 a:visited { color : #ffffff; font-weight : bold;text-decoration : none;}
.side_menu h3 a:hover { color : #663333; font-weight : bold;text-decoration : none; background-color:#ffffff;}



/*表紙メニュー：小説タイトル*/
.side_menu h4 {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : center ;	background-color:#F5DEB3;	
	border: 1px #CCCC66 solid;
 
}
.side_menu h4 a:link,.side_menu h4 a:visited { color : #800000; text-decoration : none;}
.side_menu h4 a:active,.side_menu h4 a:hover { color : #360; font-weight : bold;  text-decoration : none; }


.side_menu h5 {
	margin: 10px 0px 0px 0px;
	padding : 0px ;
	font-weight : normal ;
	background-color : #FAEBD7;text-align : center ;
	border: 1px #CCCC66 solid;	
}
.side_menu h5 a:link,.side_menu h5 a:visited { color : #360; text-decoration : none;}
.side_menu h5 a:active,.side_menu h5 a:hover { color : #900; font-weight : bold;  text-decoration : none; }
.side_menu h6 {
	margin: 10px 0px 0px 0px;
	padding : 0px ;
	font-weight : normal ;background-color:#ffffe0;
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858;	
}


.layout_side td a {
	display : block;
}
.layout_side td a:active { 
	color : #fff; 
	background-color : #CD853F;  font-weight : bold;
	text-decoration : none;
}

.layout_side td a:hover {  
	color : #fff; 
	
	background-color :  #800000;font-weight : bold;
	text-decoration : none;
}


/*サイト説明・サブタイトル*/
.introduction {
	margin : 10px 0px 30px 50px;
	padding : 0px ;
	font-size : 100%;
	color : #000 	;
	text-align : right;	
}
#index .introduction  ,#page .introduction {width:80%;margin : 10px 0px 30px auto;
	filter: glow(color=#fff0d4, strength=10);	
text-shadow: 0px 0px 1px #fff0d4, 
  0px 0px 2px #fff0d4,0px 0px 3px #fff0d4,0px 0px 4px #fff0d4,  
  0px 0px 5px #fff0d4; 
     
}
#search .introduction{ margin: 0px ;padding : 0px 20px 10px 200px; }

/* =============================================  
ナビゲーション
 ============================================= */
/*サイトナビゲーション*/

.navi {
	margin : 0px  ; 
	padding : 0px;
	color: #ffcc66;
	font-weight : bold; 
	font-size:110%;
        text-align: right;
	font-family:"Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
	clear : both;}
#titlelist .navi{margin-top:10px;text-align: center;}
#permanent .navi{text-align: center;line-height:150%;
}

.navi a:link ,.navi a:visited{ 
color : #ffffff; text-decoration : none; background-color : #DEB887;border : 1px dotted  #C2A858; }
.navi a:active,.navi a:hover { 
color : #DEB887; font-weight : bold;  text-decoration : none; background-color:#ffffff;}


#permanent .entry_top  {font-style:italic;font-size:80%;}
#permanent .entry_top a:link,#permanent .entry_top a:visited { color : #900; font-weight : bold;  text-decoration : none; background-color:#ffffff;  }
#permanent .entry_top a:active,#permanent .entry_top a:hover { color : #ffffff; background-color :#900000;  text-decoration : none; }
/*管理ページリンク*/
ul.admin {
	margin : 0;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	text-align : left;
}
ul.admin li { 
	display : inline; 
}
ul.admin .navi a:link,ul.admin a:visited { color : #778899; text-decoration : none; background-color : #ffffff; }
ul.admin a:active, ul.admin a:hover  { #900; font-weight : bold;  text-decoration : none;}



/* =============================================  
エントリー関連
 ============================================= */


/*表紙ページ・小説目次ページ）*/
.topindex{
	font-size : 110%; 
	line-height : 180%;
	margin: 20px 20px 20px 20px; 

}

.topindex ul {
	margin : 0 ;
	padding : 10px 20px 10px 40px;
	background-color : transparent;
}


#category .topindex {	padding-bottom : 40px;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/009c.gif");
	background-repeat : no-repeat ;
	background-position :right bottom ;}
.topindex li {
	color : #999;
	line-height: 150%;
}
/*エントリー：1ブロック*/
.entry-body {
	margin : 0px 0px 60px 0px; 
}
#page .entry-body {background-position: 0% 0%;
	background-repeat : no-repeat;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/100.gif");
}

#date .entry-body,#search .entry-body {
	margin : 20px 0px 0px 0px;
	background-color : transparent;
	border : none ; 
}

/*エントリー：日付*/
div.entry_date {
	margin : 0px;
	padding : 0px 0px 2px 20px;
	letter-spacing : 0.2em; 
	font-size : 100%;
	color : #663333;
	text-align : right;
}
#page div.entry_date {
	margin : 0px;
	padding : 40px 0px 2px 20px;
	letter-spacing : 0.2em; 
	font-size : 100%;
	color : #663333;
	text-align : right;
}


/*エントリー：全記事一覧*/
.entry_all {
	margin : 0px;
	padding : 20px 0px 30px 30px;
	color : #F0E68C;
	font-size : 120%;	
	line-height: 200%;
	
}
.entry_all ul {
	margin : 20px 0px 0px 50px;
	padding : 0px 0px 0px 20px;
	background-color : transparent;
}
.entry_all li {
	line-height : 120%;
	margin-bottom : 5px;
}

.entry_all a:link { color: #cccccc; text-decoration:none;}
.entry_all a:active {color: #900; text-decoration:none;background-color : #ffffff;}

.entry_all a:visited { color: #FFD700; text-decoration:none;}
.entry_all a:hover { color: #900; text-decoration:none;background-color : #ffffff;}


/*エントリー：記事部分*/
.entry_text {
	margin : 0px;
	padding : 5px 20px 10px 20px;
	line-height : 170%;

	background-color : #ffffff;	
}
#page .entry_text {	padding-top:20px;overflow:hidden;line-height : 220%;
background-position: 100% 100%;
	background-repeat : no-repeat;background-color:#fff0d4;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/59.gif");
}
#page p.back-top{padding-right:50px;}
#index .entry_text {background-color : transparent;}

p.free{background-color :  #fff;}

/*----(C)通常ブログ画面・冒頭一番目の文字の設定---装飾が不要な場合はここから(D)まで削除▼---*/

#page .entry_text:first-letter {
		
	margin-right:0px;padding:25px;
	font-weight:bold;font-size : 250%;line-height: 200%;float: left;
	color : #900;background-repeat:repeat-y;background-color : transparent;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/72b80.gif");
}

#page .entry_text:first-letter { padding:25px 30px ;line-height: 220%;
background-position :12px 60px; _background-position :32px 0px;background-color : transparent;} /* IE7以前向け */ 
#page .entry_text:first-letter { padding:25px 40px 25px 10px\9 ;
background-position :-5px -10px\9; } /* IE8向け */ 
 
html:not(:target) #page .entry_text:first-letter { background-position :15px 50% ;background-repeat : no-repeat ; } /* モダンブラウザ向け */ 
 

/*---------------(D)不要な場合はここまで削除-▲-----------------------------*/
/*エントリー2：個別記事ページ（小説ページ）*/
.entry_text2 {
	margin :  10px;
	padding : 0px 0px 0px 10px ;
	font-size : 120%;	
	line-height: 250%;
	letter-spacing : 0.2em; overflow:hidden;
}

/*----(E)記事本文冒頭一番目の文字の設定---装飾が不要な場合はここから(F)まで削除▼-----------*/

.entry_text2:first-letter {
		margin-right:0px;padding:30px ;
	font-weight:bold;font-size : 250%;line-height: 200%;
	color : #900;background-repeat:repeat-y;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/72b80.gif");
}

.entry_text2:first-letter { 
padding:25px 30px ;background-position :15px 58px; _background-position :25px 0px;
background-color : transparent;} /* IE7以前向け */
  
head/* */body .entry_text2:first-letter { 
padding:25px 30px ;background-position :15px 58px;background-color : transparent; } /* IE8向け */  

html:not(:target) .entry_text2:first-letter {
 background-position :70% 50%;background-repeat : no-repeat ; } /* モダンブラウザ向け */ 

/*---------------(F)不要な場合はここまで削除-▲-----------------------------*/

/*-----(G)追記冒頭一番目の文字の設定---装飾が不要な場合はここから(H)まで削除-▼------------*/

.entry_more:first-letter {
		margin-right:0px;padding:30px ;
	font-weight:bold;font-size : 250%;line-height: 200%;
	color : #900;background-repeat:repeat-y;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/63b.gif");
}

.entry_more:first-letter { padding:25px 30px ;background-position :10px 60px;_background-position :10px 75px; } /* IE7以前向け */  

.entry_more:first-letter { padding:25px 30px ;background-position :10px 0px\9; } /* IE8向け */  

html:not(:target) .entry_more:first-letter { background-position :center center ;background-repeat : no-repeat ; } /* モダンブラウザ向け */ 

/*---------------(H)不要な場合はここまで削除--▲----------------------------*/


/*エントリー3：タグエリア・カテゴリエリア（Novel List・作品目次ページ）*/
.entry_text3 {
	margin : 0px;
	padding : 20px 30px 50px 30px;
	font-size : 100%;	
	line-height: 200%;
}

#tag h2 {	
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/line550x100.jpg");
	background-repeat : no-repeat ;	background-position :left top;padding-top:20px;}
#tag .tag-frm1 {	
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/line550x100b.jpg");
	background-repeat : no-repeat ;	background-position :left bottom;margin-bottom:30px;border:1px solid #fff;}
#tag .tag-frm2 {padding:0 20px 0px 30px;margin-left:10px;	
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/62.gif");
	background-repeat : no-repeat ;	background-position :15px bottom;
}

.tag_btm{padding-right:30px;}
#tag p.back-top{margin:0 0px;padding:0 30px 20px 0px;	
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01b.gif");
	background-repeat : no-repeat ;	background-position :right center;}


/*エントリー4：タグエリアNovel List（作品案内）*/
.entry_text4 {
	margin : 10px 10px 0px 60px;
	padding : 20px 35px 10px 35px ;
	line-height : 170%;		
	background-color :#ffead5;	
	}

.entry_text4 a:link { color :#693 ; text-decoration : none;}
.entry_text4 a:active { color : #360; text-decoration : none;	background-color:#ffffc0;}
.entry_text4 a:visited { color : #693; text-decoration : none;}
.entry_text4 a:hover { color : #360;  text-decoration : none ;	background-color:#ffffc0;}

/*エントリー5：データエリア（月別更新履歴　上部分）*/
.entry_text5 {
	margin : 0px ;
	padding : 20px 20px 40px 20px ;	line-height: 170%;
 	background-image: none;
	background-color : #ffffff;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/11.gif");
	background-repeat : no-repeat ;
	background-position :right bottom ;}

.entry_text5 a:link { color :#693 ; text-decoration : none;}
.entry_text5 a:active { color : #360; font-weight : bold;  text-decoration : none; background-color:#F2FFE4;}
.entry_text5 a:visited { color : #693; text-decoration : none;}
.entry_text5 a:hover { color : #360;  text-decoration : none; background-color:#F2FFE4;}


/*エントリー7：*/
.entry_text7 {
	margin : 0 ;
	padding : 5px  ;	
	max-height:100px;_height:100px; line-height : 100%;overflow: auto;
	border: 1px #C2A858 dotted;background-color:#ffffff;
	border: 1px #C2A858 dotted;}

.entry_text7 a:link, .entry_text7 a:visited {  	border-bottom : 1px dotted #a9a9a9 ; text-decoration : none;}

.entry_text7 ul { 
	padding : 0px  ;
 	list-style-type : none;	
}
.entry_text7 li {	color : #333;}


.sample0 a:link { color: #778899; text-decoration:none;}
.sample0 a:active { color: #900; text-decoration:none;}
.sample0 a:visited { color: #C2A858; text-decoration:none;}
.sample0 a:hover { color: #900; text-decoration:none;}

/* 関連エントリーメーカーの表示 */
.cat-navi {
	margin : 20px auto ;
	padding :  0px ;
	width:95%;max-width : 500px;_width : 500px;	line-height : 160%;
	background-color : #fff;
	border : 1px dotted #C2A858 ;

}

.cat-navi h3  {
	margin : 0px ;
	padding :  10px 0px 30px 0px ;
	font-size : 110%;
	color : #663333;background-color : #fff; 
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/100.gif");
	background-repeat : no-repeat ;border:none;
	background-position :center bottom ;text-align : center;
}

.cat-navi ul {
list-style : square ;
margin : 0px;
padding : 5px 0px 10px 40px;
}

.cat-navi p{padding : 0px 0px 20px 0px ;
}

.cat-navi a:link { color : #778899; text-decoration : none; }
.cat-navi a:visited { color : #C2A858 ;  text-decoration : none;  }
.cat-navi a:hover, .cat-navi a:active { color : #900; background-color:#fff0d4;
font-weight : bold; text-decoration : none; }


#tag p{margin:0;text-align:right;}

/*エントリー：ステータス*/
ul.entry_state {
	margin : 0;
	padding : 5px 0px 2px 20px;
	list-style-type : none;
	text-align : left;
	font-size : 105%; 
	border-bottom : 1px dotted #693 ; 
}
#page ul.entry_state {
	border-bottom : none;padding-bottom:70px;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/53.gif");
	background-repeat : no-repeat ;
	background-position :center bottom ;}
ul.entry_state li { 
	display : inline; 
}
#titlelist ul.entry_state {  border-bottom : 1px dotted #cccccc ; }
#titlelist ul.entry_state a:link,#titlelist ul.entry_state a:visited { color : #cccccc; text-decoration : none;}
#titlelist ul.entry_state a:active,#titlelist ul.entry_state a:hover { color : #900; font-weight : bold;  text-decoration : none;background-color : #E0FFFF; }

#titlelist ul.entry_state {background-color:#ffffff;
	}
#permanent ul.entry_state {border-bottom : none ;margin-bottom:10px;	}

#permanent .p_inf {	}

/*テキスト内の画像*/
.entry_text img {
	margin : 0px ;
	padding : 2px;
	border: none ; 
}

/*テキスト内のタグ*/
.entry_text a.tagword {
	border-bottom: 1px dotted #C2A858;
}
.entry_text a:hover.tagword {
	color : #C2A858;
	border-bottom: 1px dotted #C2A858;
	text-decoration : none;
}
/*タグリスト*/
ul.tag_state {
	margin : 0;
	padding : 5px 0px 0px 20px;
	list-style-type : none;
	text-align : left;
}
ul.tag_state li { 
	display : inline; 
}

/*テキスト内の絵文字*/
img.emoji {
	border: none;
	margin : 0px;
	padding : 0px;
	float:none;
	vertical-align : middle; 
}

/*スレッドテーマ*/
ul.thread {
	margin : 0;
	padding : 5px 0 0 20px;
	list-style-type : none;
	}
ul.thread li { 
	display : inline; 
}

/* =============================================  
引用文設定
 ============================================= */
blockquote {
	margin : 15px 10px;
	padding : 10px 15px ;
	font-size : 90%; 
	line-height : 160%;
	background-color : #E0FFFF;
	border-top : 1px dotted #C2A858 ; 
	border-right : 1px dotted #C2A858 ; 
	border-bottom : 1px dotted #C2A858 ; 
	border-left : 2px dotted #8EB169 ; 
}



/* =============================================  
水平線設定
 ============================================= */
hr {
	margin : 5px 20px;
	color : #86B83D;
	background-color : #86B83D;
	border : 0; 
	height : 1px ;
}


/* ============================================= 
その他の設定
 ============================================= */
em ,i { font-style : italic;}
strong ,b { font-weight : bold;}
u { text-decoration : underline;}
p { margin : 1em 0;}
br { letter-spacing : 0;} 


/* =============================================
  エントリー内：リスト
 ============================================= */
.entry_text ul {
	margin : 0px;
	padding : 5px 0px 10px 20px;
}
.entry_text li {
	line-height : 120%;
	margin-bottom : 5px;
}

.entry_text dl {
	margin : 0px;
	padding : 5px 0px 10px 0px;
}
.entry_text dt {
	color : #446018;
	margin : 0px 0 3px 0;
}
.entry_text dd {
	line-height : 120%;
	margin : 0px;
	padding : 0px 0px 5px 10px;
}
.entry_text ol {
	margin : 0px;
	padding : 5px 0px 10px 20px;
}


/* =============================================
 エントリー内：テーブル設定 
 ============================================= */
.entry_text table {
	width : auto;
	border-collapse : collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}
.entry_text td, .entry_text th {
	padding : 2px;
	font-size : 95%;
	line-height: 150%;
	font-weight: normal;
	border : 1px solid #C2A858;
}
.entry_text th {
	color : #360;
	background-color : #F2FFE4;
}






/* =============================================  
ページ移動
 ============================================= */
ul.entry_navi {
	margin : 10px 0px;
	list-style-type : none;
	text-align :center;font-style : italic;
}

ul.entry_navi li { 
	display : inline; padding-left:20px;
}

.entry_navi  { 
         font-size : 110%; }

#date .entry_navi  { font-size : 90%; }
#permanent ul.entry_navi li  { font-size : 130%; letter-spacing:0.2em;}
              
.entry_navi a:link { color : #900; text-decoration:none; }
.entry_navi a:visited { color : #900; text-decoration:none;}
.entry_navi a:hover { color : #C2A858; font-weight : bold;  text-decoration:none;}
.entry_navi a:active { color : #C2A858; font-weight : bold;  text-decoration:none;}

/* =============================================  
コメント＆トラックバック関連
 ============================================= */

/*コメント＆トラックバック：1ブロック*/
.commentarea ,.trackbackarea {
	margin : 0px 0px 20px 0px ;
	text-align : left;
}

/*コメント＆トラックバック：記事*/
.comment-body ,.trackback-body {
	margin : 0px 0px 20px 0px ;
	padding : 0px;
	text-align : left;
}

/*コメント記事中URL*/
.comment_body a {
display : block;
height :1em;
width : 20em;
overflow : hidden ;
}




/*コメント＆トラックバック：テキスト*/
.co_text ,.tb_text {
	margin : 0px;
	padding : 5px 20px 0px 20px;
	line-height: 150%;
}

/*コメント＆トラックバック：ステータス*/
ul.co_state ,ul.tb_state {
	margin : 0;
	padding : 5px 20px 50px 0px;
	list-style-type : none;
	text-align : right;
	font-size : 105%;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/11.gif");

	background-position : 50% 100% ;
	background-repeat : no-repeat ; 
}
ul.co_state li ,ul.tb_state li { 
	display : inline; 
}


/*トラバURL*/
.trackbackarea p {
	margin : 20px ;
	padding : 0px;
}
.trackbackarea p a {
	margin : 0px;

}
.trackbackarea p a:hover {	 
	color : #778899; 
	background-color : #E0FFFF; font-weight : bold;
	text-decoration : none; 
	border : 1px dotted #ffffff; 
	
}
.trackbackarea p input {
	padding : 2px 5px ;
	width : 90%;max-width : 420px;_width : 420px;}


/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.entry_form {
	margin : 0px;
	padding : 20px 0px 0px 20px;
	line-height : 200%;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/54c.gif");

	background-position : 90% 100% ;
	background-repeat : no-repeat ; 

}
/*投稿フォーム：入力*/
dl.co_form {
	margin : 20px 0 0 0;
	padding : 0px ;
}
/*投稿フォーム：ラベル*/
dl.co_form dt label {
		text-align : left;position : absolute;
	width : 50px;
}
#permanent dl.co_form dt label{_position: static;
}
/*投稿フォーム：入力*/
dl.co_form dd {
	margin-left : 60px;
	padding-bottom : 3px ;
}
/*投稿フォーム：サイズ*/
dl.co_form dd input#title,dl.co_form dd input#name,dl.co_form dd input#url,dl.co_form dd input#mail {
	width : 80%;max-width : 250px;_width : 250px;}

dl.co_form dd textarea#comment{
	width : 90%;max-width : 350px;_width : 350px;}

#edit dl.co_form dd textarea#comment{
	width : 90%;max-width : 450px;_width : 450px;}/*コメント投稿・編集小見出し*/
#comment_post,#comment_edit { 
	font-size: 120%;
	letter-spacing : 0.1em; 
	color: #C2A858;
}

/*コメント：ページ移動*/
.commentarea ul.entry_navi {
	margin : 0;
	padding : 0px 50px 2px 0px;
	list-style-type : none;
	text-align : right;
	border-bottom : 1px dotted #C2A858 ; 
}


/* =============================================  
サイドメニュー関連
 ============================================= */

/*サイドメニュー：1ブロック*/
.side_menu{
	margin: 20px 0px 0px 0px;
}


/*サイド：コンテンツ*/
.side_text {
	margin : 0px ;
	padding : 5px 10px;
	font-size : 95%; background-color:#FFFFFF;	border: 1px dotted #C2A858;

}

/*サイドメニュー：リスト*/
.side_menu ul {
	margin : 0 ;
	padding : 5px 0px 10px 15px;
	
}

.side_menu li {
	color : #999;
	line-height: 150%;
}

.side_menu dl {
	text-align : left;
	margin : 0px;
	padding : 20px 0px 20px 0px;
}
.side_menu dt{
	margin : 0px;
	padding : 0px 0px 3px 0px;
	color : #960;
}
.side_menu dd{
	line-height : 120%;
	margin : 0px;
	padding : 0px 0px 5px 0px;
}

#p-form form {
	margin : 0px;
	padding : 0px;
}

/*サイド：画像*/
.side_menu img {
	border : none;
	margin : 0px;
	padding : 1px;
}

/*プロフィール：画像*/
#p-profile img , .plugin-myimage img {
	margin : 0px;
	padding : 2px;
	border : 1px dotted #C2A858;
}

/*タグリスト*/
.plugin-tag a {
	border-bottom: 1px dotted #C2A858;
	text-decoration : none;
}

/* =============================================  
カレンダー設定
 ============================================= */


.calender {
	font-size : 90%;
}
.calender caption {
	padding : 5px 0 1px 0;
}
.calender th {
	font-weight : normal;
	text-align : center;
	border-top : 1px solid #696;
	border-right: 1px solid #050;
	border-bottom : 2px solid #999;
	border-left: 1px solid #696;
}
.calender td {
	width :  18px;
	padding : 0px;
	text-align : center;
	border-top: 1px dotted #050;
	border-right: 1px dotted #050;
	border-bottom : 1px dotted #050 ; 
	border-left: 1px dotted #050;
}
.calender td a {
	display : block;
}
th#sun {
	color : #C00;
	border-bottom : 2px solid #C00 ; 
}
th#sat {
	color : #369;
	border-bottom : 2px solid #369 ; 
}
.calender td a:link {
	color : #990000; 
	background-color : #E6E6FA; 
	text-decoration : none; 
}
.calender td a:visited { 
	color : #990000; 
	background-color : #E6E6FA; 
	text-decoration : none; 
}
.calender td a:hover { 
	color : #778899; 
	background-color : #E0FFFF; font-weight : bold;
	text-decoration : none;
}

/* 横カレンダー */
.line_calendar {
	font-size:10pt; 
	color:#778899; 
	margin-bottom:10px; 
	text-align:center;
font-family : 'arial narrow', "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;

}
.line_calendar a:link {
	color : #ffcc66; 
	background-color : #FFF; 
	text-decoration : none; font-weight : bold;
}
.line_calendar a:visited { 
	color : #ffcc66; 
	background-color : #FFF; 
	text-decoration : none; font-weight : bold;
}
.line_calendar a:hover { 
	color : #900; 
	background-color : #FFF; font-weight : bold;
	text-decoration : none;
}

.line_cal_day {
	margin-left:2px; 
	margin-right:2px; 
}


/* =============================================  
その他の設定
 ============================================= */
form.search fieldset{
 margin:0;
 padding:10px;
}



/*新着マーク*/
.new {
	color : red; 
	font-family :  "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
	font-style: italic;
	font-weight : normal;} 

.未分類{display:none;}


/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
	margin: 0px;
	padding : 20px 0;
	font-size : 95%;
	line-height: 180%;
	text-align : center;clear : both;
}
#titlelist .copyright a:link ,#titlelist .copyright a:visited
{ color : #ffffff; background-color:transparent;text-decoration:none; }
#titlelist .copyright a:hover, #titlelist .copyright a:active 
{ color : #900000; font-weight : bold;  text-decoration : none;background-color:#ffffff; }

#permanent .copyright a:link ,#permanent .copyright a:visited
{ color : #900000; background-color:transparent;text-decoration:none;background-color:#ffffff;  }
#permanent .copyright a:hover, #permanent .copyright a:active 
{ color : #ffffff; font-weight : bold;  text-decoration : none;background-color:#900000; }

#permanent .copyright{height:auto;}


/* =============================================        
以下は目次を横ならびに変更した場合の設定
 ============================================= */
/* --- 横ならび目次-サンプル(1)  --- */
.sample1 {width:25em;
margin: 20px auto;
}


/* --- メニューエリア --- */
.sample1 .nl{
margin: 0;
padding: 4px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: left; /* メニューのセンタリング */
font-size: 100%; /* メニューの文字サイズ */
}
.sample12 .nl{
margin: 0;
padding: 4px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center; /* メニューのセンタリング */
font-size: 100%; /* メニューの文字サイズ */
}
/* --- メニュー項目 --- */
.sample1 .nl li {
display: inline;
margin-right: -1px; /* 項目の右マージン */
}
*:first-child+html .sample1 .nl li {
display: inline;
margin-right: 2px; /* IE7以下のためのハック */
}
/* --- リンク --- */
.sample1 .nl li a {
display: inline-block;
padding: 4px 8px; /* リンクエリアのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* リンクエリアの枠線 */
background-color: #ffffff; /* リンクエリアの背景色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.sample1 .nl li a:hover, .sample12 .nl li a:hover {
background-color: #e0e0e0; /* ポイント時の背景色 */
border: 1px #999999 solid; /* ポイント時の枠線 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブな項目 --- */
.sample1 .nl li strong {
display: inline-block;
padding: 4px 8px; /* 項目のパディング（上下、左右） */
background-color: #e0e0e0; /* 項目の背景色 */
border: 1px #c0c0c0 solid; /* 項目の枠線 */
color: #cc0000; /* 項目の文字色 */
}
/**/

/* --- 横ならび目次-サンプル(2) --- */
.sample12 {
margin: 20px 0;line-height: 100%;
}

/* --- メニューエリア --- */
.sample12 .nl {
margin: 0;
padding: 4px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center; /* メニューのセンタリング */
font-size: 90%; /* メニューの文字サイズ */
}
/* --- メニュー項目 --- */
.sample12 .nl li {
display: inline;
margin-right: 4px; /* 項目の右マージン */
}

/* --- リンク --- */
.sample12 .nl li a {
display: inline-block;color :#6b8e23 ;
padding: 4px 4px; /* リンクエリアのパディング（上下、左右） */
background-color: #ffffc0; /* リンクエリアの背景色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.sample12 .nl li a:hover {
color : #900;background-color: #e0e0e0; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブな項目 --- */
.sample12 .nl li strong {
display: inline-block;
padding: 4px 4px; /* 項目のパディング（上下、左右） */
color : #900;background-color: #e0e0e0; /* 項目の背景色 */

color: #cc0000; /* 項目の文字色 */
}

/*全記事一覧ページ右に表示されるカテゴリリストと検索フォームが不要な場合はここから削除*/


#titlelist .sub_block  {
        margin:0; padding:0; width : 180px ; height:100%;
        right : 620px ; top : 0;  left:auto;
        position:fixed; _position:absolute; z-index : 4 ;overflow:auto;text-align : center;
}

.srh_frm { margin-bottom:10px ;padding:10px;background-color: #FFF;}
.cat_menu a {display:block;}
.cat_menu {
        text-align : left;
               
        margin-top :5px ;  padding-top:5px ;
        background-color:#FFF;
        
                }

ul.main_menu {margin:0 0 0 20px;padding-left:0px;font-weight:bold;
list-style-type:none;}
ul.main_menu li {margin:0 0 0 0px;}
ul.main_menu  a:link,ul.main_menu a:visited { border-bottom :1px dotted  #693;}

ul.sub_menu{margin:0 0 0 0px;padding-left:5px;font-weight:normal;
}

ul.sub_menu a:link,ul.sub_menu a:visited { border-bottom :1px dotted  #ffffff;}

li.sub_list_end {padding-bottom:10px;}

/*ここまで削除*/
.layout_side h3 a {
	display : block;
}
.tag_menu a {display:inline;}



h3.side_menu2 a:link,h3.side_menu2 a:visited { color : #663333; text-decoration : none;}
h3.side_menu2 a:active,h3.side_menu2 a:hover { color : #900000;   text-decoration : none; }

/* --- 関連リスト応用ページナビ --- */


#permanent .relate_dt{display:none;}
#permanent .relate_dl{border-top :2px dotted #900000;margin: 20px 0;padding:10px 0 ;background-image: url(http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/p_navi32.gif)!important;background-repeat: no-repeat!important;
	background-position: left 13px!important;}

#permanent ul.relate_ul{font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;line-height:220%;letter-spacing : 0;
list-style-type : none;margin-left:70px;margin-top:0px;}

#permanent li.relate_li{padding-left:5px;margin-left:5px;list-style-image: url(http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/3kaku_s_L.png);}

#permanent dd.relate_dd a{display:block;}

#permanent ul.relate_ul a:link, #permanent ul.relate_ul a:visited { 
        color : #693;   font-weight : bold; }
#permanent ul.relate_ul a:active ,#permanent ul.relate_ul a:hover { 
        color : #900000; font-weight : bold;text-decoration : none; background-color:#F0FFFF;}

#permanent ul.relate_ul {color : #FFF!important;}

.index-navi {font-weight:bold;margin:20px 0 20px 20px ;line-height:240%;font-size:14px!important;}
/* --------------------------------- */
/*Fタイプ・夢小説のための追加設定*/

#category div.sub_block {
         position: absolute;text-align:left;width : 180px ;
         left: auto ;  right: 620px ;  top: 0px;
                }
.srh_frm { margin-bottom:0px ;}
.yumeform tt{font-size:10px;}
#category .srh_frm { border : 1px dotted  #C2A858;
}




#category .navi_3 {text-align: left;}
.cat-navi p {margin:0 10px 20px 0;}



#permanent .sub_block  {
        margin:0; padding:0; height:100%;
        left : 0 ; top : 0;text-align: left;width : 180px ;  
        position:fixed; _position:absolute; z-index : 4 ;overflow:auto;
        background-color : #fff;border-right : 1px dotted  #C2A858;
}
#permanent .srh_frm{line-height:170%;}

#permanent div.sub_block .cat-navi {
	width : auto ;border :  none; 
	background-color:transparent;
	font-size : 100%;margin : 0px  ;	
}
#permanent div.sub_block .cat-navi ul{padding-left:20px;padding-right:20px;}
#permanent div.sub_block .cat-navi ul a{display:block;}

#permanent div.sub_block h2,#category div.sub_block h2{
	text-align:left;
	margin: 0px;
	padding : 5px 0px 0px 40px;
	line-height : 180%;letter-spacing : 0em;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/nikukyu01b.gif");
}
#permanent div.sub_block h2{font-size : 120%;}

/*2011.1.17.改訂追加設定*/

ul.entry_list li { 	display : inline; }
#page .kakusi { background-image :  none; }

#permanent .layout_head  {
        height:auto;max-height:none;min-height:0;
        background-image : none ;background-color : transparent ;}

#permanent .introduction {margin:0;padding:5px 0px;}
#date .introduction{width:35em;margin:0 0 0 auto; margin-bottom:10px; text-align : right;}
.small_box  {
	width:13.5em;max-height:150px;_height:150px;overflow:auto;	margin:0 0 0 auto;padding:0;text-align:left;}
ul.admin li.page_navi{ padding-left:20px;}

.page_navi {color : #000 ;font-family : 'arial black','Verdana','Bookman Old Style';font-size : larger;}

.page_navi a{font-size : 90%;}
ul.admin li.page_navi a:link, ul.admin li.page_navi a:visited , .page_navi a:link, .page_navi a:visited{ 
        color : #900000;   font-weight : bold; }
ul.admin li.page_navi a:active ,ul.admin li.page_navi a:hover, .page_navi a:active ,.page_navi a:hover  { 
        color : #fff; font-weight : bold;text-decoration : none;background-color :  #900000 }
p.check{margin: 0px;padding : 20px 0px 0px 0px;
}
/*2011.3.2.改訂追加設定*/

fieldset {font-size:90%;padding:10px 20px;
	border-color:#C2A858;letter-spacing:0;line-height:180%;}
.layout_main fieldset legend{max-width:90%;margin:0 auto 0 0;}

#search fieldset {font-size:100%;border:#C2A858 1px dotted;} 
#search legend {color : #000 ;background-color :  #CECECE;font-weight:bold;}
#permanent fieldset legend{font-size:90%;font-weight:bold;}
div.navi li {	display : inline; }

/* 関連リストページナビ(記事冒頭部)*/

ul.relate_navi2{ text-align : center; }
ul.relate_navi2 li{ display : inline; }
li.nolink2{ padding:0;font-size:14px; font-weight:bold;
border-bottom:1px dotted  #C2A858 }
li.relate_navi_li2{ padding:0;margin:0;}li.relate_navi_li2 img {border:none;}
li.relate_navi_li2 a{border:1px dotted  #C2A858}
li.relate_navi_li2 a:hover {border: #ffcc22 solid 1px; }
/* 関連目次一覧のための追加設定 */

#category div.sub_block .movecat fieldset {margin:0;padding:0 0 0 1em;background-image : url("http://blog-imgs-18.fc2.com/n/o/v/noveltemplate/white60.png");
_background-color : #fff;}
#category div.sub_block legend {background-color : #fff;} 
span.ichiran-p {font-weight:bold;border-bottom:2px dotted #C2A858;font-size:110%;}
span.ichiran-p a:link,span.ichiran-p a:visited { color : #800080; text-decoration : none;}
span.ichiran-p a:active, span.ichiran-p a:hover{ color : #000000; text-decoration : none; background-color:#fff;}

#permanent .index-navi ul {margin: 0 0 0 1em;line-height:120%;}
#permanent .index-navi ul li {padding:0 0 2px 0;list-style-type:none;font-weight:normal;}
#permanent .index-navi fieldset {font-size:100%;font-family :'Batang',serif;}
#permanent .index-navi fieldset legend{font-size:90%;font-weight:bold;}

/* 投稿画像とプラグイン追加画像の(縮小)表示のための設定 */

#page .entry_text img {max-width:98%; height:auto;}
#page .entry_text td img {max-width:none;}
.entry_text2 img {max-width:98%; height:auto;}
.entry_text2 td img {max-width:none; }
.side_text img {max-width:98%; height:auto;}

.sub_block_in {padding-top:2em;}
#category .sub_block_in {padding-top:0em;}
#page .entry-body {	margin : 0px ;padding : 0px 0px 30px 0px; }
#date .entry-body,#search .entry-body {	padding:20px 0px 0px 0px;margin-bottom:25px;}
h2#all-title {display:none;}
p.back-top{text-align:right;font-style:italic;font-size:90%;}
#titlelist p.back-top{margin:0;}


#index .entry_text {border:none;}
#category .container,#titlelist .container,#edit .container{width:95%;max-width : 600px;_width : 600px;}

#permanent .ad_cat h2,#page .kakusi h2{background-image :none;border:none;}
#page .kakusi { background-image :  none; }
.rireki {text-align:right;}
/* =============================================        
以下はポップアップ表示のための設定
 ============================================= */
#index .all .layout_main {position:relative;}

#index .topindex {min-height:150px;_height:150px;}

hr.bg_line {visibility:hidden;}


.popupcard {width:400px;
        z-index:1; visibility:hidden;  left: 0; top:20px;position:absolute;text-align:center;}


.popupin {
        width:300px;margin:40px 10px 0 auto  ; padding:5px 10px;text-align : center ;
        border:line-height:200%;background-color:#ffffff;border:3px double #C2A858;}

#step2 .popupin {margin-top:20px;width:350px;}

.popupin2 {
        width:320px;margin:20px 10px 0 auto ;padding:0 1em 0 1.5em;text-align : left ;
        max-height:200px;_height:200px;line-height: 150%;
        overflow: auto;background-color:#ffffff;
 border:3px double #C2A858;        
}

.popupcard h3{
        color : #900;background-color :transparent ;      
                font-weight: bold;
        margin : 0px ;padding : 0px 20px ;
        margin:0 auto ;        background-image : none; 
        border-left :transparent ;
        text-align : center ;      
}

.pop_free {width:350px;margin-top:20px;max-height:350px;_height:auto;line-height:150%;overflow: auto;text-align : left ;
}

.layout_side .popupcard { top:250px;right: 200px!important;left:auto;width:400px;background-image :none;}
.layout_side .popupin2{max-height:220px;margin-top:20px;padding:1em ;min-width:220px;}

#index .side_menu .popupcard h3{           
        width:400px;margin : 0px ;padding :0 10px;
        background-image : none; color : #900;background-color :transparent ;
        border:none ;
        text-align : center ;     
}
#index .layout_side .side_menu h3{margin-bottom:1px;}


#index .side_menu h3 a,#index .side_menu h4 a,#index .side_menu h5 a,#index .side_menu h6 a {
	display : block;
}


#index .side_menu h3 a:hover,#index .side_menu h4 a:hover,#index .side_menu h5 a:hover,#index .side_menu h6 a:hover {
	color : #fff; 
	
	background-color :  #800000;  font-weight : bold;
}
#index .side_menu h3 a:active,#index .side_menu h4 a:active,#index .side_menu h5 a:active,#index .side_menu h6 a:active {
	color : #fff; 
	background-color : #CD853Ffont-weight : bold;
}

#index .side_menu .side_text2{overflow: auto; height:100px;}



#page .layout_main {	overflow: hidden; }

/* =============================================        
ポップアップ表示のための設定ここまで
 ============================================= */

#index .all div#wrapper {
	min-height:400px;
	background-image : url("http://blog-imgs-30.fc2.com/n/o/v/noveltemplate/009c.gif");
	background-repeat : no-repeat ;
	background-position : 35% 90%;}
}
#index .all div#wrapper {
    overflow: hidden;
}

#index .all div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #index .all div#wrapper {
    height: 1em;
    overflow: visible;
}
/**/
.layout_side .popupin2 img{max-width:280px;height:auto;}
