/* =============================================  
novel-template-green(ver1304)
1)このスタイルシートはnovel-template・novel-tempだけでなく,
(ver1103)以降のnovel-Sタイプ,novel-Rタイプ,novel-RfタイプのHTMLに適応しています。
上のHTMLであればスタイルシートを交換することで
簡単に衣替え（デザイン変更）できますが、
衣替えをする場合は素材提供サイト様の著作権表示がある
HTMLの最後にあるコピーライト部分も必ず変更してください。

2)DL時、個別記事ページの本文スペースは、カテゴリ番号[0](未分類)は全面表示(ワイド版)
それ以外のカテゴリは全て全面表示(コンパクト版)ですが、、
以下のスタイルシートの中からレイアウト設定部分の(A)と(B)の行を削除すると
全ての個別記事ページを(ワイド版)に変更できます。
また、カテゴリ番号[0]の表示設定部分のクラス名に含まれる[0]を特定のカテゴリ番号に変更すると
そのカテゴリの記事ページのみワイド表示に変更できます。

詳しくは作者ブログ解説記事を参照⇒http://noveltemplate.blog26.fc2.com/
 ============================================= */
/*2009.3.31/2013.5.29.*/


*{
	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 : "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;		
	
	line-height : 150%;
	font-size : 85%; 
	color : #333;text-align : center ;background-color:#f0fff0;height : 100% ;	
}
.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;}

body > .main{ height:auto; }

#index .all .main { /overflow : hidden ; _overflow : auto ;}


/* =============================================  
レイアウト設定
 ============================================= */
#permanent .main2{margin-left : 200px; }

/*コンテンツ*/

.container{
	margin : 0px auto ; 
	max-width : 800px;_width : 800px;
	text-align : left ; 
	background-color : #FFF;
	border : 1px solid #C2A858 ; 
}
#permanent .container {	
	background-color : transparent ;
	border : none;max-width : 800px;_width : 800px;  }
.p_main-body {border : 1px solid #C2A858 ;background-color : #fff;}

#category .container,#titlelist .container{max-width : 800px;_width : 800px;}

.p_entry-body{margin-bottom:1.5em;}
#permanent .ad_cat{padding-bottom:0.5em;}

/*左カラム部分*/
.layout_main {
	float : left;
	width:70%;max-width : 560px; }

/*サイド部分*/
div.layout_side {
	float : right; margin: 20px 0px 0px 0px;
	width:28%;max-width : 220px; overflow:hidden;background-color : #ffffff  ;
}
.layout_side2 {
	margin : 30px auto 0px  auto  ;
	width:95%;max-width : 600px;_width : 600px; 
	background-color : #FFF;
	border : 1px solid #C2A858 ; 
}


/* =============================================        
以下は個別記事ページの本文スペースをワイド表示に変更する場合の設定
-- DL時はカテゴリ番号[0](初期設定では未分類カテゴリ)のみ --
未分類以外のカテゴリも全てワイド表示にする場合は(A)と(B)の行を削除
 ============================================= */


/* --- (A)ワイド版にする場合はこの行と(B)の行を削除

#permanent .main {
	margin : 0; padding : 0;
	background-image : url("https://blog-imgs-30-origin.fc2.com/n/o/v/noveltemplate/midori108.jpg");
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;text-align : right ;padding-left:100px;	
}
#permanent .main2{background-position: 200px top;padding-left:50px;_background-position: left top;}

#permanent div.container,#permanent div.layout_footer{	
	margin :0 auto 0 15% ;
	width : 85%;max-width:1024px;
	border : none;	background-color:transparent;  
	text-align : center;
}


h2#entry a{color:#C2A858!important;background-color : #ffffff!important;}
 
.p_main-body  {background-color : transparent;text-align : left ;border : none;	} 

#permanent .p_main-body h2 {
	text-align : right;	
	background-color : transparent;
	background-image : none;
	border : none;	}

#permanent .navi{	background-color : transparent!important;text-align : center;}


.entry_text2 {
	background-color:transparent; 
	background-image : url("https://blog-imgs-45-origin.fc2.com/n/o/v/noveltemplate/white60c.png");
}

(B) ---ワイド版にする場合はこの行と(A)の行を削除 */

/* =============================================        
以下はカテゴリ番号[0]の表示設定(初期設定では未分類カテゴリ)
.en_cat0, .en2_cat0 の 0 を特定のカテゴリ番号に変更すると
そのカテゴリの記事ページのみワイド表示に変更できます。（0は8ヶ所あります）
0を親カテゴリ番号にすると子カテゴリ全てを同時に変更できます。
 ============================================= */

#permanent .en_cat0 {
	margin : 0; padding : 0;
	background-image : url("https://blog-imgs-30-origin.fc2.com/n/o/v/noveltemplate/midori108.jpg");
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;text-align : right ;padding-left:100px;	
}
#permanent .en2_cat0{background-position: 200px top;padding-left:50px;_background-position: left top;}

#permanent .en_cat0 div.container,#permanent .en_cat0 div.layout_footer{	
	margin :0 auto 0 15% ;
	width : 85%;max-width:1024px;
	border : none;	background-color:transparent;  
	text-align : center;
}


.en_cat0 h2#entry a{color:#C2A858!important;background-color : #ffffff!important;}
 
.en_cat0 .p_main-body  {background-color : transparent;text-align : left ;border : none;	} 

#permanent .en_cat0 .p_main-body h2 {
	text-align : right;	
	background-color : transparent;
	background-image : none;
	border : none;	}

#permanent .en_cat0 .navi{	background-color : transparent!important;text-align : center;}


.en_cat0 .entry_text2 {
	background-color:transparent; 
	background-image : url("https://blog-imgs-45-origin.fc2.com/n/o/v/noveltemplate/white60c.png");}


/* =============変更設定ここまで==================== */

/*ヘッダー：通常ﾌﾞﾛｸﾞ画面・検索・月別アーカイブページ*/
#index .layout_head {
	min-height : 300px;_height : 300px; 
	text-align : right ; 
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori68w.jpg");
	background-repeat : no-repeat ;
	background-position : right top;
	background-color : #fff;
}

/*ヘッダー：通常ﾌﾞﾛｸﾞ画面・検索*/
#page .layout_head{
	min-height : 220px;_height : 220px; 
	text-align : right ; 
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori107b.jpg");
	background-repeat : no-repeat ;
	background-position : right top;
	background-color : #fff;
}
/*月別アーカイブページ*/
#date .layout_head,#search .layout_head{
	
	text-align : right ; 
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori107b.jpg");
	background-repeat : no-repeat ;
	background-position : right top;
	background-color : #fff;
}


/*ヘッダー：小説一覧ページ・全記事一覧ページ*/
#tag .layout_head , #titlelist .layout_head{
	min-height : 180px;_height : 180px;
	text-align : right ; 
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori106b.jpg");
	background-repeat : no-repeat ;
	background-position : center top;	
	background-color : #fff;
}
#category .layout_head,#edit .layout_head{
	min-height : 180px;_height : 180px; 
	text-align : right ; 
	background-image : url("https://blog-imgs-30-origin.fc2.com/n/o/v/noveltemplate/midori105.jpg");
	background-repeat : no-repeat ;
	background-position :100% 40% ;	
	background-color : #fff;
}


/* フッター部分 */
div.layout_footer {
	margin : 0px  auto ; 
	
	background-color : transparent;
}



/* =============================================  
見出し
 ============================================= */
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 : #693; text-decoration : none;}
a:active { color : #900; font-weight : bold;  text-decoration : none; }
a:visited { color : #693; 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 : #F2FFE4; 
	border-top : 1px dotted #C2A858 ; 
	border-right : 1px dotted #C2A858 ; 
	border-bottom : 1px dotted #C2A858 ; 
	border-left : 1px dotted #C2A858 ; 
}


/* =============================================  
見出し
 ============================================= */
/*ブログタイトル*ユーザータグタイトル*作品タイトル*/

h1 {
	margin : 0px;
	padding : 20px 20px 10px 20px;
	font-weight : bold;
	color: #ffcc66;
	border-top : 1px dotted #C2A858 ;
	text-align : left;
}

h1 a:link { color : #900; font-weight : bold ; text-decoration : none;}
h1 a:active { color : #ffcc66; font-weight : bold ; text-decoration : none;}
h1 a:visited { color : #900; font-weight : bold ; text-decoration : none;}
h1 a:hover { color : #ffcc66; font-weight : bold ; text-decoration : none; }


/* 目次ページ：小説（親カテゴリ）タイトル*/
#category h1 {
	margin : 0px;
	padding : 10px 20px 10px 20px;
}
#category h1 a:link, #category h1 a:visited { font-size: smaller; font-weight : bold ; 	border-bottom : 2px dotted #900 ;  }
#category h1 a:active, #category h1 a:hover { font-weight : bold ; font-size: 100%;text-decoration : none;}



/*個別記事ページ大見出し・見出し*/


#permanent h1 { 
	margin : 0px;
	padding : 0px ;	
	color: #000000;	
	font-size : 100%;
	text-align : right;}

/*各エリアサブタイトル*メイン見出し*/

h2 {		margin : 0px ;
	padding : 20px 0px 2px 20px;
	color: #900;
	font-weight : bold;	
	letter-spacing : 0.2em;
	background-color : #eeffdd;
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori95.jpg");
	background-repeat : no-repeat ;
	background-position : right top;	
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858 ;text-align : left;
}

h2 a:link { color : #900;  background-color : #ffffff;font-weight : bold ; text-decoration : none;}
h2 a:active { color : #00cc66; font-weight : bold ; text-decoration : none; }
h2 a:visited { color : #900;  background-color : #ffffff;font-weight : bold ; text-decoration : none;}
h2 a:hover { color : #00cc66; font-weight : bold ; text-decoration : none; }

div.layout_main h2 {letter-spacing:0em;}

.p_main-body h2 {
	background-image : url("https://blog-imgs-30-origin.fc2.com/n/o/v/noveltemplate/midori95f.jpg");
	background-position : right 10%;letter-spacing:0em;line-height: 150%;

	}
h2#entry {
	margin-bottom : 10px;
	padding : 10px 20px 0px 20px;   
	line-height: 100%;
        background-color : transparent;
	font-size : 140%;
	
	border-left : transparent ;
	border-bottom : transparent ;
	background-image : none;
}

h2#entry a:link { color : #900; font-weight : bold ; text-decoration : none;background-color : transparent;}
h2#entry a:active {color : #00cc66; font-weight : bold;background-color:#ffffff;text-decoration : none;}
h2#entry a:visited { color : #900; font-weight : bold ; text-decoration : none;background-color : transparent;}
h2#entry a:hover { color : #00cc66; font-weight : bold;background-color:#ffffff;text-decoration : none;}


h2#comments, h2#trackback{	
	margin : 0px ;
	padding : 20px 0px 2px 20px;
	color: #900;
	font-weight : bold;	
	letter-spacing : 0.2em;
	background-color : #eeffdd;
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori95.jpg");
	background-repeat : no-repeat ;
	background-position : right top;	
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858 ;text-align : left;
}

#date h2{color: #663333;}

#tag h2 {padding : 5px 20px 0px 20px;background-position : 100% 15%;}

/*サイド：大見出し（非表示）*/
.layout_side h2 {
	display : none;
}

/*サイド：表紙メニュー用見出し*/
.side_menu h3,h3.side_menu2 ,#titlelist h3.side_menu2,
#category .sub_block h2,#permanent .sub_block h2  {
	margin: 0px;
	padding : 10px 0px 0px 10px;
	color : #663333; 
	font-weight : bold;
	background-color : #e5ffdd;letter-spacing : 0em;
	background-repeat : no-repeat ;
	border : 1px solid #C2A858 ;
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori81.jpg");
	background-repeat : no-repeat ;
	background-position : 50px center;	}



#index .side_menu h3 {
	margin: 0px;
	padding : 0px ;letter-spacing : 0.2em;background-image : none;
	line-height : 180%;		
}
/*サイド：プラグイン用見出し*/
#index h3.side_menu2 {
	margin: 0px;
	padding : 0px;
	color : #663333; 
	font-weight : bold;letter-spacing : 0em;
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori81.jpg");
	background-repeat : no-repeat ;
	background-position : 50px center;	border : 1px solid #C2A858 ;
}


.side_menu h3 a:link { color : #663333;  }
.side_menu h3 a:active {color : #ffffff;  background-color:#00cc66;} 
.side_menu h3 a:visited { color : #663333;  }
.side_menu h3 a:hover { color : #ffffff; background-color:#00cc66;}  




/*表紙メニュー：小説タイトル*/
.side_menu h4 {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	
	text-align : center ;	background-color:#F2FFE4;	border: 1px #CCCC66 solid;
}
.side_menu h4 a:link,.side_menu h4 a:visited { color : #360; text-decoration : none;}
.side_menu h4 a:active,.side_menu h4 a:hover { color : #ffffff; font-weight : bold;text-decoration : none; background-color:#00cc66;}  

.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; text-decoration : none;}
.side_menu h5 a:active,.side_menu h5 a:hover {color : #ffffff; font-weight : bold;text-decoration : none; background-color:#00cc66;}  

.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 h6 a:active,.side_menu h6 a:hover {color : #ffffff; font-weight : bold;text-decoration : none; background-color:#00cc66;}  
/*エントリー：見出し*/

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 : #E7FFC8;
}

h3.sub  {
	margin : 5px 0px;
	padding : 0px 10px;
	font-size : 110%;
	color : #360;
	background-color : #F2FFE4;	
	text-align : right ; 
}
h3.top {
	margin: 0px;
	padding : 10px 0px 0px 10px;
	color : #663333; 
	font-weight : bold;
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori81.jpg");
	background-repeat : no-repeat ;
	background-position : right center;	border : 1px solid #C2A858 ;}
/*本文中：小見出し*/
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;
	
}
.entry-body h4 {
	margin : 0px 0px ;
	padding : 0px 10px;
	color : #360;
	background-color : #F2FFE4;
	text-align : right ;  
	border : 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; }


h4.top {
	margin: 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
 font-size:100%;
	background-color : #F2FFE4;	font-weight : normal ;text-align : left ; 
	border-bottom : 1px solid  #C2A858; 
	border-left : 1px solid #C2A858;	
}


/*サイト説明*/

.introduction {
	margin : 0px auto 0 0;max-width:400px;_width:400px;
	padding :  20px  50px  0px  20px ;
	font-size : 110%;
	color : #33cc33;
	background-color : transparent;	
	text-align : left ; 
}
#tag .introduction {
	margin : 0px 0 0 auto; text-align : right ;
}
#index .introduction,#page .introduction,#date .introduction
{margin : 20px auto 0 20px;padding :  0;background-color : #fff;}

#search .introduction {
	margin : 0px  400px 20px 0px;
	padding : 0px 0px 0px 20px ;
 
} 

/* 関連エントリーメーカーの表示 */
.cat-navi {
	width:95%;max-width : 600px;_width : 600px;margin : 0px auto;
	padding : 10px 0px 40px 0px ;
	font-size : 80%;
	line-height : 160%;
}

.cat-navi h3  {
	margin : 0px 0px 20px 0px;
	padding : 0px 10px ;
	font-size : 110%;
	color : #663333; 
	background-color : #ffffff;
	border : 1px solid #C2A858 ;
	font-weight : bold ;
	background-image : url("https://blog-imgs-18-origin.fc2.com/n/o/v/noveltemplate/midori68w.jpg");
	background-position : right center;	
}

.cat-navi ul {
list-style : square ;
	margin : 0px;
	padding : 5px 0px 10px 20px;
}

.cat-navi a:link { color: #693; text-decoration:none;}
.cat-navi a:active { color: #900; text-decoration:none;}
.cat-navi a:visited { color: #C2A858; text-decoration:none;}
.cat-navi a:hover { color: #900; text-decoration:none;}

.entry_all a:link { color: #693; text-decoration:none;}
.entry_all a:active { color: #900; text-decoration:none;}
.entry_all a:visited { color: #C2A858; text-decoration:none;}
.entry_all a:hover { color: #900; text-decoration:none;}


/* =============================================  
ナビゲーション
 ============================================= */
/*サイトナビゲーション*/

.navi {
	margin : 0px  ; 	
	padding : 3px 0px 2px 0px;
	color: #C71585;
	font-weight : bold; 
	font-size:100%;
        text-align: right;
	background-color : #44d3a9;
	border-bottom : 1px solid  #C2A858; 	
	border-right : 1px solid  #C2A858; 	clear : both;}

div.navi li { 	display : inline; }
.navi a:link, .navi a:visited{ color : #ffffff; font-weight : bold;text-decoration : none;background-color : #44d3a9;}
.navi a:hover ,.navi a:active { color : #44d3a9; font-weight : bold;text-decoration : none;background-color:#ffffff; }

#permanent .navi ,#category .navi{font-size:100%;}
#permanent .navi {border : transparent ; _border : 1px solid #ffffff ;}




/*個別記事ページ底部ナビ*/
#permanent .navi_4 {
	margin : 10px 0 ;	
	text-align: center;	
	background-color : transparent;border-bottom : transparent;_border-bottom : #ffffff;
	}



/*管理ページリンク*/
ul.admin {
	margin : 0;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	text-align : left;
}
ul.admin li { 
	display : inline; 
}


/* =============================================  
エントリー関連
 ============================================= */

/*エントリー：全記事一覧（カテゴリ別）*/
.entry_all {
	margin:0 auto;max-width:600px;_width:600px;
	padding : 20px 10px ;
	font-size : 120%;	
	line-height: 200%;
	
}
.entry_all ul {
	margin:0 0 0 auto;max-width:550px;_width:550px;
	padding : 20px 0px 0px 30px; 
	list-style-image : url("https://blog-imgs-32-origin.fc2.com/n/o/v/noveltemplate/dt65.gif"); 
}
.entry_all li {
	line-height : 120%;
	margin-bottom : 5px;
}


#titlelist .entry_all h2 {
	margin : 0px auto 5px auto;max-width:600px;
	padding : 0px 10px;
	color : #333;
	font-size : 110%;background-image : none;
	background-color : #ffffff;text-align:center;
	border : none ; border-bottom : 2px dotted  #C2A858; 
}
#titlelist h3 {
	margin : 0px;
	padding : 0px 10px;
	color : #333;
	font-size : 100%;
	background-color : #F2FFE4;
	border-left : transparent ; border-bottom : 1px dotted  #C2A858; 
}


/*エントリー：1ブロック*/
.entry-body {
	margin : 0px 0px 60px 0px; 
}

/*エントリー：日付*/
div.entry_date {
	margin : 0px;
	padding : 0px 0px 2px 20px;
	letter-spacing : 0.2em; 
	font-size : 100%;
	color : #663333;
	text-align : right;
}
/*表紙ページ・小説目次ページ）*/
.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;
	list-style-image : url("https://blog-imgs-32-origin.fc2.com/n/o/v/noveltemplate/dt65.gif"); 
}
.topindex li {
	color : #999;
	line-height: 150%;
}

/*エントリー：記事部分*/
.entry_text {
	margin : 0px;
	padding : 5px 20px 10px 20px;
	line-height : 170%;
	border-top : 1px dotted #693 ; 
	border-bottom : 1px dotted #693 ; 	
}

#index .entry_text {margin-bottom:30px;padding:20px;border:none;}

/*月別・検索ページ下部冒頭文*/

#date .entry_text,#search .entry_text {
font-size : 90%;line-height : 150%;		 
}

/*エントリー2：個別記事ページ（小説ページ）*/
.entry_text2 {
	margin : 0px auto;
	padding : 0px;width:90%;
	font-size : 120%;	
	line-height: 200%;
}

/*エントリー3：タグエリア・カテゴリエリア（Novel List・作品目次ページ）*/
.entry_text3 {
	margin:0 auto;max-width:600px;_width:600px;
	padding : 20px 0px 0px 10px;
	font-size : 100%;	
	line-height: 200%;
}
#tag .entry_text3 {padding : 20px 0px 0px 0px;}

.sample0 a:link { color: #693; 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;}



/*エントリー4：タグエリアNovel List（作品案内）*/
.entry_text4 {
	margin:0 auto;max-width:500px;_width:500px;
	padding : 20px 35px 10px 35px ;	line-height : 170%;
	background-color : #F2FFE4;
	font-size : 90%;
}

.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;
	line-height: 170%;
 	background-image: none;
	 
}

.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;}


.entry_text7 {
	margin : 10px 0 0 0 ;
	padding : 5px  ;
	overflow: auto;
	height:100px; line-height : 150%;
	border: 1px #C2A858 dotted;
	border: 1px #C2A858 dotted;}

.entry_text7 ul { 
	padding : 0px  ;
 	list-style-type : none;	
}

/*エントリー：ステータス*/
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; 
}

/*テキスト内の画像*/
.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; 
}

#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 : #F2FFE4;
	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;}


/* =============================================
  エントリー内：リスト
 ============================================= */
.entry_text ul {
	margin : 0px;
	padding : 5px 0px 10px 20px;
}
.entry_text2 ul,#page .entry_text ul{margin:20px ;padding-left: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 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,#category .entry-body,#search .entry-body,#tag .entry-body,#titlelist .entry-body {
	margin : 20px 0px 0px 0px;
	background-color : transparent;
	border : none ; 
}






/* =============================================  
ページ移動
 ============================================= */
.entry_navi  { font-size : 130%;font-weight : bold;letter-spacing : 0em; }

#date .entry_navi  { font-size : 100%; }

ul.entry_navi {
	margin :  0px;padding : 10px 0;
	list-style-type : none;
	text-align :center;font-style : italic;letter-spacing : 0.1em;
}

ul.entry_navi li { 	display : inline; padding-left:20px;}
              
.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 : 10px 0px ;
	padding : 0px;
	text-align : left;
}

/*コメント記事中URL*/
.comment_body a ,trackback-body a {
	display : block; 
	height :1em; 
	width : 20em; 
	overflow : hidden ;
}


/*コメント＆トラックバック：見出し*/
.comment-body h3 ,trackback-body h3 {
	margin : 0px;
	padding : 0px 0 0px 20px;
	color : #C2A858;
	letter-spacing : 0.2em; 
	background-color : #F2FFE4;
	border-bottom : 1px dotted #9C6 ; 
}

/*コメント＆トラックバック：テキスト*/
.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 2px 0px;
	list-style-type : none;
	text-align : right;
	font-size : 105%; 
	border-bottom : 1px dotted #86B83D ; 
}
ul.co_state li ,ul.tb_state li { 
	display : inline; 
}


/*トラバURL*/
.trackbackarea p {
	margin : 20px ;
	padding : 0px;
}


.trackbackarea p input {
	padding : 2px 5px ;
	width : 90%;max-width : 420px;_width : 420px;}
.trackbackarea p a:hover {
	border : 1px dotted #693 ; 
	background-color : #E7FFC8;
}



/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.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 {
	position : absolute;
	text-align : left;
	width : 50px;
}
/*投稿フォーム：入力*/
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 : 450px;_width : 450px;}
#edit dl.co_form dd textarea#comment{
	width:95%;max-width : 600px;_width : 600px;}
/*コメント投稿・編集小見出し*/
#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: 0px 0px 0px 0px;}

div.side_menu {margin-bottom:20px;}
#index div.side_menu {margin: 0px;}


.layout_side h3 a {	display : block;}

#index .side_menu a {	display : block;}
#index .side_menu .side_text a {	display : inline;}
#index .side_menu .popupin2 a {	display : inline;}


/*サイド：コンテンツ*/
div.side_text {
	margin : 0px ;
	padding : 5px 10px;
	font-size : 95%; 
	 
}

/*サイドメニュー：リスト*/
.side_menu ul {
	margin : 0 ;
	padding : 5px 0px 10px 15px;
	list-style-type : none;
	list-style-image : url("https://blog-imgs-32-origin.fc2.com/n/o/v/noveltemplate/dt65.gif"); 
}

.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 : #e5eecc; 
	text-decoration : none; 
}
.calender td a:visited { 
	color : #990000; 
	background-color : #e5eecc; 
	text-decoration : none; 
}
.calender td a:hover { 
	color : #FFFAE5; 
	background-color : #050; 
	text-decoration : none;
}

/* 横カレンダー */
.line_calendar {
font-size:10pt; /* 文字の大きさ */
color:#9ACD32; /* 文字の色 */
margin-bottom:0px; /* カレンダー下の間隔 */
text-align:center;background-color:#2E8B57;
}
.line_cal_day {
margin-left:3px; /* 日付の間隔(左) */
margin-right:3px; /* 日付の間隔(右) */
}

.line_calendar a:link, .line_calendar a:visited { color : #ffffff;   text-decoration : none; }
.line_calendar a:active, .line_calendar a:hover { color : #006400; font-weight : bold;text-decoration : none; background-color:#ffffff;}


/* =============================================  
その他の設定
 ============================================= */



/*リストマーク*/
ul.ball {  
	list-style-image: url(https://blog-imgs-32-origin.fc2.com/n/o/v/noveltemplate/dt65.gif); 
}

/*新着マーク*/
.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 0 0;
	font-size : 95%;
	line-height: 180%;
	text-align : center;
}

/* =============================================        
以下は目次を横ならびに変更した場合の設定
 ============================================= */
/* --- 横ならび目次-サンプル(1)  --- */
.sample1 {width:25em;
margin: 20px auto;
}
*:first-child+html .sample1 {width:24em;/* IE7以下のためのハック */
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 .main {margin-left:200px;}

.sub_block {
        left : 0 ; top : 0; width : 200px ;
        position:fixed ; _position:absolute; z-index : 4 ;        
        margin-bottom:20px;                
        text-align : center;
}

.srh_frm { margin-bottom:10px ;padding:10px;border :1px solid  #C2A858;background-color : #FFF;}
.cat_menu a {display:block;}
.cat_menu {
        font-size:90%; text-align : left;
        border-top :2px dotted  #ffffff;       
        margin-top :5px ;  padding-top:5px ;
        background-color : #FFF;
        height:350px;overflow:auto;
}

ul.main_menu {margin:0 0 0 0px;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  #C2A858;}

ul.sub_menu{margin:0 0 0 10px;padding-left:10px;list-style-image: url(https://blog-imgs-32-origin.fc2.com/n/o/v/noveltemplate/dt65.gif);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;}




div.tag-frm1 { margin : 20px; text-align:left;}
div.tag-frm1 p { margin : 0;text-align:right; }
div.tag-frm2  { margin : 0;text-align:left; }
div.tag-frm2 p { margin : 0;text-align:right; }

/* ===================================================================        
上記設定外のフォントの詳細設定
=================================================================== */

/*PageTopへのナビゲーション----------*/

p.back-top{ text-align:right;}
.back-top{ font-style : italic;font-size:90%;_font-size:80%;}
#titlelist p.back-top {margin:0;}
/*サイトナビ----------*/

.go-home,.go-list,.go-all{ font-style : italic;}

.entry_top  {font-style:italic;font-size:80%;}

#permanent .entry_top a:link,#permanent .entry_top a:visited { color : #00cc66; font-weight : bold;text-decoration : none; background-color:#ffffff;border : 1px solid  #C2A858;}
#permanent .entry_top a:active, #permanent .entry_top a:hover{ color : #ffffff; font-weight : bold;text-decoration : none;background-color : #00cc66;}

/*スモール表示部分・更新順全記事一覧・検索・月別さわりを読む----------*/

.mini{ font-size:90%;_font-size:80%;}
#date .mini,#search .mini{ font-color : #900000;}
#date .mini a:link,#date .mini a:visited { color : #900000; text-decoration : none;background-color : transparent;}
#date .mini a:active, #date .mini a:hover{ color : #000000; }

#search .mini a:link,#search .mini a:visited { color : #900000; text-decoration : none;background-color : transparent;}
#search .mini a:active, #search .mini a:hover{ color : #000000; }


/*検索・月別アーカイブページ上部・カテゴリ名----------*/

.font3{ color : #900000;}

.font3 a:link,.font3 a:visited { color : #900000; text-decoration : none;}
.font3 a:active, .font3 a:hover{ color : #000000; text-decoration : none; background-color:#F0F8FF;}

/*更新順全記事一覧・記事タイトル----------*/

#titlelist li.font3{ color : #900000;}

#titlelist li.font3 a:link,#titlelist li.font3 a:visited { color : #900000; text-decoration : none;}
#titlelist li.font3 a:active, #titlelist li.font3 a:hover{ color : #000000; text-decoration : none; background-color:#F0F8FF;}

/*タグエリア----------*/

/*「記事題」*/

.tag_dai a:link,.tag_dai a:visited { color : #900000; font-weight : bold;text-decoration : none;background-color : #ffffff;}
.tag_daii a:active, .tag_dai a:hover{ color : #ffffff; font-weight : bold;text-decoration : none; background-color:#900000;}


/*＜＜もくじ*/
.mokuji a:link,.mokuji a:visited { color : #900000; font-weight : bold;text-decoration : none;background-color : transparent;}
.mokuji a:active, .mokuji a:hover{ color : #ffffff; font-weight : bold;text-decoration : none; background-color:#006400;}


	


/* --- 関連リスト応用ページナビ --- */


#permanent .relate_dt{display:none;}
#permanent .relate_dl{border-top :2px dotted #C2A858;margin: 50px 0;padding:10px 0 ;background-image: url(https://blog-imgs-30-origin.fc2.com/n/o/v/noveltemplate/p_navi32.gif)!important;background-repeat: no-repeat!important;
	background-position: left 15px!important;background-color: #fff; }

#permanent ul.relate_ul{font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;font-size:13px;
list-style-type : none;margin-left:70px;margin-top:0px;}

#permanent li.relate_li{padding-left:5px;list-style-image: url(https://blog-imgs-30-origin.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;text-decoration : none; 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;}


#category legend {font-weight:bold;}
#search fieldset {padding:10px;}


#category div.sub_block {
        text-align : center;position: absolute; 
                }

.srh_frm { margin-bottom:0px ;}
ul.relate_ul{letter-spacing:0;}

.entry_free {
	margin :  20px 0 0px 0  ;}



/* 関連リストページナビ(記事冒頭部)*/

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; }

/* 関連目次一覧のための追加設定 */

#category div.sub_block .movecat fieldset {margin:0;padding:0 0 0 1em;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;text-align : left;}
#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;}

#category .main ,#permanent .main2 {margin-left:200px;}

/* 別タイプ変更時の設定 */
#index .layout_head h2{display:none;} 
.plugin_menu{	margin : 10px ;padding : 0 0 0 0px;width : 30%;float : left;overflow: hidden;}
.index_area_box {	clear : both;}
ul.entry_list li { 	display : inline; }
#permanent .navi{line-height:150%;}

/* 疑似フレームタイプ変更時の設定 */

.sub_block .cat-navi {width:auto;padding : 0px ;font-size:100%;
border:none;background-image :none;text-align:left;}
#permanent .sub_block{height:100%;overflow:auto;background-color : #f5f5dc;}
.yumeform tt{font-size:10px;}
.srh_frm { padding:10px 5px;background-color : #FFF;}
.sub_block h2{font-size:14px;}


fieldset {font-size:90%;padding:10px 20px;
	border-color:#C2A858;letter-spacing:0;line-height:180%;}

/* 広告表示時の設定 */

.ad_cat h2#entry,.ad_cat h2{background-color : transparent;background-image :none;border:none;}
#page .kakusi,#page .kakusi div,#page .kakusi h2,#page .kakusi h3.sub
{background-color : transparent;background-image :none;border:none;}
#permanent .ad_cat h2 a{color : #800080;}

.rireki{text-align:right;}
/* =============================================        
以下はポップアップ表示のための設定
 ============================================= */
#index .all #wrapper {position: relative;_position:static;}
.all .main{_position: relative;}/*for IE6JGスクロール固定防止の為*/
hr.bg_line {visibility:hidden;}

.popupcard {width:70%;max-width:420px;_width:420px;
        z-index:1; visibility:hidden;  left: 30%; top:40px;_top:250px;_left:50%;
position:absolute;text-align:center;
_overflow:visible;_margin-left : -100px;}

.popupin {
        max-width:300px;_width:300px;margin:40px auto 0 auto  ; padding:5px 10px;text-align : center ;
        border:3px double #C2A858;background-color:#ffffff; }

#step2 .popupin {margin-top:20px;max-width:350px;_width:350px;}

.popupin2 {
        max-width:320px;_width:320px;margin:20px auto 0 auto ;padding:0 1em 0 1.5em;text-align : left ;
        max-height:200px;_height:200px;line-height: 150%;
        overflow: auto;border:3px double #C2A858;
	background-color:#ffffff;     
}

.popupcard h3{                
        margin:0 auto ;padding : 2px 0 0 0; font-weight: bold;
        background-color :transparent ;background-image : none; 
        text-align : center ;
border:none;   color:#ffffff;_color :#900;
filter: glow(color=#3CB371, strength=4);width:100%;_width:380px;	
text-shadow: 0px 0px 1px #3CB371, 
  0px 0px 2px #3CB371,  
  0px 0px 3px #3CB371,0px 0px 4px #3CB371,  
  0px 0px 5px #3CB371;  
}

.pop_free {max-width:350px;_width:auto;margin-top:20px;max-height:350px;_height:auto;line-height:150%;overflow: auto;text-align : left ;
}

.layout_side .popupcard { top:40px;left:30%;margin:0 ;background-image :none;
_top:250px;_left:50%;_margin-left:-100px;}

#index .layout_side .side_menu .popupcard h3{           
        margin :0 auto;padding :2px 0 0 0;
        background-image : none; background-color :transparent ;
        border:none ;text-align : center;
color:#ffffff;_color :#900;
filter: glow(color=#3CB371, strength=4);width:100%;_width:380px;	
text-shadow: 0px 0px 1px #3CB371, 
  0px 0px 2px #3CB371,  
  0px 0px 3px #3CB371,0px 0px 4px #3CB371,  
  0px 0px 5px #3CB371;  
}
.layout_side .popupin2{max-height:220px;margin : 20px auto 0 auto;padding:1em ;
max-width:320px;_width:320px;}

#index .layout_side .side_menu h3{margin-bottom:1px;}

#index .all .side_menu h3{margin-bottom:1px;text-align:left;}
#index .all h3.side_menu2 {padding :0 ;}

.layout_side .popupin2 img{max-width:90%;height: auto;}
* html body .layout_side .popupin2 img {
 _width : expression( this.clientWidth > 280 ? '280px' : 'auto' );}


.layout_side div.side_text {_overflow:hidden;_width:220px;_padding:10px 0;}
#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:active,#index .side_menu h4 a:active,#index .side_menu h5 a:active,#index .side_menu h6 a:active {
	color : #fff; 
	background-color : #ffcc22;  font-weight : bold;
}
#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 : #44d3a9;  font-weight : bold;
}
.side_menu h3 span,#index .all h3.side_menu2 a{ display:block;
color : #663333; background-color :transparent ;
filter: glow(color=#ffffff, strength=5);width:100%;	
text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 6px #fff,  
  0px 0px 9px #fff,0px 0px 12px #fff,0px 0px 15px #fff;  }
 
#index h3.side_menu2 a:hover{ text-shadow: none;color : #fff; background-color : #44d3a9; }



/* =============================================        
ポップアップ表示のための設定ここまで
 ============================================= */


/*GタイプJタイプ対応のための背景設定*/
#index .all .layout_main {	float :right;background-color : transparent;}
#index .all .layout_side {float :left ;}
#index .all .layout_head{	background-image :none;min-height:1px;height:auto;}
#index .all .navi_3{	background-color : transparent;border:none;}


#index .all div#wrapper {
	min-height:400px;
	background-image : url("https://blog-imgs-30-origin.fc2.com/n/o/v/noveltemplate/midori68w2.jpg");
	background-repeat : no-repeat ;
	background-position : 70% 40%;}

#index .all div#wrapper {overflow: hidden;}
#index .all .navi_4{background-position : right top;}

#index .all div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #index .all div#wrapper {
    height: 1em;
    overflow: visible;
}
/**/

/*プラグインタイトル背景----------*/


#index .side_menu .side_text2 a{display: inline;}
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%;}

#page ul.entry_state + a {width:10px;padding:2px;}

/******2012.10.5.（ver1210）記述順に注意 ****/

/* 基本設定 */
div.layout_side,div.layout_main{overflow:hidden;}

/* 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 .layout_side,#index .all .layout_main{overflow:visible;}
#index .all .layout_side .side_text {_overflow:hidden;_width:200px;padding:0 10px;}/*for IE6*/

/*Gタイプのための設定*/
#index div.all-G .layout_side {overflow:hidden;}

/*GCタイプのための設定 */
#index .layout_side .side_menu .side_text2{overflow:auto; height:100px;}

/*IE6用通常ブログ画面画像の自動調整の設定*/
* #page .entry_text img { _width : expression( this.clientWidth > 500 ? '500px' : 'auto' );}

/*一般用サイトマップリンクボタンの設定*/
.layout_side > h2 + div.side_menu > h3.side_menu2 { padding: 0px;line-height : 180%;text-align:center;}
.layout_side > h2 + div.side_menu > h3.side_menu2 a{  filter: glow(color=#ffffff, strength=5);width:100%;	
filter: glow(color=#ffffff, strength=5);width:100%;	
text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 6px #fff,  
  0px 0px 9px #fff,0px 0px 12px #fff,0px 0px 15px #fff; display : block;}

#index .all .side_menu h3 span{text-shadow: none;filter:grow (enabled=false)}

/*(ver1304)追加設定*/
#edit dl.co_form dd textarea#comment{height:300px;}
.entry_text4 img {height: 150px;width:auto;float:left; overflow: hidden;
margin:0;padding:0;margin-right:10px;}
.entry_text4 a img{border:1px solid #ccc;}
.entry_text4 a img:hover{border:2px solid #ffcc22;}
#date .entry img,#search .entry img {float:left;height: 90px;width:auto;
margin:0;padding:0; margin-right:10px;border:1px solid #ccc;}

#gazou_box{width: 152px;height: 140px;overflow:hidden;float:left;
border:1px solid #ccc;margin:10px 0 5px 5px;}
#gazou_box img {height: 100px;width:auto;overflow: hidden;
margin:0;padding:0;border:none;border-bottom:1px solid #ccc;}
#gazou_box a img:hover{border:2px solid #ffcc22;}

ruby { line-height : 100% ; }