/* =============================================  
CSS-I-Jewel-T/素材屋風アイフレ表紙(ver1210)
1)このスタイルシートはnovel-template.tempタイプだけでなく,
(ver1103)以降のnovel-PF・PF2以外の全てのテンプレートのHTMLに適応しています。
上のHTMLであればスタイルシートを交換することで衣替え（デザイン変更）できます。

2)DL時、個別記事ページの本文スペースは、カテゴリ番号[0](未分類)は全面表示(ワイド版)
それ以外のカテゴリは全て中央表示(コンパクト版)ですが、、
以下のスタイルシートの中からレイアウト設定部分の(A)と(B)の行を削除すると
全ての個別記事ページを(ワイド版)に変更できます。
また、カテゴリ番号[0]の表示設定部分のクラス名に含まれる[0]を特定のカテゴリ番号に変更すると
そのカテゴリの記事ページのみワイド表示に変更できます。

＊衣替えをする場合は素材提供サイト様の著作権表示がある
HTMLの最後にあるコピーライト部分も必ず変更してください。
詳しくは作者ブログ解説記事を参照⇒http://noveltemplate.blog26.fc2.com/blog-entry-346.html
 ============================================= */
 
/*2012.10.10.*/

*{
	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;_overflow-x: scroll; } 

/*個別記事エリアで背景を上から下まで表示させている場合for JG*/
html.permanent{ overflow: hidden;_overflow-x: scroll ; }    

html.index {/overflow-x:hidden;_overflow-x: scroll;}/*for IE7JG*/

/* =============================================  
ボディ
 ============================================= */

body {	font-family :  "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;	text-align : center;
	line-height : 150%;
	font-size : 75%;height:100%;
	color : #333;	margin : 0; padding : 0;
	background-color:#fff;
background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-s2.gif");	background-attachment: fixed;
}


.all { height:100%; min-height:100%; overflow:auto;_overflow : hidden ;} /*for JG*/ 

body > .all{    height:auto; }
#permanent> .all{height:100%;}

.main{	height:100%; min-height:100%; overflow:auto;position: relative;}

body > .main{    height:auto; }
#index .all .main{/overflow:hidden;_overflow:auto ;}

/* =============================================  
レイアウト設定
 ============================================= */

#permanent .main2{margin-left:180px;background-attachment: scroll;}

/*コンテンツ*/
.container {
	margin : 0px auto 0px auto ; 
	max-width : 660px;_width : 660px;
	text-align : left ; 	
	background-color:transparent;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hana_frm_660_mdl.gif");
	background-repeat : repeat-y ;
	background-position : center 40px ;background-color:#fff;}







/* フッター部分 */
.layout_footer {
	margin : 0px auto ;	
	background-color : transparent;max-width : 660px;_width : 660px;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hana_frm_660_btm.gif");
	background-repeat : no-repeat ;
	background-position : center top ;padding-bottom:50px;}

.plugin_menu{
	margin : 10px ;  _margin-right:0;
	padding : 0 0 0 0px;width : 170px;overflow: hidden;
	float : left;
	
}
.index_area_box {clear : both;}

.layout_head {
	
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hana_frm_660_topb.gif");
	background-repeat : no-repeat ;
	background-position : center top;}

#permanent .layout_head {min-height:200px;_height:200px;}
#permanent .p_entry-body{margin-top:-130px;}
#permanent .ad_cat{padding-bottom:130px;}

.p_main-body{margin : 20px auto ;text-align : left ;max-width : 590px;_width : 590px;}

#page #wrapper,#date #wrapper,#search #wrapper{margin : 0px auto ; 
	max-width : 590px;_width : 590px;}


/*左カラム部分*/
.layout_main {
	float : left;
	width : 60%;_width : 400px;  
}


/*サイド部分*/
div.layout_side {
	float : right; 
	width : 30%;_width : 200px; overflow: hidden;
}

/*サイド部分*/
.layout_side2 {
	margin : 50px auto ;
	width:95%;max-width : 600px;_width : 600px;background-color:#fff;}

/* =============================================        
以下は個別記事ページの本文スペースをワイド表示に変更する場合の設定
-- DL時はカテゴリ番号[0](初期設定では未分類カテゴリ)のみ --
未分類以外のカテゴリも全てワイド表示にする場合は(A)と(B)の行を削除
============================================= */

/* --- (A)ワイド版にする場合はこの行と(B)の行を削除

#permanent .main{	 
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-kabe01y.gif");
	
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;padding-left:100px;
	}

#permanent .main2{margin-left:180px;background-position: 150px top;padding-left:50px;}



#permanent .main .container, #permanent .main .layout_footer{
	margin :0 auto 0 15% ;
	padding : 0 1% 10px 1%;  
	width : 80%;max-width:1024px;
	border : none ;background-color:transparent;background-image :none;
	}

#permanent .p_main-body{max-width : none;_width : auto;}
#permanent .layout_head {background-image : none;}
(B) ---ワイド版にする場合はこの行と(A)の行を削除 */

/* =============================================        
以下はカテゴリ番号[0]の表示設定(初期設定では未分類カテゴリ)
.en_cat0, .en2_cat0 の 0 を特定のカテゴリ番号に変更すると
そのカテゴリの記事ページのみワイド表示に変更できます。（0は5ヶ所あります）
0を親カテゴリ番号にすると子カテゴリ全てを同時に変更できます。
 ============================================= */

#permanent .en_cat0{	 
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-kabe01y.gif");
	
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;padding-left:100px;
	}

#permanent .en2_cat0{margin-left:180px;background-position: 150px top;padding-left:50px;}


#permanent .en_cat0 .container, #permanent .en_cat0 .layout_footer{
	margin :0 auto 0 15% ;
	padding : 0 1% 10px 1%;  
	width : 80%;max-width:1024px;
	border : none ;background-color:transparent;background-image :none;
	}
#permanent .en_cat0 .p_main-body{max-width : none;_width : auto;}
#permanent .en_cat0 .layout_head {background-image : none;}

/* =============変更設定ここまで==================== */

/* =============================================  
見出し
 ============================================= */
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 : #F5FFFA; 
	border : 1px dotted #C2A858 ; 
}


/* =============================================  
見出し
 ============================================= */
/*大見出し：サイトタイトル・作品タイトル・タグ*/

h1 {
	margin : 0px 0px 0px 0px;
	padding:70px 40px 20px 100px ;
	font-weight : bold;
	color: #000;text-align : left;
	
}

h1 a:link,h1 a:visited
{ color :  #C2A858; font-weight : bold ; }
h1 a:hover,h1 a:active
 { color : #fff; font-weight : bold; background-color :#B0C4DE;}

#permanent h1 { 
	margin : 0px;
	padding : 0px ;	
	color: #000000;	
	font-size : 100%;text-align : right;
	
background-image :none ;}

#date h1, #search h1,#titlelist h1,#category h1 {
	padding:70px 0px 40px 0px ;	
	text-align : center;
	color: #C2A858;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line1.gif");
	background-repeat : no-repeat ;border: none;
	background-position : 60% 100% ;
}
#category h1{color: #000;}
#page h1,#tag h1{	padding:70px 0px 90px 0px ;	
	text-align : center;
	color: #C2A858;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-plate1b.gif");
	background-repeat : no-repeat ;border: none;
	background-position : 50% 100% ;}

#category h1 span{font-size: 85%;  border-bottom : 2px dotted  #C2A858;}


/*見出し*/
/*個別記事ページ：記事タイトル
   通常ﾌﾞﾛｸﾞ画面：記事タイトル
   全記事一覧・月別アーカイブ・検索：サブタイトル
   目次ページ：作品もくじ*/

h2 {
	margin : 0px ;
	padding : 10px 0px 10px 70px;
	letter-spacing : 0.2em; 
	font-size : 115%;
	color : #900000; 
	background-repeat : no-repeat ;
	background-position : left center ;border-bottom : 1px solid  #C2A858; 
background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-i3.gif");
}
#category h2{border: none;}
#tag h2 {
	padding:10px 10px 40px 10px ;background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line1.gif");
	background-repeat : no-repeat ;border: none;
	background-position : 50% 100% ;text-align:center;
}
#index .layout_main h2 {
	margin : 0px ;
	padding : 0px 0px 50px 0px;
	text-align:center;	
	font-weight : bold;background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line2.gif");background-position : center bottom;border: none ;}

.p_main-body h2 {	
	padding:10px 10px 10px 10px ;font-size : 130%;
	letter-spacing : 0.2em; background-image :none;text-align:right;
	 
}
h2#comments , h2#trackback   {	
	margin-top :20px ; padding:10px 10px 40px 10px ;
	letter-spacing : 0.2em; 
	font-size : 130%; 
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line1.gif");
	background-repeat : no-repeat ;border: none;
	background-position : 50% 100% ;text-align:center;

}
#search h2,#titlelist h2,#date h2,#page h2 
{border-left : none ;max-width:500px;_width:500px;margin:0 auto;}
#page .layout_main h2,#date .layout_main h2,#search .layout_main h2
{_width:auto;margin : 0px ;}

#page .layout_main h2 {
	margin : 0px ;
	padding : 40px 0px 10px 0px;
	font-weight : normal;
	letter-spacing : 0.1em;	
	color : #663333; 
	background-color : #ffffff ; text-align:center;	
	font-weight : bold;background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line2.gif");background-position : 50% 0% ;border: none ;

}

#permanent .layout_side2 h2 {margin-top : 10px ;color: #900000; 
}
h2 a:link, h2 a:visited{ color : #900; background-color:#fff;}
h2 a:hover,h2 a:active { color : #fff; font-weight : bold; background-color :#B0C4DE; }


h2#entry	{
	margin : 0px 0px 0px 0px;
	padding : 0px 60px;
	font-weight : bold;
	color: #000;font-size : 130%;   line-height:100%;
	border: none ;
	background-image : none;text-align : left ;
}
/*小見出し*/
h3 {
	margin : 0px ;
	padding : 10px 10px 0px 20px;
	font-weight : bold ; letter-spacing : 0.2em; 
	color : #360;
	background-color : #E7FFC8;
}

.entry-body h3 {
	margin : 0px ;
	padding : 10px 10px 0px 20px;
	letter-spacing : 0.2em; 
	color : #360;
	background-color : #E0FFFF;
}
#date .entry-body h3,#search .entry-body h3 {	
	margin: 0px;
	padding : 10px 0px 10px 70px;
	background-color : transparent;	
	border-bottom :  none ;
border-left : none ;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-i3.gif");
	background-repeat : no-repeat ;
	background-position :0px 0px ;border-bottom : 2px dotted  #C2A858;
}
.entry-body h4 {
	margin : 0px 0px ;
	padding : 0px 10px;
	color : #360;
	background-color : #ffffe0;
	text-align : right ;  
	border : none;}
h3.sub  {
	margin : 5px 0px;
	padding : 0px 10px;
	font-size : 110%;
	color : #360;
	background-color : #ffffe0;	
	text-align : right ; 
}

/*表紙ページ：最近の更新*/
h3.top {
	margin: 0px;
	padding : 10px 0px 5px 60px;
	font-size : 110%;
	font-weight : normal;
	color : #663333; 
	background-color : #ffffff ; 	
	border-bottom : 2px dotted  #C2A858; 
	border-left : none ;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line_b2_43.jpg");
	background-repeat : no-repeat ;
	background-position : left top ;}

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 ;	
}

/*記事本文（通常ﾌﾞﾛｸﾞ画面）：小見出し*/
.entry_text h4 {
	margin : 0px;
	padding : 0px ;
	text-align : left ; 
	border : none;
}
h4 a:link { color : #900;  font-weight : normal; }
h4 a:active { color : #900; font-weight : bold;   }
h4 a:visited { color : #900;  font-weight : normal;}
h4 a:hover { color : #900; font-weight : bold;   }

/*個別記事ページ：（本文中）小見出し*/
.entry_text2 h3 {
	margin : 0px ;
	padding : 10px 10px 0px 10px ;
	font-size : 110%;
	color : #663333; 
	background-color :#ffffff;
	border-bottom : none ; 		
	border-left : none ;
	background-image : url("http://blog-imgs-18.fc2.com/n/o/v/noveltemplate/cd-2.gif");
	background-repeat : repeat-x ;
	background-position : left bottom  ;
}
.entry_text2 h4 {
	margin : 0px;
	padding : 0px 10px;
	font-size : 110%;
	color : #663333; 
	background-color :#ffffe0;
	border-bottom: 1px solid   #C2A858 ; 
	text-align : left ; 
}



/*全記事一覧ページ：親カテゴリタイトル*/

#titlelist .entry_all h2 {		
	color : #663333;
	background-color : transparent;
	text-align : left;		border-bottom : 2px dotted  #C2A858; 
}
/*全記事一覧ページ：子カテゴリタイトル*/
#titlelist .entry_all h3 {	
	margin: 0px 30px 0px 10px;
	padding : 10px 0px 5px 50px;
	border: none ;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line_b2_43.jpg");
	background-repeat : no-repeat ;background-color : transparent;
	background-position : left top ;}
/*本文中：小見出し*/
h4 {
	margin : 15px 50px 5px 0px;
	padding : 0px 10px;
	color : #360;
	background-color : #F2FFE4;
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858 ; 
}
h5,h6  {
	margin : 15px 50px 5px 0px;
	padding : 0px 10px;
	color : #360;background-color : #fff5ee;
	
}

h4 a:link { color : #900;  font-weight : normal; }
h4 a:active { color : #900; font-weight : bold;   }
h4 a:visited { color : #900;  font-weight : normal;}
h4 a:hover { color : #900; font-weight : bold; }


/*サイド：表紙メニュー見出し*/
#index .layout_side h2,#page .layout_side h2,#date .layout_side h2,#search .layout_side h2{
	display : none;
}


/*表紙ページ：表紙メニュー
通常ﾌﾞﾛｸﾞ画面：プラグインタイトル*/

.side_menu h3,h3.side_menu2 {
	margin: 0px;
	padding : 5px 0px 5px 25px ;
	line-height : 100%;
	color : #778899;letter-spacing : 0;
	font-weight : bold;text-align:left;
	 border-bottom : 1px dotted  #C2A858; 
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-20.gif");
	background-repeat : no-repeat ;
	background-position :left bottom ;background-color:transparent;}

.layout_side h3 a {display : block;}

#index .side_menu h3 {
	margin: 0px;
	padding : 5px 0px 0px 20px ;
	line-height : 180% ;
	color : #778899;letter-spacing : 0.2em;
	font-weight : bold;
	border-bottom : 1px dotted  #C2A858; 
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-20.gif");
	background-repeat : no-repeat ;
	background-position :left bottom ;background-color:transparent;}	
	
#index h3.side_menu2,#index .plugin_menu h3.side_menu2,#titlelist h3.side_menu2,#category h3.side_menu2,#permanent .sub_block h2,#category .sub_block h2  {
	margin: 0px;
	padding : 5px 0px 5px 5px;
	color : #663333; 
	background-color:transparent; 	
	font-weight : bold;letter-spacing : 0;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hosikuzu.jpg");
	background-repeat : no-repeat ;
	background-position :120% 50% ;
	border-botton: 1px dotted  #C2A858;
}
#index h3.side_menu2{background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-20.gif");
	background-repeat : no-repeat ;padding : 5px 0px 0px 20px ;
	background-position :left bottom ;color : #778899;}

.side_menu h3 a:link,.side_menu h3 a:visited { color : #778899; font-weight : bold;}
.side_menu h3 a:hover,.side_menu h3 a:active { color :#ffffff; background-color :#B0C4DE;}



/*表紙メニュー：小説タイトル*/
.side_menu h4 {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : center ;	background-color:#F5FFFA;	
	border: 1px #CCCC66 solid;
 
}
.side_menu h4 a:link,.side_menu h4 a:visited { color : #808080; }
.side_menu h4 a:active,.side_menu h4 a:hover { color :#ffffff; background-color #B0C4DE;}


.side_menu h5 {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : normal ;
	background-color : #ffffe0;text-align : center ;
	border: 1px #CCCC66 solid;	
}
.side_menu h5 a:link,.side_menu h5 a:visited { color : #360; }
.side_menu h5 a:active,.side_menu h5 a:hover { color :#ffffff; background-color :#B0C4DE;}
.side_menu h6 {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : normal ;background-color:#FFF;
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858;	
}


.side_menu td a {display : block;}
.side_menu td a:hover { color : #fff; background-color : #B0C4DE;font-weight : bold;}





/*コメント＆トラックバック：見出し*/
.comment-list {margin:10px 0;border: 1px dotted #C2A858 ; }

.comment-body h3, .trackback-body h3,.comment-list h3 {
	margin : 0px;
	padding : 0px 0px 0px 40px;
	color : #C2A858;
	letter-spacing : 0.2em; 
	background-color : #f0f8ff;
	border-bottom : none;
	border-left : none ;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-20.gif");
	background-repeat : no-repeat ;
	background-position : left center  
}


/*サイト説明・サブタイトル*/
.introduction {
	margin : 0 auto;max-width:580px;_width:580px;
	padding :  20px  0px  0px  0px ;
	font-size : 100%;
	color : #000 	;
	text-align : left;}

#search .introduction {max-width:300px;_width:300px;margin : 0 auto ;}
#search .introduction fieldset {border : 1px dotted #C2A858 ;}
#permanent .introduction {text-align : right;padding-top:0;}

.sawari {color:#900000;font-weight:bold;background-color : #ffffff;}
#date .introduction{text-align:center;max-width:35em;_width:35em;}
#date .introduction form{mrgin:0 auto;}
p.check{text-align:center;color:#778899}

/* =============================================  
ナビゲーション
 ============================================= */
/*サイトナビゲーション*/

.navi {
	margin : 0px auto ;max-width : 590px;_width : 590px; 
	padding : 5px 0px 0px 0px;
	color: #ffcc66;font-family :  'MS UI Gothic';	text-align : center;
	font-weight : bold; 
	font-size:110%;
        text-align: right;	
	clear : both;}

.navi i {font-style:normal;}

#permanent .navi {text-align: center;}
#permanent .navi a{border: 1px dotted  #C2A858;padding:2px;}


.navi a:link,.navi a:visited { color : #778899; background-color :#fff; }
.navi a:active,.navi a:hover { color : #ffffff; background-color :#B0C4DE; }


.entry_top  {font-style:italic;font-size:80%;}
.entry_top a:link,.entry_top a:visited { color : #900000; font-weight : normal;}
.entry_top a:active,.entry_top a:hover { color : #ffffff; background-color :#900000;  }

/*管理ページリンク*/
ul.admin {
	margin : 0px auto ;max-width : 590px;_width : 590px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	text-align : left;
}
ul.admin li { 
	display : inline; 
}

#index ul.admin,#index .navi
{max-width : none;_width : auto;}

/* =============================================  
エントリー関連
 ============================================= */


/*表紙ページ・小説目次ページ）*/
.topindex{
	font-size : 110%; 
	line-height : 180%;
	margin: 20px 20px 20px 20px; 
}
.topindex ul {
	margin : 0 ;
	padding : 10px 20px 10px 40px;
	list-style-type : none;}



.topindex li {
	color : #999;
	line-height: 150%;
}
/*エントリー：1ブロック*/
.entry-body {
	margin : 0px 0px 60px 0px; 
}
#page .entry-body {
	margin : 0px 0px 30px 0px; overflow: hidden;
}
/*エントリー：日付*/
div.entry_date {
	margin : 0px;
	padding : 0px 0px 2px 20px;
	letter-spacing : 0.2em; 
	font-size : 100%;
	color : #663333;
	text-align : right;
}

/*エントリー：全記事一覧*/
.entry_all {
	margin : 0 auto;max-width:550px;_width:550px;
	padding : 0px 10px 30px 10px;
	color : #8b008b;
	font-size : 120%;	
	line-height: 200%;
	
}
.entry_all ul {
	margin : 0px 0 0 auto;width:85%;
	padding : 0px 10px 0px 10px;	
	list-style-image: url(http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/dw-5.gif); }
}
.entry_all li {
	line-height : 120%;
	margin-bottom : 5px;
}
.sample0 a:link,.entry_all a:link { color: #778899; }
.sample0 a:active,.entry_all a:active { color: #900; background-color : #ffffe0;}
.sample0 a:visited,.entry_all a:visited { color: #C2A858;}
.sample0 a:hover ,.entry_all a:hover{ color: #900; background-color : #ffffe0;}

/*エントリー：記事部分*/
.entry_text {
	margin : 0px;
	padding : 5px 20px 10px 20px;
	line-height : 170%;
	 
	border-bottom : 1px dotted #693 ; 
	
}
#page .entry_text {border: none; }
#index .entry_text {border:none;background-color : #fff;}

/*エントリー2：個別記事ページ（小説ページ）*/
.entry_text2 {
	margin :  10px;
	padding : 0px 0px 0px 3% ;
	overflow: hidden;
	font-size : 120%;	
	line-height: 250%;
	letter-spacing : 0.2em;
}
.entry_text2 a:link,.entry_text2 a:visited,
#page .entry_text a:link,#page .entry_text a:link
{ text-decoration: underline;  }

/*エントリー3：タグエリア・カテゴリエリア（Novel List・作品目次ページ）*/
.entry_text3 {
	margin : 0px auto;max-width:580px;_width:580px;
	padding : 20px 0px 20px 0px;
	font-size : 100%;	
	line-height: 200%;
}
#category .entry_text3 {max-width:550px;_width:550px;}
#category .topindex  {margin: 20px 0px 0 0;text-align:left; }
#category .topindex ul {
	margin : 0 ;
	padding : 10px 10px 10px 40px;
	list-style-type : none;
	list-style-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/dw-5.gif"); 
}

/*エントリー4：タグエリアNovel List（作品案内）*/
.entry_text4 {
	margin : 10px 30px 0px 30px;
	padding : 20px 35px 10px 35px ;	line-height : 170%;
	background-color : #e7e4ef;
	
}

.entry_text4 a:link { color :#693 ; }
.entry_text4 a:active { color : #360; 	background-color:#ffffc0;}
.entry_text4 a:visited { color : #693; }
.entry_text4 a:hover { color : #360;  	background-color:#ffffc0;}

/*エントリー5：データエリア（月別更新履歴　上部分）*/
.entry_text5 {
	margin:0 auto;
	padding : 20px 0;
	line-height: 170%;
 	background-image: none;
	border-bottom : 1px dotted #C2A858 ;max-width:590px;_width:590px; 
}
.layout_main .entry_text5{_width:auto;margin : 0px ;}

ul.entry_list {
	margin : 0;
	padding : 0px 0px 2px 10px;
	list-style-type : none;
	text-align : left;
}

ul.entry_list li { 
	display : inline; 
}

.list-intro{font-size:90%;}
.list-title{font-weight:bold;}

li.list-title a:link,li.list-title a:visited { color :#00BFFF ;  }
li.list-title a:hover ,li.list-title a:active{ color :#900000 ; font-weight : bold ;  }


.entry_list a:link { color : #778899; }
.entry_list a:active { color : #900; font-weight : bold;   }
.entry_list a:visited { color : #C2A858; }
.entry_list a:hover { color : #900;  }

/*エントリー7：*/

.entry_text7 {
	margin : 0 ;
	padding : 5px  ;	
	height:100px;_height:100px; line-height : 100%;overflow: auto;
	border: 1px #C2A858 dotted;
	background-color : #ffffff;}

.entry_text7 a:link, .entry_text7 a:visited {  	border-bottom : 1px dotted #a9a9a9 ; }

.entry_text7 ul { 
	padding : 0px  ;
 	list-style-type : none;	
}
.entry_text7 li {	color : #333;}




/* 関連エントリーメーカーの表示 */
.cat-navi {
	margin : 0px auto ;
	padding : 0px 50px 0px 0px ;
	width : 70% ;
	font-size : 80%;
	line-height : 160%;
	background-color : #fff;
	border : 2px dotted #C2A858 ;
background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hana_frm_org_lb.gif");
	background-position : right bottom;
	background-repeat : no-repeat ;
}

.cat-navi p {padding-bottom:20px:}
.cat-navi h3  {
	margin : 0px 0px;
	padding :  30px 10px 10px 60px ;
	font-size : 110%;
	color : #663333; 
	background-color : #ffffff;
}
.main .cat-navi h3  {
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-i3.gif");
	background-position : left top;
	background-repeat : no-repeat ;padding :  30px 10px 10px 70px ;
	font-weight : bold ;}
.cat-navi ul {
list-style : square ;
margin : 0px;
padding : 5px 0px 10px 40px;
}

.cat-navi a:link {color : #900;   }
.cat-navi a:visited { color : #C2A858;  }
.cat-navi a:hover,.cat-navi a:active { color : #000; font-weight : bold;background-color : #E6E6FA;   }
 




/*エントリー：ステータス*/
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 ; 
}

ul.entry_state li { 
	display : inline; 
}

#page ul.entry_state {
	padding-bottom: 100px;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hana_frm_org_lb.gif");
	background-repeat : no-repeat ;
	background-position : right bottom ;border-bottom : none;  

}
/*テキスト内の画像*/
.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;
	
}
/*タグリスト*/
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; 
}

#permanent ul.entry_state {border-bottom : none ;margin-bottom:10px;	}

/*スレッドテーマ*/

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 : #F5FFFA;
	border: 1px dotted #C2A858 ; 
}



/* =============================================  
水平線設定
 ============================================= */
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_text2 ul,#page .entry_text ul{margin:20px ;padding-left:20px;}
.entry_text2 ol,#page .entry_text ol{margin:20px ;padding-left: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;
}

/* =============================================  
各エリア独自表示
 ============================================= */

/*各エリア：1ブロック*/
#date .entry-body,#search .entry-body{
	margin : 20px 0px 0px 0px;
	background-color : transparent;
	border : none ; 
}

/*各エリア：本文*/
#date .entry_text,#search .entry_text{
	line-height: 150%;
 	background-image: none;
	border-bottom : none ; 
}




/* =============================================  
ページ移動
 ============================================= */
ul.entry_navi {
	margin : 10px 0px;
	list-style-type : none;
	text-align :center;
}

ul.entry_navi li { 
	display : inline; padding-left:20px;
}

.entry_navi  { 
         font-size : 110%; }


              
.entry_navi a:link { color : #900;  }
.entry_navi a:visited { color : #900; }
.entry_navi a:hover { color : #C2A858; font-weight : bold;  }
.entry_navi a:active { color : #C2A858; font-weight : bold;  }

/* =============================================  
コメント＆トラックバック関連
 ============================================= */

/*コメント＆トラックバック：1ブロック*/
.commentarea ,.trackbackarea {
	margin : 0px 0px 20px 0px ;
	text-align : left;
}

/*コメント＆トラックバック：記事*/
.comment-body ,.trackback-body {
	margin : 10px 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-45.fc2.com/n/o/v/noveltemplate/gf-line_b2_43.jpg");
	background-repeat : no-repeat ;
	background-position : center bottom ; 

}
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 : #FFF; 
	background-color : #c370db; 
	border : 1px dotted #ffffff; 
	
}
.trackbackarea p input {
	padding : 2px 5px ;
	width:95%;max-width : 420px;_width : 420px;

}


/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.entry_form {
	margin : 0px;
	padding : 20px 0px 0px 20px;
	line-height : 200%;
}


/*投稿フォーム：入力*/
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 : 95%;max-width : 250px;_width : 250px;
}
dl.co_form dd textarea#comment{
	width:95%;max-width : 400px;_width : 400px;
}
#edit dl.co_form dd textarea#comment{
	width:95%;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;
}


/*サイド：コンテンツ*/
div.side_text {
	margin : 0px ;
	padding : 5px 10px;
	font-size : 95%; 
	 
}

/*サイドメニュー：リスト*/
.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;
	
}


/* =============================================  
カレンダー設定
 ============================================= */


.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;_border: 1px solid #999;
}
.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;_border: 1px solid #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; 
	 
}
.calender td a:visited { 
	color : #990000; 
	background-color : #E6E6FA; 
	 
}
.calender td a:hover { 
	color : #FFF; 
	background-color : #778899; font-weight : bold;
	
}
/* 横カレンダー */
.line_calendar {
	font-size:10pt; 
	color:#778899; 
	margin-bottom:10px; 
	text-align:center;
}
.line_calendar a:link {
	color : #ffcc66; 
	background-color : #FFF; 
	 font-weight : bold;
}
.line_calendar a:visited { 
	color : #ffcc66; 
	background-color : #FFF; 
	 font-weight : bold;
}
.line_calendar a:hover { 
	color : #900; 
	background-color : #FFF; font-weight : bold;
	
}

.line_cal_day {
	margin-left:1px; 
	margin-right:2px; 
}




/* =============================================  
その他の設定
 ============================================= */

/*リストマーク*/
ul.ball {  
	list-style-image: url(http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/Icon_star16.jpg); 
}

/*新着マーク*/
.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;}
.normal .未分類 {display:block;}

/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
	margin: 0px;
	padding : 30px 0 ;
	font-size : 95%;
	line-height: 180%;
	text-align : center;clear : both;
}


/* =============================================        
以下は目次を横ならびに変更した場合の設定
 ============================================= */
/* --- 横ならび目次-サンプル(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; /* リンクエリアの背景色 */
}
/* --- ポイント時の設定 --- */
.sample1 .nl li a:hover, .sample12 .nl li a:hover {
background-color: #FFE4E1; /* ポイント時の背景色 */
border: 1px #999999 solid; /* ポイント時の枠線 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブな項目 --- */
.sample1 .nl li strong {
display: inline-block;
padding: 4px 8px; /* 項目のパディング（上下、左右） */
background-color: #FFE4E1; /* 項目の背景色 */
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; /* リンクエリアの背景色 */
 /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.sample12 .nl li a:hover {
color : #900;background-color: #FFE4E1; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブな項目 --- */
.sample12 .nl li strong {
display: inline-block;
padding: 4px 4px; /* 項目のパディング（上下、左右） */
color : #900;background-color: #FFE4E1; /* 項目の背景色 */

color: #cc0000; /* 項目の文字色 */
}


/*全記事一覧ページ左に表示されるカテゴリリストと検索フォームが不要な場合はここから削除*/

#titlelist .main {margin-left:180px;background-attachment: scroll;}
.sub_block {
        position:fixed; _position:absolute;text-align : center;
        left : 0 ; top : 0; 
         z-index : 4 ;        
        margin :        0 ;  padding:0 ;
        
        width : 180px ;margin-bottom:20px;
                }
.srh_frm { padding:10px;border :1px solid  #C2A858;background-color : #fff;}
.cat_menu a {display:block;}
.cat_menu {
       text-align : left;
       padding-top:5px ;
       background-color : #fff;
       max-height:350px;overflow:auto;border :1px solid  #C2A858;
                }
ul.main_menu {margin:0 0 0 25px;padding:0px;font-weight:bold;
list-style-type:none;
list-style-image: url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-20_24.gif");}
ul.main_menu li {margin:0 0 0 0px;padding-left: 0px;}
ul.main_menu  a:link,ul.main_menu a:visited { border-bottom :1px dotted  #C2A858;}

ul.sub_menu{margin:0 0 0 0;padding:0px;font-weight:normal;list-style-type:circle;list-style-image:none;list-style-position: outside;}

ul.sub_menu a:link,ul.sub_menu a:visited { border-bottom :1px dotted  #ffffff;}

li.sub_list_end {padding-bottom:10px;}

/*ここまで削除*/

/* --- 関連リスト応用ページナビ --- */

#permanent .relate_dt{display:none;}
#permanent .relate_dl{border-top :2px dotted #C2A858;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 12px!important;}

#permanent ul.relate_ul{font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;font-size:13px;line-height:240%;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 : #C2A858;   font-weight : bold; }
#permanent ul.relate_ul a:active ,#permanent ul.relate_ul a:hover { 
        color : #900000; font-weight : bold; background-color:#F0FFFF;}

#permanent ul.relate_ul li {color : #fff!important;white-space: nowrap;}
.index-navi {font-weight:bold;margin:20px 0;white-space: nowrap;}

/* --------------------------------- */

/*その他・改訂設定2010.10.2.*/


span.top_navi { display:inline;}
.cat-ad {	
	height:150px; overflow: auto;
	border: 1px #C2A858 dotted;
	}



ul.entry_list li { 	display : inline; }
ul.admin li.page_navi{ padding-left:20px;}
.small_box  {
	width:12em;max-height:150px;_height:150px;overflow:auto;
	margin:0 0 0 auto;padding:0;text-align:left;}
#index .small_box ul{margin: 0 0 0 1em;padding: 0;
}


.page_navi {font-family : 'arial black','Verdana','Bookman Old Style';font-size : larger;}
.page_navi a{font-size : 90%;}



/*2011.3.2.改訂追加設定*/

fieldset {font-size:90%;padding:10px 20px;
	border-color:#C2A858;letter-spacing:0;line-height:180%;}

#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-style:italic;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;background-color:#B0C4DE; }

/*Fタイプと夢小説のための追加設定*/

#category div.sub_block {
         position: absolute;text-align:left;
         left:  0px ;  top: 0px;z-index : 4 ; 
                }

.srh_frm { margin-bottom:0px ;}
.yumeform tt{font-size:10px;}



.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;
scrollbar-shadow-color: #ccc;scrollbar-3dlight-color: #fff;      
scrollbar-track-color: #f5f5f5;scrollbar-face-color: #f5f5f5;}

#permanent div.sub_block .cat-navi {
	width : auto ;border :  none; 
	background-color:transparent;background-image :none;
	font-size : 100%;margin : 0px  ;padding :0;	
}
#permanent div.sub_block .cat-navi ul {
padding-right : 0px;
}
div.sub_block .cat-navi li a {display : block;
}


#permanent .srh_frm{line-height:170%;}

#permanent div.sub_block .cat-navi ul{padding-right:20px;}




/* 関連目次一覧のための追加設定 */

#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; }
span.ichiran-p a:active, span.ichiran-p a:hover{ color : #000000;  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;}
#date div.layout_side,#search div.layout_side {margin-top:20px;} 
#category .main {margin-left:180px;}

#index .layout_head h2{display:none;}
#permanent .navi{line-height:150%;}
h2#all-title {display:none;}
p.back-top{margin:0;text-align:right;font-size:90%;font-style:italic;}
#titlelist p.back-top{margin:0;}

.srh_frm { padding:10px 5px;}
.sub_block .cat-navi {width:auto;border:none;background-image :none;}
#permanent div.main2 {margin-left:180px;}
#permanent .sub_blockB{background-color : #fff;height:100%;overflow:auto;}


#permanent .ad_cat div.p_main-body h2,#page .kakusi,#page .kakusi h2,#page .kakusi div,#page .kakusi h3.sub{background-image :none;border:none;background-color:transparent; }

/* =============================================        
以下はポップアップ表示のための設定
#wrapper基準ポップアップカードは連動
 ============================================= */

#index .all .main {_position: relative}/*IE6ポップアップ固定防止のため*/
#index .all #wrapper {position: relative;}
#index .topindex {min-height:150px;_height:150px;}

hr.bg_line {visibility:hidden;}


.popupcard {width:62%;_width:67%;max-width:445px;_width:450px;
        left: 5%; top:50px;_right: 35%;
        z-index:2; visibility:hidden;  position:absolute;text-align:center;
height:380px;overflow:auto;}

.layout_side .popupcard { margin:0 ;background-image :none;}



.popupin {
        max-width:380px; _width:380px;min-height:290px;_height:290px; 
        margin:20px 0 0 auto  ;_position: relative; 
        padding:20px 0px 50px 20px ;text-align : center ;
        border:line-height:200%;background-color:#ffffff;background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-icon1.gif");
	background-position: right 90%;background-repeat : no-repeat ;
}

.popupin2 {
        max-width:340px; _width:340px;min-height:290px;_height:290px; 
        margin:20px 0 0 auto  ;_position: relative;
        padding:0 20px 0 20px;text-align : left ;
        line-height: 150%;
        background-color:#ffffff;       
}
/* コメトラ・更新・月別（step0step4step5step8step9）*/
#step4 .popupin2,#step5 .popupin2,#step8 .popupin2,#step9 .popupin2{margin-top:0;}
#step2 .popupin{min-height:220px;margin-top:0;}
#step1 .popupin,#step6 .popupin,#step10 .popupin,#step11 .popupin
{background-position: right center;}

#step0 {visibility:visible;z-index:1;}
#step0 .popupin{max-width:360px; _width:360px;height:auto;min-height:1px;
paddubg-bottom:50px;background-position: right bottom;margin-top:0;text-align : left ;}

.layout_side .popupin2{max-width:340px; _width:340px; 
        margin:0 0 0 auto  ;padding:0 20px 50px 20px;_position: relative;background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-icon1.gif");
	background-position: right bottom;background-repeat : no-repeat ;min-height:230px;background-color:#ffffff;background-position: right bottom;}

.popupcard h3{
        max-width:380px; _width:380px; 
        margin:20px 0 0 auto  ;      
        padding : 0 0 50px 0;font-weight: bold; 
        border:none ;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line2.gif");
	background-position: center bottom;background-repeat : no-repeat ;
        color:#633;text-align : center ; background-color:#ffffff;}
#index .side_menu .popupcard h3{           
        max-width:380px; _width:380px; 
        margin:20px 0 0 auto  ;      
        padding : 0 0 50px 0;_position: relative;
        border:none ;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/gf-line2.gif");
	background-position: center bottom;background-repeat : no-repeat ;
        color:#633;text-align : center ;background-color:#ffffff;}

#index .side_menu h3 a,#index .side_menu h4 a,#index .side_menu h5 a,#index .side_menu h6 a {	display : block;}


#index h3.side_menu2 a:link,#index h3.side_menu2 a:visited { color : #000; background-color :transparent;}
#index h3.side_menu2 a:active,#index h3.side_menu2 a:hover {  color :#ffffff; background-color :#B0C4DE;}

.layout_side .popupin2 img {max-width:280px;height:auto;}

#page .layout_main {	overflow: hidden; }

/*ポップアップ表示のための設定ここまで*/


/* =============================================
以下は素材屋風表紙設定
 ============================================= */

html.index{    _overflow: auto; }
#index .main{overflow: hidden;}

#index .container ,#index div.layout_footer{
margin :  0 auto ; width:auto;max-width : 750px;_width : 750px;
background-color:transparent;border:none;background-image : none;}

#index div.layout_footer{padding-bottom:0px;}

#index div#wrapper {
	height:500px;_height:500px;margin-top:-30px;
	background-image : url("http://blog-imgs-45.fc2.com/n/o/v/noveltemplate/hana_frm_1000e.gif");
	background-color:transparent;
	background-position: center right;background-repeat : no-repeat ;
}


#index .layout_head {
	min-height : 1px; _height : 1px; 
	text-align : right ; 
	background-image : none;background-color:transparent;}


#index h1,#index .introduction {margin : 0;padding : 0 ;max-width:none;width:auto;}
#index .admin {text-align : right ; position:relative;z-index:2;max-width:none;width:auto;}

#index .navi{max-width : none;_width : auto;}

#index .layout_side{height:380px;overflow: auto;margin-top:50px;float:left;}
#index .layout_side .side_menu h3 {font-size : 100%;}
#index .layout_side .side_menu{margin-top:0px;}

#index .all div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;_height:500px;
    overflow: hidden;
}

/*\*/
* html #index .all div#wrapper {
    height: 1em;_height:500px;
    overflow: visible;
}
/**/




/*Gタイプ折りたたみ対応用*/
#index .side_menu .side_text2{overflow: auto; height:100px;background-color:#ffffe3;}
#index .side_menu .side_text2 a{display: inline;}

/* Cタイプのための設定 */
#index .layout_side .side_menu ul{list-style-type:none;list-style-image:none;margin:0;padding:0;}
#index div.layout_side .side_text ul{list-style-type:disc;margin:0 0 0 1em;}



/* Jタイプのための設定 */

#index .all div.layout_side .side_text {_overflow:hidden;_width:160px;}

/* G タイプのための設定 */
#index div.all-G .layout_side {overflow:hidden;}


.rireki {text-align:right;}
p.tag_btm {text-align:right;}
#page ul.entry_state + a {width:10px;padding:2px;}

#index .layout_main {background-color:transparent;
height:380px;overflow: auto;margin-top:50px;width : 66%;}
#index .topindex {margin: 20px 5% 20px 10%;}

#page .sub_block{display:none;}