body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
border:1px solid #e0e0e0;
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1050px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:800px;                                          /* 中央 */
float:right;
} 
#left { 
width:210px;                                            /* 左 */
float:left; 
margin-right:5px;                                     /* 右の余白 */
} 
#right { 
width:0px;                                          /* 右 */
float:right;
} 
#center-left {             /* 計算して設定してください ------ */
width:1027px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left;
margin-left:5px;           /* 左の余白 */ 
} 
/******************************************* ▲ サイトの幅 ▲ */


/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#000000; text-decoration:none;}      /* 通常 */
a:active  {color:#000000; text-decoration:none;}      /*実行中*/
a:visited {color:#000000; text-decoration:none;}      /*訪問済*/
a:hover   {color:#FF6600; text-decoration:none;} /*マウス*/
a{-webkit-transition: color 1.0s ease;
-moz-transition: color 1.0s ease;
-o-transition: color 1.0s ease;
-ms-transition: color 1.0s ease;
transition: color 1.0s ease;}
/******************************* ▲ リンクの色と下線の有無 ▲ */


/********************************************* ▼ パンくずナビ ▼ */
.clear {
font-size:8pt; 
text-align:left;                     /* 左寄せ */
color:#555555;                        /* 文字色 */
margin:0px 20px 0px 0px;
} 
#breadcrumb div {
display: inline;
}
#breadcrumb .separator {
padding: 0 7px;
}
/********************************************* ▲ パンくずナビ ▲ */


/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:0px solid #ffffff;                     /* 外枠の色     */
margin-bottom:0px;                            /* ヘッダ下間隔 */
}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:0px solid #ffffff;                     /* 内枠の色     */
} 
#header_body a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #ffffff;
}
/********************************************* ▲ ヘッダー ▲ */


/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0px 0px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#000000; text-decoration:none; } /* 通常 */
h1 a:active  { color:#000000; text-decoration:none; } /*実行中*/
h1 a:visited { color:#000000; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#000000;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#e0e0e0 1px solid;               /* 外枠の色/太さ/実線 */
background-color:#f6f6f6;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:12pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#000000;          /* 背景色    (記事タイトル)*/
border:#666666 0px solid;          /* 枠        (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 20px;
margin:0;
filter: dropshadow( color=#999999, offx=1, offy=1, positive=1 );
text-shadow: 2px 2px 2px #999999;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h2 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h2 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#f6f6f6; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #e0e0e0 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #666666 0px solid;      /* 枠(左)    (記事本文) */
border-right: #666666 0px solid;      /* 枠(右)    (記事本文) */
border-bottom:#666666 0px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:1px 10px 3px;
border-top:#e0e0e0 1px dotted;  
} 
.ently_navi2 { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:2px 10px 3px;
border-top:#e0e0e0 0px dotted;  
} 
.ently_navi2 a {
font-size: 10pt;
color: #000000;
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 1px 3px 1px 3px; /* 文字位置(上・右・下・左) */
text-decoration: none;
}
.ently_navi2 a:hover {
color: #000000;
background: #f6f6f6;
border: 1px solid #e0e0e0;
padding: 1px 3px 1px 3px; /* 文字位置(上・右・下・左) */
}
/* 記事の折り返し */
.ently_text {
word-wrap: break-word;
}

/* コメントの折り返し */
.comment_text {
word-wrap: break-word;
}

/* タグリスト */
.tag_list {
margin: 0;
padding: 0px 0px 5px 0px; /* 文字位置(上・右・下・左) */
text-align: left; /* 表示位置(右) */
list-style-type: none;
}

img.emoji {
padding: 0;
margin:0;
background: #f6f6f6; /* ここには背景と同じ色を設定 */
}
.ently_textp img{
margin:0px 0px 0px 0px;
padding: 0px;
border-right: #999999 0px solid;
border-bottom: #999999 0px solid;
}

/* readmore */
.readmore {
font-size: 10pt;
color: #000000;
margin-top: 50px;
padding: 0px;
text-align:center;
text-decoration: none;
margin-bottom: 5px;
}
.readmore a {
font-size: 10pt;
color: #000000;
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 10px 300px;
text-align: center;
text-decoration: none;
}
.readmore a:hover {
color: #000000;
background: #f6f6f6;
border: 1px solid #e0e0e0;
}
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #e0e0e0 2px solid;                /* 個別枠(上) */
border-right: #e0e0e0 2px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 2px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 1px solid;          /* 枠(上)    (本体) */
border-left : #666666 1px solid;          /* 枠(左)    (本体) */
border-right: #666666 1px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
                                      /* 太字      (タイトル) */
color:#000000;                        /* 文字色    (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
border-top:   #666666 0px dotted;          /* 枠(上)    (本体) */
border-left:  #666666 10px solid;          /* 枠(左)    (本体) */
border-right: #666666 0px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 0px solid;          /* 枠(下)    (本体) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 2px dotted;          /* 枠(上)    (本体) */
border-left:  #666666 0px solid;          /* 枠(左)    (本体) */
border-right: #666666 0px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 0px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:5px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
text-align: left;
background:url("https://blog-imgs-42.fc2.com/m/o/e/moeponzu/157.gif") #000000 5px 50% no-repeat;             /* 背景色    (タイトル) */
border: #666666 0px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 0px solid;          /* 枠(上)    (本体) */
border-left:  #666666 0px solid;          /* 枠(左)    (本体) */
border-right: #666666 0px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 0px solid;          /* 枠(下)    (本体) */
padding:1px 1px;
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
.pr_outline { 
border-top:   #e0e0e0 0px solid;                /* 個別枠(上) */
border-right: #e0e0e0 0px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 0px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 0px solid;                /* 個別枠(左) */
padding:1px 1px; 
margin-bottom:5px;
}
.pr_outline0 { 
border-top:   #e0e0e0 0px solid;                /* 個別枠(上) */
border-right: #e0e0e0 0px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 0px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 0px solid;                /* 個別枠(左) */
padding:5px 5px; 
margin-bottom:20px;
height: 282px;
}
.pr_outline1 {
float: left;
width: 50%;
text-align: right;
padding:1px 2px; 
}
.pr_outline2 {
float: left;
padding:1px 2px; 
}
.pr_outlineama { 
font-size:8pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 0px solid;          /* 枠(上)    (本体) */
border-left:  #666666 0px solid;          /* 枠(左)    (本体) */
border-right: #666666 0px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 0px solid;          /* 枠(下)    (本体) */
padding:3px 3px;
text-align:center;
} 
.pr_outlineama a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #ffffff;
}

.blogroll_topper {
		width: 100%;
		height: 100px;
		font-weight: bold;
		overflow-y:scroll;
		background-color: #ffffff;
	}
.blogroll_wrapper {
		width: 100%;
		font-weight: bold;
		overflow-y:scroll;
		background-color: #ffffff;
	}

.blogroll_innner {
		width: 50%;
		height: 278px;
		font-weight: bold;
		float: left;
	}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/*************************** ▼ 下部メニュー(ＲＳＳ) ▼ */
.rssline_outline { 
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:5px;
} 
.rssline_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
text-align: left;
background:url("https://blog-imgs-42.fc2.com/m/o/e/moeponzu/157.gif") #000000 5px 50% no-repeat;             /* 背景色    (タイトル) */
border: #666666 0px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.rssline_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 0px solid;          /* 枠(上)    (本体) */
border-left:  #666666 0px solid;          /* 枠(左)    (本体) */
border-right: #666666 0px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 0px solid;          /* 枠(下)    (本体) */
padding:1px 0px;
border:0px;
}
.rssline_body img {
border:0px;
}
.rssline_outlinetop { 
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:5px;
} 
/*************************** ▲ 下部メニュー(ＲＳＳ) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#e0e0e0 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#f6f6f6;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
　　　　　　　　　　　　　　　                     /* 太字      (タイトル) */
background-color:#f6f6f6;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 0px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:   #e0e0e0 0px solid;  /* 枠(上)    (コメント本文) */
border-left:  #666666 0px solid;  /* 枠(上)    (コメント本文) */
border-right: #666666 0px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#666666 0px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:5px 40px;
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:11pt;line-height:100%;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
.nm { 
color:green;                    /* 文字色    (時刻・CM・TB) */
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 100px;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 45%;
}
/* コメント入力欄文字サイズ */
textarea {
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:11pt;line-height:100%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 100px;
}
/* コメント投稿ボタンサイズ */
#bt1 {
border: 0px;
width: 325px;
height: 30px;
background: url("https://blog-imgs-42.fc2.com/m/o/e/moeponzu/bt1.gif") left top no-repeat;
text-indent:-000000px;
}
#bt1:hover {  
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}  
#bt1:active {  
padding: 6px 20px 4px;  
}  
#bt2 {
border: 0px;
width: 125px;
height: 30px;
background: url("https://blog-imgs-42.fc2.com/m/o/e/moeponzu/bt2.gif") left top no-repeat;
text-indent:-000000px;
}
#bt2:hover {  
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}  
#bt1:active {  
padding: 6px 20px 4px;  
}  
/********************************************* ▲ コメント ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 1px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#e0e0e0 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#e0e0e0 0px solid;             /* 飾り線(上)(本体) */
border-left:  #e0e0e0 0px solid;          /* 飾り線(左)(本体) */
border-right: #e0e0e0 0px solid;          /* 飾り線(右)(本体) */
border-bottom:#e0e0e0 0px solid;          /* 飾り線(下)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
margin:0px; 
font-size:9pt; 
text-align:center;                        /* 中央寄せ  (矢印) */
text-decoration:none;
}
.various_navi a {
padding:3px 4px 2px 4px;
text-decoration:none;
font-size:9pt;
color:#000000;
text-align:center;
border:1px solid #e0e0e0;
background:#ffffff;
}
.various_navi a:hover {
background:#f6f6f6;
}
/* 便利ナビ（カテゴリ・検索・月別ナビゲーション）の外枠 */
.various_outline {
border:#e0e0e0 0px solid; /* 外枠の色/太さ/実線 */
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:2px solid #e0e0e0;                       /* 外枠の色   */
background-color:#000000;                       /* 背景色     */
}
#footer_body { 
font-size:8pt;                                  /* 文字サイズ */
color:#666666;                                  /* 文字色     */
border:1px solid #666666;                       /* 内枠の色   */
text-align:left;                                /*左寄せ      */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#666666; }     /* 通常         */
#footer_body a:active  { color:#666666; }     /* 実行中       */
#footer_body a:visited { color:#666666; }     /* 訪問済み     */
#footer_body a:hover   { color:#666666; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }

/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 

/* ページナビ */
.page_navi { 
margin:30px 0; 
font-size:10pt; 
text-align:center;
text-decoration:none;
line-height:1.4em;
}
.page_navi a {
text-decoration:none;
font-size:10pt;
color:#000000;
text-align:center;
border:1px solid #e0e0e0;
background:#ffffff;
line-height:1.4em;
}
.page_navi a:hover {
background:#f6f6f6;
}

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote{
    background-color: #fff;
    padding: 1.5em 1em 0.5em;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 1em 1.5em;
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
}
 
blockquote:before{
    content: "“";
    font-size: 400%;
    line-height: 1em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}
 
blockquote:after{
    content: "”";
    font-size: 400%;
    line-height: 0em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #999;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 「はてなブックマークに追加」ボタン */
img.b_entry{
float: none;
clear: both;
border: none;
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */

/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;
}

/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:25px; /* 高さ */
background-color:#000000; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:5px; /* 下の間隔 */
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:25px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:150px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background:url("https://blog-imgs-42.fc2.com/m/o/e/moeponzu/list06-16.png") #000000 3px 50% no-repeat; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background:url("https://blog-imgs-42.fc2.com/m/o/e/moeponzu/list06-18.png") #000000 3px 50% no-repeat; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */
/* ▼メニューバー（ドロップダウン）▼ */

#menu_bar ul {
position:absolute;
margin:0;
padding:0;
}

#menu_bar li {
position:relative;
margin:0;
padding:0;
}

#menu_bar li ul li {
float:none;
}

#menu_bar li.menu ul,
#menu_bar li.menu ul li.menu ul,
#menu_bar li.menu_on ul li.menu ul {
display:none;
}

#menu_bar li.menu_on ul {
position:absolute;
display:block;
top:100%;
left:0;
}

#menu_bar li.menu_on ul li.menu_on ul {
position:absolute;
display:block;
top:0;
left:100%;
}

/* ▽IE6バグ対応▽ */
* html #menu_bar li li,
* html #menu_bar li li li {
font-size:1px;
line-height:0;
}
* html #menu_bar li li a,
* html #menu_bar li li li a {
display:block;
font-size:10pt;
line-height:25px;
}
/* △IE6バグ対応△ */

#menu_bar li li a,
#menu_bar li li li a {
border-top:1px solid #111111; /* 区切り線 */
}

/* ドロップダウンリストの透過（IE対応） */
#menu_bar > li > ul {
-moz-opacity: 0.9;
opacity: 0.9;
}

/* 第２階層の幅 */
#menu_bar li li a {
width:150px;
}

/* 第３階層の幅 */
#menu_bar li li li a {
width:150px;
}

/* ▲メニューバー（ドロップダウン）▲ */

/* メニューバーの検索窓 */
.msearch {
margin-left:300px; /* 左の余白 */
width:200px; /* 入力欄の幅 */
}

/* △TOPリンク */
.pagetop_link {
text-align:right; /* 右寄せ表示 */
font-size:9pt; /* 文字の大きさ */
margin-right:5px; /* 右の余白 */
}

/* コメントふきだしの全体 */
#cm_balloon{
background:transparent;
padding:0;
text-align:left;
left;color:#ffffff;
}
#cm_balloon .cm_body{
display:block;
background:#87CEEB;
}
/* ふきだしの詳細 */
#cm_balloon p{
margin:0;
padding:0px 5px;
font-size:12px;
clear:both;
line-height:20px;
}
#cm_balloon .cmb_top,
#cm_balloon .cmb_bottom{
display:block;
background:transparent;
font-size:1px;
}
#cm_balloon b{
display:block;
overflow:hidden;
}
#cm_balloon .cmb1,
#cm_balloon .cmb2,
#cm_balloon .cmb3{
height:1px;
}
#cm_balloon .cmb2,
#cm_balloon .cmb3,
#cm_balloon .cmb4{
background:#87CEEB;
}
#cm_balloon .cmb1{
margin:0 5px;
background:#87CEEB;
}
#cm_balloon .cmb2{
margin:0 3px;
border-width:0 2px;
}
#cm_balloon .cmb3{
margin:0 2px;
}
#cm_balloon .cmb4{
height:2px;
margin:0 1px;
}
/* ふきだしの三角 */
.cmb_fukidashi{
border-left:70px solid transparent;
position:absolute;
border-top:4px solid #87CEEB;
}
/* 投稿者の詳細 */
.cmballoon_user{
text-align:left;
margin:10px 0 15px 0;
}
.cmballoon_user a{
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.cmballoon_user a:hover{
text-decoration:underline;
}
.cmballoon_user span{
font-size:10px;
color:#696969;
}

/* ama */
.ama0 {
width: 650px;
}
.main-ama1 {
float: left;
width: 325px;
white-space:nowrap;
}
.main-ama2 {
float: left;
}

/* ユーザータグ一覧記事用 */
ul.example {
width: 650px
margin: 0;
padding: 0;
}
ul.example li {
float: left;
margin-right: 5px;
padding: 2px;
list-style-type: disc;
white-space:nowrap;
}
.clearLeft { 
clear: left; 
}

#feedControl {
    margin:0px ;
    list-style-type: none;
    text-align: left;
    line-height: normal;
    padding-left: 10px;
    background-repeat: no-repeat;
}
#feedControl .gf-result .gf-author,
#feedControl .gf-result .gf-spacer,
#feedControl .gf-result .gf-relativePublishedDate,
#feedControl .gf-result .gf-snippet {
display : none;
  }
#feedControl .gfc-resultsRoot {
  background-color:#fefefe;
}

.babylink-title{
       font-weight: bold;
}

.t_b {
font-size: 16px; font-weight: bold; color: #000000; line-height: 27px; margin: 0px 0px 35px 40px;
}
.t_b t_i {
font-size: 16px; font-weight: bold; color: #000000; line-height: 27px; margin: 0px 0px 35px 40px;
}

<!--▼▼ エディタ ▼▼-->
.r0 {font-size: 1.0em;}
.r1 {
width:600px;
font-size: 1.0em;
margin-left:20px;
line-height:25px;
padding: 5px;
background: #ffffff;
display:block;
border:#e0e0e0 1px solid;
}
.rr {font-size: 1.1em; font-weight: bold; color: #000000; line-height: 170%;}
.r2 {font-size: 1.5em; font-weight: bold; color: #0000ff; line-height: 200%;}
.r3 {font-size: 1.5em; font-weight: bold; color: #ff0000; line-height: 200%;}
.r4 {font-size: 1.5em; font-weight: bold; color: #339900; line-height: 200%;}
.r5 {font-size: 1.3em; font-weight: bold; color: #000000; line-height: 170%;}
.r6 {font-size: 1.8em; font-weight: bold; color: #000000; line-height: 200%;}
.bb {font-size: 1.0em;}
.aa {font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:16px; line-height:18px;}
.cc {font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:10pt; line-height:100%;}
.ee {font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:9pt; line-height:100%;}
.dd {font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:12px; line-height:14px;}
.gg {font-size: 1.0em; font-weight: bold;}
.gg img{vertical-align: top; }
<!--▲▲ エディタ ▲▲-->