body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#f4f4ea;                       /* 外側の背景色 */
background:url("http://blog-imgs-26-origin.fc2.com/y/o/u/youkaiblog/bak_kabegami.png");/* 背景画像の設定 */
background-repeat:repeat;
} 

#outline { 
background-color:#ffffff;                     /* サイトの背景色 */
border-top:0px solid #504139;       /* 外枠の色 */
border-right:1px solid #e8dbcc;       /* 外枠の色 */
border-left:1px solid #e8dbcc;        /* 外枠の色 */
border-bottom:1px solid #504139;   /* 外枠の色 */
width:1000px;         /* 全体の幅 */
margin:0 auto; 
text-align:center;
padding-top:10px;
}



/************ ▼ サイトの幅 ▼ *************/

#right { 
width:210px;        /* 左側 メニュー*/
float:left; 
padding:0 5px;
border-right: #aca899 1px dotted;       /* 枠(右) (本体) */

} 

#center { 
width:530px;         /* 中央の幅 記事 */
float:right; 
padding:0 10px;
} 

#left { 
width:210px;        /* 右側 メニュー*/
float:right; 
padding:0 5px;
border-left : #aca899 1px dotted;       /* 枠(左) (本体) */

} 
/************ ▲ サイトの幅 ▲ *************/

/************ ▼ ヘッダー ▼ *************/
#header_body { 
margin: 0px 5px 15px 5px;
padding: 0; 
background-color: #504139;             /* 背景の色 */
border-top:2px solid #504139;               /* 内枠の色 */
border-right:2px solid #504139;               /* 内枠の色 */
border-left:2px solid #504139;               /* 内枠の色 */
border-bottom:2px solid #504139;               /* 内枠の色 */
height:180px;
width:755px;
text-align: center;
float:right;
text-indent: 1em;
} 
/************ ▲ ヘッダー ▲ *************/
/*************** 横カレンダーの設定 ***************/

span#x-calender{
font-size:80%;
margin: 0 suto;
padding: 0 15px;
float: left;
}

span#x-calender ul{
	margin: 0;
	padding: 0;
	text-align: right;
           float: left;
}

span#x-calender li{
	display: inline;
	margin: 0;
	padding: 0 1px;
color:#e8dbcc;
}

span#x-calender li a{
font-weight: bold;
}
/*************** 横カレンダーの設定 ***************/
/************ ▼ ブログタイトル ▼ *************/
.headerimg {
float:left;
border:2px solid #504139;               /* 内枠の色 */
}
.headerimg a:hover{
background-color:transparent;
}
/*ブログ説明*/
h1 { 
font-size:10pt;          /* 文字のサイズ */
color:#c1ba9b;          /* 文字の色 */
float:left;
text-align:left;          /* 左寄せ　*/
font-weight:normal;                    /* 太字 (タイトル) */
vertical-align :bottom ;
line-height:20px;
}
#blogname{
font-size:18pt;          /* 文字のサイズ */
color:#f1f0d5;          /* 文字の色 */
float:left;
text-align:left;          /* 左寄せ　*/
font-weight:normal;                    /* 太字 (タイトル) */
vertical-align :bottom ;
}
/************* ▲ カウンター▲ *************/
#counter111 {
margin:0;
padding:0;
text-align:right;                     /* 左寄せ */
float:right;
vertical-align:top;
}
#counter111 a:hover{
background-color:transparent;
}
/************ ▲ ブログタイトル ▲ *************/

/*************************** ▼ メニュー（プラグインとナビ共通） ▼ */
 /* プラグインの見出し*/
.plugin1_title { 
font-size:80%;                       /* 文字サイズ(タイトル) */
font-weight:bold;                    /* 太字 (タイトル) */
color:#ffffff;                          /* 文字色 (タイトル) */
background-image: url(http://blog-imgs-26-origin.fc2.com/y/o/u/youkaiblog/bak_img01.png);
background-repeat: no-repeat;
background-position:left bottom;
background-attachment: scroll;
background-color: #5a4b41;       /* 背景色 (タイトル) */
border: #504139 1px double;        /* 枠 (タイトル) */
padding:0px 0px 0px 15px; 
height:20px; 
vertical-align:text-bottom;
} 

.plugin1_title a:link    { color:#f9d3c1;text-decoration:none; }         /* 通常時 */
.plugin1_title a:visited { color:#f9d3c1;text-decoration:none; }        /* クリック済 */


/* プラグイン用の記事*/
.plugin1_body { 
font-size:80%;                           /* 文字サイズ(本体) */
color:#555555;                             /* 文字色 (本体) */
background-color:ffffff;                /* 背景色 (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
margin-bottom:15px;                              /* 次のプラグインまでの間隔 */
} 
 /* ナビ用の記事*/
.news01{
max-height:150px; 
background-color:#FFFFFF; 
color:#504139; 
overflow:auto;
scrollbar-3dlight-color:#FFFFFF; 
scrollbar-arrow-color:#000000; 
scrollbar-darkshadow-color:#FFFFFF; 
scrollbar-face-color:#FFFFFF; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-track-color:#FFFFFF;
font-size:75%;
text-align:left;                     /* 左寄せ */
border: 1px solid #aca899;
position:relative;
overflow-y:auto;
overflow-x:auto;
margin-bottom:15px;             /* 次の記事までの間隔 */
}
.news01 li{ margin-left:20px; margin-bottom:3px; }
/************ ▲ メニュー（プラグインとナビ共通） ▲ *************/

/************ ▼ 記事（中央） ▼ *************/
/*記事見出し*/
h2 { 
font-size:100%;                                /* 文字サイズ (記事タイトル) */
background: url(http://blog-imgs-26-origin.fc2.com/y/o/u/youkaiblog/bak_img02.png) left bottom no-repeat;
background-color:#ffffff;                   /* 背景色 (記事タイトル) */
border-bottom: #322926 1px solid;
text-align:left;                               /* 左寄せ (記事タイトル) */
font-color:#56a0af;  
padding-left:20px;
padding-top:auto;
padding-bottom:auto;
margin:auto;
height:auto;
line-height:200%;
} 
                              /* ▽文字色とリンクの下線有無▽ */

h2 a:link    { color:#555555; text-decoration:none; }   /* 通常時 */
h2 a:active  { color:#555555; text-decoration:none; }  /* 実行中 */
h2 a:visited { color:#555555; text-decoration:none; }  /* クリック済 */
h2 a:hover   { color:#0000ff; text-decoration:none; }  /* マウスが来た時 */

                              /* △文字色とリンクの下線有無△ */
/*記事全体*/
.ently_body { 
font-size:95%;                              /* 文字サイズ (記事本文) */
color:#322926;                              /* 文字色 (記事本文) */
border-top:   #e8dbcc 0px solid;       /* 枠(上) (記事本文) */
border-left:  #504139 0px solid;        /* 枠(左) (記事本文) */
border-right: #504139 0px solid;        /* 枠(右) (記事本文) */
border-bottom: #504139 0px solid;      /* 枠(下) (記事本文) */
box-sizing : border-box
-moz-box-sizing : border-box
} 
/*記事文章部分*/
.ently_text {
text-align:left;        /* 左寄せ    (記事本文) */
margin:20px 10px; 
line-height:120%;
}
/*記事文末部分*/
.ently_navi { 
text-align:right;      /* 右寄せ*/
color:#504139;       /* 文字色*/
margin-bottom:30px; 
} 

/************ ▲ 記事（中央） ▲ *************/

/************ ▼ コメント ▼ *************/
.comtitle { 
font-size:80%;                     /* 文字サイズ(タイトル) */
color:#322926;                        /* 文字色 (タイトル) */
font-weight:bold;                  /* 太字 (タイトル) */
background-color:#f1f0d5;     /* 背景色 (タイトル) */
text-align:left;                     /* 左寄せ (タイトル) */
border:#596e61 3px double;   /* 枠(上) (コメント本文) */
padding:2px 20px; 
height:1em;
margin:10px 20px 0px 20px;
} 
.comment_body { 
font-size:80%;                          /* 文字サイズ (コメント本文) */
color:#322926;                          /* 文字色 (コメント本文) */
border-top:#504139 0px solid;   /* 枠(上) (コメント本文) */
border-right:#504139 1px solid;   /* 枠(上) (コメント本文) */
border-left:#504139 1px solid;   /* 枠(上) (コメント本文) */
border-bottom:#504139 1px solid;   /* 枠(上) (コメント本文) */
margin-bottom:15px;
text-align:left;                   /* 左寄せ (コメント本文) */
margin:0px 20px 10px 20px;
padding:10px 10px; 
}
.comfooter { 
color:#322926;                   /* 文字色 (時刻・CM・TB) */
text-align:right;                 /* 右寄せ (時刻・投稿者) */
margin:0px 10px 3px;
} 

/************ ▲ コメント ▲ *************/



/************ ▼ トラックバック ▼ *************/
.trackback_block_body { 
font-size:90%;                         /* 文字サイズ(ブロック本文) */
color:#322926;                         /* 文字色 (ブロック本文) */
border-top:   #e8dbcc 0px solid;  /* 枠(上) (ブロック本文) */
border-left:  #504139 0px solid;   /* 枠(左) (ブロック本文) */
border-right: #504139 0px solid;   /* 枠(右) (ブロック本文) */
border-bottom: #504139 0px solid; /* 枠(下) (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}

.trackback_title {
font-size:80%;                    /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色 (個別タイトル) */
font-weight:bold;                 /* 太字 (個別タイトル) */
}

.trackback_body { 
font-size:80%;                   /* 文字サイズ(個別本文) */
color:#322926;                   /* 文字色 (個別本文) */
margin-bottom:20px;
}

.trackback_navi {
border-top:#e8dbcc 0px solid;     /* 飾り線 (時刻・投稿者) */
text-align:right;                       /* 右寄せ (時刻・投稿者) */
} 

/************ ▲ トラックバック ▲ *************/

/************ ▼ プラグイン3▼ *************/

.plugin3_outline { 
border-top:   #504139 1px solid;                /* 個別枠(上) */
border-right: #504139 1px solid;                /* 個別枠(右) */
border-bottom: #504139 1px solid;              /* 個別枠(下) */
border-left:  #504139 1px solid;                /* 個別枠(左) */
margin-bottom:15px;                              /* 次のプラグインまでの間隔 */
} 

.plugin3_title { 
font-size:80%;                       /* 文字サイズ(タイトル) */
font-weight:bold;                    /* 太字 (タイトル) */
color:#ffffff;                          /* 文字色 (タイトル) */
background-image: url(http://blog-imgs-26-origin.fc2.com/y/o/u/youkaiblog/bak_img01.png);
background-repeat: repeat;
background-position:left top;
background-attachment: scroll;
background-color: #c9b49a;       /* 背景色 (タイトル) */
border: #504139 4px double;        /* 枠 (タイトル) */
padding:0px 0px 0px 25px; 
height:20px; 
vertical-align:text-bottom;
} 

.plugin3_body { 
font-size:80%;                             /* 文字サイズ(本体) */
color:#555555;                             /* 文字色 (本体) */
background-color:ffffff;                /* 背景色 (本体) */
border-top:   #504139 1px solid;      /* 枠(上) (本体) */
border-left : #e8dbcc 1px solid;       /* 枠(左) (本体) */
border-right: #e8dbcc 1px solid;       /* 枠(右) (本体) */
border-bottom: #e8dbcc 1px solid;     /* 枠(下) (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
} 

/************ ▲ プラグイン3 ▲ *************/

/************ ▼ カテゴリ・検索・月別ナビゲーション ▼ *************/

.main_outline { 
border-top:#e8dbcc 1px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 

.main_title {
font-size:80%;                       /* 文字サイズ(タイトル) */
color:#ffffff;                          /* 文字色 (タイトル) */
font-weight:bold;                    /* 太字 (タイトル) */
background-color: #c9b49a;       /* 背景色 (タイトル) */
text-align:left;                       /* 左寄せ (タイトル) */
border:#322926 1px solid;         /* 枠 (タイトル) */
padding:2px 20px; 
margin:0; 
}

.main_body { 
font-size:70%;                           /* 文字サイズ(本体) */
color:#322926;                           /* 文字色 (本体) */
background-color:#FFFFFF;         /* 背景色 (本体) */
border-top:   #e8dbcc 1px solid;   /* 枠(上)*/
border-left:  #504139 1px solid;    /* 枠(左)*/
border-right: #504139 1px solid;   /* 枠(右)*/
border-bottom: #504139 1px solid;  /* 枠(下)*/
} 

.main_text {
text-align:left;                          /* 左寄せ (本体) */
margin:10px 20px;
font-size:70%;    
}

.main_navi { 
text-align:right;                        /* 中央寄せ (矢印) */
padding:0 30px;
font-size:70%;                           /* 文字サイズ(本体) */
} 

/************ ▲ カテゴリ・検索・月別ナビゲーション ▲ *************/

/************* ▲ サイトマップ調整 ▲ *************/
/* サイトマップ調整 */
div.menu_outline3 {
text-align:left;                     /* 左寄せ */
margin-bottom:5px;             /* 次のコメントまでの間隔 */
margin-left:10%; 
}
div.menu_title3{
font-weight:bold;                    /* 太字 (タイトル) */
}
div.menu_outline3 span{
font-weight:bold;                    /* 太字 (タイトル) */
}




.FloatEnd {clear:both;}

#maplist ul.navi li { 
background-image: none; 
list-style-type:disc; 
margin-left:20px;
padding-left:0px;
} 

/************ ▼ フッター ▼ *************/

#footer_outline {
border-top:1px solid #322926;                /* 外枠の色 */
background-color:#ffffff;                       /* 背景色 */
}

#footer { 
border-top:1px solid #322926; 
font-size:75%;                                  /* 文字サイズ */
color:#999999;                                 /* 文字色 */
padding:5px; 
text-align:center;
} 
                                            
#footer a:link    { color:#999999; }      /* 通常時 */
#footer a:active  { color:#999999; }     /* 実行中 */
#footer a:visited { color:#999999; }     /* クリック済み */
#footer a:hover   { color:#0000ff; }     /* マウスが来た時 */

/************ ▲ フッター ▲ *************/

/************ ▼その他▼ ************/
/*** ▼見出し（記事の中で使用）▼ ***/
h3{ 
font-size:90%;
border-bottom:1px solid #504139;
border-left:15px solid #d9a62e;
vertical-align:bottom;
padding: 7px 10px 3px;
display:block;
background-color:#ffffff; 
width:90%; 
text-align:left;
}

h4 { 
font-size:90%;
border-bottom:1px solid gray;
border-left:10px solid #92b5a9;
padding: 7px 10px 3px;
display:block;
width:70%; 
} 
h5 { 
font-size:80%;
border-bottom:1px solid gray;
border-left:10px solid #f2a8a8;
padding: 7px 10px 3px;
display:block;
width:60%; 
} 
/*** ▲見出し▲ ***/


/*** ▼初期設定▼***/
/************ ▼ 　リンクの色と下線 　▼ *************/
a:link    { color:#165e83; text-decoration:none; }         /* 通常時 */
a:active  { color:#9d5b8b; text-decoration:none; }        /* 実行中 */
a:visited { color:#9d5b8b; text-decoration:none; }        /* クリック済 */
a:hover   { color:#165e83; text-decoration:none; background-color: #e5f4ef;}  /* マウスが来た時 */

/************ ▲ 　リンクの色と下線 　▲ *************/

p { margin: 1em 0;
line-height:150%;
}
dt { margin: 10px 0;
font-weight: bold;
 }
dd { margin: 10px 20px; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:1em; margin-bottom:1em; }
img { border-style:none; } 
form { margin:0; }
table { font-size:90%; }
/*** ▲初期設定▲ ***/
/*** ▼CLASS▼***/
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }
/*** ▲CLASS▲ ***/
/************ ▼ sikaku01 ▼ *************/
.sikaku01 { 
border-top:   #504139 1px solid;                /* 個別枠(上) */
border-right: #504139 1px solid;                /* 個別枠(右) */
border-bottom: #504139 1px solid;              /* 個別枠(下) */
border-left:  #504139 1px solid;                /* 個別枠(左) */
margin:20px;                              /* 次のプラグインまでの間隔 */
padding:10px; 
font-size:90%;
} 
/************ ▲ sikaku01 ▲ *************/
/* table用*/

table.wakuwaku {
　width:100%;
    border: 2px #443538 solid;
    border-collapse: collapse;
    border-spacing: 0;
 float: center;

}

table.wakuwaku th {
    padding: 5px;
    border: #443538 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
　empty-cells: show;
 
}
table.wakuwaku td {
    padding: 5px;
    border: 1px #443538 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
　empty-cells: show;

}
.chairo{ background-color:#c9b49a;
 color:#ffffff
 }

.mizuiro{ background-color:#f2f9f9;
   border: 1px #aca899 solid;
    border-collapse: collapse;
    border-spacing: 0;
 float: center;
    padding: 5px 15px;

 }
/* 回答隠し用*/
.kotae{ background-color:#ffffff;
   border: 1px gray solid;
    border-collapse: collapse;
    border-spacing: 0;
 float: center;
    padding: 5px 15px;
color:#ffffff;
 }

/* ユーザータグ用*/
.plugin-tag{ 
word-spacing: 10px;
 }

#maplist p { 
margin-top:5px; 
}

/* 画像調整用*/
.migimawari {
float:left; 
margin: 0px 20px 20px 0px;
}
/************* ■■■プラグイン設定■■■ *************/
/************* ▲ Lc.ツリーカテゴリー ▲ *************/

/* Lc.ツリーカテゴリー 全体の設定 */
#LC_CAT { line-height: 15pt; }

/* Lc.ツリーカテゴリー 親設定（全体指定） */
#LC_CAT .parent {
} 
#LC_CAT .box {}

/* Lc.ツリーカテゴリー 親設定（階層指定） */
#LC_CAT .parent_1 {}
#LC_CAT .parent_1 .box {}

/* Lc.ツリーカテゴリー 親設定（出現順指定） */
/* まよひが奇譚*/
#lc_cat_box_1 {}
#lc_cat_parent_1 {
border: 4px double #aaa389;
display:block;
color:#504139;
text-decoration: none;
background-image: url(http://blog-imgs-31-origin.fc2.com/y/o/u/youkaiblog/mokuji01.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-left:5px;
}
/* 他し事*/
#lc_cat_parent_5 {
border: 4px double #aaa389;
display:block;
color:#504139;
text-decoration: none;
margin-top:15px;
background-image: url(http://blog-imgs-31-origin.fc2.com/y/o/u/youkaiblog/mokuji01.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-left:5px;
}
/* 図鑑*/
#lc_cat_parent_4 {
border: 4px double #aaa389;
display:block;
color:#504139;
text-decoration: none;
margin:15px 0 0 0;
background-image: url(http://blog-imgs-31-origin.fc2.com/y/o/u/youkaiblog/mokuji01.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-left:5px;
}

/* サークル活動*/
#lc_cat_parent_8 {
border: 4px double #aaa389;
display:block;
color:#504139;
text-decoration: none;
margin:15px 0 0 0;
background-image: url(http://blog-imgs-31-origin.fc2.com/y/o/u/youkaiblog/mokuji01.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-left:5px;
}


#lc_cat_group_1 {}

/* Lc.ツリーカテゴリー 子設定（全体指定） */
#LC_CAT .child {}
#LC_CAT .child_name {}
#LC_CAT .child_count {border: 1px solid #b48684;
margin-left:5px;
color:#504139;
}
#LC_CAT .child_star {color:#504139;}

/* Lc.ツリーカテゴリー 子設定（親子なしのカテゴリ） */
#LC_CAT .child_0 {line-height:18pt;}
/* Lc.ツリーカテゴリー 子設定（階層指定） */
#LC_CAT .child_1 .child_name {}
#LC_CAT .child_1 .child_count {}
#LC_CAT .child_1 .child_star {}

/* Lc.ツリーカテゴリー 子設定（カテゴリー番号指定） */
#lc_cat_no_row_6 {}
#lc_cat_no_row_6 .child {}
#lc_cat_no_row_6 .child_name {}
#lc_cat_no_row_6 .child_count {}
#lc_cat_no_row_6 .child_star {}

#lc_cat_no_row_4 .child_name{
font-weight: bold;
border-bottom: 1px solid #af877f;
text-decoration: none;
margin-top:5px;

}
#lc_cat_no_row_27 .child_name{
font-weight: bold;
border-bottom: 1px solid #af877f;
text-decoration: none;
margin-top:5px;

}
#lc_cat_no_row_24 .child_name{
font-weight: bold;
border-bottom: 1px solid #af877f;
text-decoration: none;
margin-top:5px;

}
#lc_cat_no_row_16 .child_name{
font-weight: bold;
border-bottom: 1px solid #af877f;
text-decoration: none;
margin-top:5px;

}

/* Lc.ツリーカテゴリー 枝設定（全体指定） */
#LC_CAT .indent {font-size:15pt;}
#LC_CAT .branch {font-size:15pt;}

/* Lc.ツリーカテゴリー 枝設定（階層指定） */
#LC_CAT .indent_1 {}
#LC_CAT .branch_1 {color:#c9b49a;}

/* Lc.ツリーカテゴリー （その他を非表示） */
#lc_cat_no_row_2 {display:none;} 
#lc_cat_no_row_25 {display:none;} 

/* Lc.ツリーカテゴリー （新着表示） */
#LC_CAT .active {font-weight:bold;}

/* Lc.ツリーカテゴリー （中見出し） */
#LC_CAT .parent_cat  {
font-weight: bold;
border-bottom: 1px solid #af877f;
text-decoration: none;
margin-top:5px;
}

#LC_CAT .parent_cat A:link{color:#504139;
font-weight: bold;
text-decoration: none;}

#LC_CAT .parent_cat A:visited{color:#504139;
text-decoration: none;
font-weight: bold;}

#LC_CAT .parent_cat A:hover{color:#504139;
text-decoration: none;
font-weight: bold;
background-color: #f6ecea;}


/************* ▲ Lc.ツリーリンク ▲ *************/

/* Lc.ツリーリンク 全体の設定 */
#LC_LNK { line-height:12pt; }

/* Lc.ツリーリンク 親設定（全体指定） */
#LC_LNK .parent {
border: 1px solid #aaa389;
display:block;
color:#504139;
text-decoration: none;
background-image: url(http://blog-imgs-31-origin.fc2.com/y/o/u/youkaiblog/mokuji01.png);
background-repeat: no-repeat;
background-position: left center;
padding-left:5px;
margin:10px 0 0 0;
}
#LC_LNK .box {}

/* Lc.ツリーリンク 親設定（階層指定） */
#LC_LNK .parent_1 {}
#LC_LNK .parent_1 .box {}

/* Lc.ツリーリンク 親設定（出現順指定） */
#lc_lnk_box_1 {}
#lc_lnk_parent_1 {}
#lc_cat_group_1 {}

/* Lc.ツリーリンク 子設定（全体指定） */
#LC_LNK .child {}
#LC_LNK .child_name {}
#LC_LNK .child_count {color:#6666cc;}
#LC_LNK .child_star {color:#504139;}

/* Lc.ツリーリンク 子設定（階層指定） */
#LC_LNK .child_1 {}
#LC_LNK .child_1 .child_name {}
#LC_LNK .child_1 .child_count {}
#LC_LNK .child_1 .child_star {}

/* Lc.ツリーリンク 子設定（カテゴリー番号指定） */
#lc_lnk_no_row_1 {}
#lc_lnk_no_row_1 .child {}
#lc_lnk_no_row_1 .child_name {}
#lc_lnk_no_row_1 .child_count {}
#lc_lnk_no_row_1 .child_star {}

/* Lc.ツリーリンク 枝設定（全体指定） */
#LC_LNK .indent {font-size:12pt;}
#LC_LNK .branch {font-size:12pt;}

/* Lc.ツリーリンク 枝設定（階層指定） */
#LC_LNK .indent_1 {}
#LC_LNK .branch_1 {}

/* Lc.ツリーリンク （その他を非表示） */

/* Lc.ツリーリンク （新着表示） */


/************* ▲イラストサムネイル2▲ *************/
.newimg{
max-width:200px;
max-height:200px;
}
/************* ▲仮▲ *************/

.content {
text-align:left;
padding: 15px;
}
.comform ul {
	width: 100%;
	margin: 0;
	padding: 0;
        
}
.comform li {
	font-size: 90%;
	margin: 0;
	padding:0;
        list-style: none;
}

/************* ■■■スクリプト設定■■■ *************/
/************* ■■■記事のための設定■■■ *************/
/************* ▲イラストサムネイル▲ *************/
table.thumb01 {
    border: 0px;
margin: auto;
 float: center;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

table.thumb01 tr {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
vertical-align:top;
    white-space: nowrap;
　empty-cells: show;
width:500px;
 float: center;
    text-align: center;
}
table.thumb01 th{
width:100px;
height:111px;
border: 0px solid gray;
    border-collapse: collapse;
    border-spacing: 0;
text-align:center;
　empty-cells: show;
font-size:80%;
vertical-align:top;
 float: center;
padding:auto;
margin: auto;
line-height:0;
}
table.thumb01 th img{
display:block;
padding:0;
margin: auto;
border:double 4px #443538;
width:40px;
height:100px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height:0;
    vertical-align:bottom;
text-align:center;
}
table .thumb01th img a:hover{
background-color:transparent;
}

table.thumb01 td {
width:100px;
border: 0px solid gray;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    white-space: nowrap;
　empty-cells: show;
font-size:80%;
vertical-align:middle;
padding:0px;
margin:0px;
height:30px;
}
/************* ▲4コマ▲ *************/
.yonkoma{
border: 0px solid gray;
float: center;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
width:500px;
height:1055px;
vertical-align:top;
margin: 0;
padding: 0;
}

.yonkomaleft{
border: 0px solid gray;
margin: 0;
padding: 0;
float: left;
text-align:left;
border-collapse: collapse;
border-spacing: 0;
width:300px;
height:1055px;
vertical-align:top;
}

.yonkomacenter{
border: 0px solid gray;
margin: 0;
padding: 0;
float: left;
border-collapse: collapse;
border-spacing: 0;
width:135px;
vertical-align:top;
}

.yonkomaright{
border: 0px solid gray;
margin: 0;
padding: 0;
float: left;
border-collapse: collapse;
border-spacing: 0;
width:auto;
vertical-align:top;
}
/************* ▲図鑑▲ *************/
.zukan01{
padding:10px;
background-color:#ffffff;                       /* 外側の背景色 */
background:url("http://blog-imgs-26-origin.fc2.com/y/o/u/youkaiblog/bak_zukan.png"); /*背景画像の設定 */
border: 1px solid #d6c49b;
margin-bottom:20px;
}
.zukan02{
margin-left: auto;
margin-right: auto;
display: block;
text-align:center;
border: 1px solid #504139;
}

.zukan03{
background-color:#ffffff;
margin:10px;
padding:10px;
border-top-style:dotted;
border-bottom-style:dotted;
border-width:3px;
border-color:#92b5a9;
}

.zukan01 p {}
.otona{
font-weight: bold;
font-size:80%;
border-left: 10px solid #504139;
border-bottom: 1px solid #504139;
padding:3px;
background-color:#8996b7; 
color:#ffffff; text-decoration:none; 
}
/************ ▼その他▼ ************/
.tategaki{
text-align:center;
width:12px;
}
.tuiki{
font-weight: bold;
background-color:#8996b7; 
font-size:80%;
border-left: 10px solid #504139;
border-bottom: 1px solid #504139;
padding:3px;
}
a:link.tuiki     { color:#ffffff; text-decoration:none; }         /* 通常時 */
a:active.tuiki   { color:#ffffff; text-decoration:none; }        /* 実行中 */
a:visited.tuiki  { color:#ffffff; text-decoration:none; }        /* クリック済 */
a:hover.tuiki    { color:#ffffff; text-decoration:none; background-color: #e5f4ef;}  /* マウスが来た時 */

.shikaku{
list-style-type:square;
}


/************ ▼4コマビューワー▼ ************/
table.wcrviewer{
border: 1px solid #504139;
margin:10px;
padding:20px;
float: center;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
font-size:70%;
background-color:#ffffff; 
}
table.wcrviewer p{
margin:2px;
text-indent:0;
}

#wcrcv_page{
border-top:1px solid #e6e6e6;       /* 外枠の色 */
border-right:2px groove #e6e6e6;       /* 外枠の色 */
border-left:1px solid #e6e6e6;        /* 外枠の色 */
border-bottom:2px groove #e6e6e6;   /* 外枠の色 */

}

.hajimeni {
border: 4px double #aaa389;
display:block;
color:#504139;
margin:10px 0px;
padding: 3px 10px;
font-size:110%;
font-weight: bold;
background-image: url(http://blog-imgs-31-origin.fc2.com/y/o/u/youkaiblog/mokuji01.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-left:15px;
}