body { 
text-align:center;
font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
line-height:1.3;
margin:0;
padding:0;
background-color:#F7F7F7;                       /* 外側背景色 */
} 
/*************▼リンク付きのみの画像半透明化▼*/
a:hover img{
/* opacity: 0.6;
 filter: alpha(opacity=60);
-moz-opacity:0.6; */
}
/*************▼リンク付きのみの画像半透明化▼*/
/* --------サムネイルリンク枠線を消す-------- */
a img {
    border-style:none;
}
/* --------サムネイル枠線を消す-------- */
/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#3C63FD; text-decoration:none;}      /* 通常 */
a:active  {color:#3C63FD; text-decoration:none;}      /*実行中*/
a:visited {color:#3C63FD; text-decoration:none;}      /*訪問済*/
a:hover   {color:#3C63FD; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */
/******************************************* ▼ サイトの幅 ▼ */
#outline{ 
width:1100px;                                         /* 全体 */
margin:0 auto; 
background:#F7F7F7;                                     /* サイト背景色 */
border:#ddd 
0px solid;  　　　　　　　　　　　　　　 /* 枠 */
}
 
#center { 
width:780px;                                          /* 中央 */
float:left;
margin-left: 0px;　　　　　　　　　　  /* 全体の左間隔 */ 
} 
#left {  
width:310px;                                            /* サイド */
float:right; 
} 
#right { 　　　　　　　　　　　　　　　　　　　　　　　 
width:0px;                                         
float:right; 
} 
#center-left {             　　　　　　　　　　　　　　　 /* 合計 */
width:1100px;             /* サイズ変更するときは全体と合計は同じにする */    　　　　　　　　　　　　
float:left;　                  
} 　/* 中央とサイドのサイズ変更するときは全体と合計より-にしないと記事とサイドの隙間がなくなる */
/******************************************* ▲ サイトの幅 ▲ */

/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:0px solid #000;                     /* 外枠の色     */
}
#header_body { 
margin-bottom:0px;                            /* ヘッダ下間隔 */
background-color:#F7F7F7;                     /* 背景色       */


} 

#header_outline2 {
display: inline-block;
background-color: #000;　　　　　　　　　/* 背景色       */
text-align: center;
width: 1100px;

}
/********************************************* ▲ ヘッダー ▲ */

/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:30pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 0px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#F781F3; text-decoration:none; } /* 通常 */
h1 a:active  { color:#F781F3; text-decoration:none; } /*実行中*/
h1 a:visited { color:#F781F3; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#F781F3; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */

/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#fff;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 0px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */
/* ▼メニューバー▼ */
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:35px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:100px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#FA8400; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#FF6300; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

/***************************************** ▼ トップページ記事一覧 ▼ */
.ently_outline2 { 
margin-top:5px; 
font-size:9pt;                    /* 文字サイズ(記事タイトル)*/
text-align:left; 
background-color:#FFFFFF; /* 背景色 */
margin-bottom:10px; /* 次の記事までの間隔 */
float: left;
width: 378px;/* 横幅 */
min-height:400px;/* 縦幅の最小値 */
max-height:auto;
margin-right: 10px;
border:1px solid #CBC2C4; /* 区切り線 */
box-shadow:3px 3px 8px;
} 

.ently_navi2 { 
 font-size:10pt; 
margin-left: 5px;
text-align:left;                     /* 左寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */

} 
 .ently_body2 { 
font-size:10pt;                       /* 文字サイズ(トップページ時刻・CM・TB) */
} 
/* --------サムネイルサイズ-------- */
.imgsize2 img{
  width: 378px;
  height: 200px;
}
/* --------サムネイルサイズ-------- */
/***************************************** ▲ トップページ記事一覧 ▲ */
/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border: 1px solid #CBC2C4;           /* 外枠の色/太さ/実線 */ 
margin-top: 5px;                     /*  全体の上間隔 */
margin-bottom:10px;                  /* 次の記事までの間隔 */ 
margin-left: 0px;                    /* 全体の左間隔 */
background-color:#fff;               /* 背景色 */
box-shadow:3px 3px 8px;
} 
.ently_title {
margin-top: 0px;                      /* 上間隔 *(記事タイトル)/
text-align:left; 
font-size:10pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#ffffff;         　　　 /* 背景色    (記事タイトル)*/
border:#666666 0px solid;     /* 枠        (記事タイトル)*/
margin-left: 0px;
margin-right: 0px;
height: 70px;                      /* タイトル3行以内の高さ*/
} 

.ently_title_other {
margin-top: 0px;                      /* 上間隔 *(記事タイトル)/
text-align:right; 
font-size:10pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#ffffff;         　　　 /* 背景色    (記事タイトル)*/
border:#666666 0px solid;     /* 枠        (記事タイトル)*/
margin-left: 0px;
margin-right: 0px;
}   
                            /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#190707; text-decoration:none; } /* 通常 */
h2 a:active  { color:#190707; text-decoration:none; } /*実行中*/
h2 a:visited { color:#190707; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#3C63FD; text-decoration:none; } /*マウス*/
 


                             /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #e0e0e0 0px solid;      /* 枠(上)    (記事本文) */
border-left:  #CBC2C4 0px solid;      /* 枠(左)    (記事本文) */
border-right: #666666 0px solid;      /* 枠(右)    (記事本文) */
border-bottom:#666666 0px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 

}
.ently_navi { 
 
margin-left: 10px;
text-align:left;                     /* 左寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */

} 
.t_h {
font-size:10pt;
} 

 /* --------サムネイルサイズ-------- */
.imgsize img{
  width: 206px;
  height: 160px;
}
/* --------サムネイルサイズ-------- */
/************************************************* ▲ 記事 ▲ */
/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-right: 0px;
border:1px solid #CBC2C4;           /* 各プラグインの外枠線 */
box-shadow:3px 3px 8px;
margin-top:10px; 　　　　　　　　　　　　　　　　 /* プラグイン間隔 */
border:   #ddd 0px solid;                /* 個別枠 */
} 
.plugin1_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#FFF;                           /* 文字色    (タイトル) */
background-color:#1F1A1E;             /* 背景色    (タイトル) */
padding:2px 15px; 
border-left: 4px solid #FC4C72;       /* サイドバータイトル左ボーダーの色*/
	
} 

.plugin1_body a:link    { color:#555555; text-decoration:none; } /* 通常 */
.plugin1_body a:active  { color:#555555; text-decoration:none; } /*実行中*/
.plugin1_body a:visited { color:#555555; text-decoration:none; } /*訪問済*/
.plugin1_body a:hover   { color:#3C63FD; text-decoration:none; } /*マウス*/      

.plugin1_body { 
font-size:11pt;                            /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:10px 10px 10px 10px; 

line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */

/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline {  
border:   #ddd 0px solid;                /* 個別枠 */
margin-top:30px; 　　　　　　　　　　　　　　　　 /* プラグイン間隔 */
margin-right: 0px;
} 
.plugin2_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
padding:2px 15px; 

} 

.plugin2_body a:link    { color:#3C63FD; text-decoration:none; } /* 通常 */
.plugin2_body a:active  { color:#3C63FD; text-decoration:none; } /*実行中*/
.plugin2_body a:visited { color:#3C63FD; text-decoration:none; } /*訪問済*/
.plugin2_body a:hover   { color:#3C63FD; text-decoration:underline; } /*マウス*/                              

.plugin2_body { 
font-size:15pt;                            /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:2px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:2px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */

/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
margin-bottom:3px;
border:   #999999 0px solid;                /* 個別枠 */
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
padding:5px 20px; 

} 
.plugin3_body a:link    { color:#555555; text-decoration:none; } /* 通常 */
.plugin3_body a:active  { color:#555555; text-decoration:none; } /*実行中*/
.plugin3_body a:visited { color:#555555; text-decoration:none; } /*訪問済*/
.plugin3_body a:hover   { color:#3C63FD; text-decoration:none; } /*マウス*/  
  
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */


/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#CBC2C4 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:15px;                 /* 次のコメントまでの間隔 */
box-shadow:3px 3px 8px;
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 0px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:12pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:   #e0e0e0 0px solid;  /* 枠(上)    (コメント本文) */
border-left:  #CBC2C4 0px solid;  /* 枠(左)    (コメント本文) */
border-right: #666666 0px solid;  /* 枠(右)    (コメント本文) */
border-bottom:#666666 0px solid;  /* 枠(下)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:left;                  /* 左寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
font-size:12pt; 
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
font-size:12pt; 
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#e0e0e0 0px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#555555;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#f0f0f0;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#666666 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_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;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 0px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#e0e0e0 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline { 
border:2px solid #000;                       /* 外枠の色   */
background-color:#000;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border:0px solid #666666;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#999999; }     /* 通常         */
#footer_body a:active  { color:#999999; }     /* 実行中       */
#footer_body a:visited { color:#999999; }     /* 訪問済み     */
#footer_body a:hover   { color:#0000ff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }

/*** その他 ***/
p { margin: 0px 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:10px 0; font-size:12pt; color:#555555;}



/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}



/* プラグインの文字配置 */
.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%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */

.top_search {
float:right;
margin-top:20px; /* 検索窓の上間隔 */
margin-right:20px; /* 検索窓の右間隔 */
}

h1 {
float:left;
}
.intro {
clear:both;
}

li {
margin-left:0px;
list-style-type: none;
}


/**************************************************************/
/*
フッターにある著作権表示を残して頂ければ
どんなにカスタマイズされても構いません。
http://16162ch.blog.fc2.com/ 対艦番長
*/
/**************************************************************/
/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/

/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
}
.blogroll-channel {
    height: 320px;
    margin-bottom: 0px;
    margin-left: 2px;
    padding: 10px;
    border: solid 0px #999;        /* 外枠線       */
    background: #fff;
    overflow-y: scroll;
scrollbar-base-color : #FFFFFF;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.3;
   border-bottom: 1px dashed;
   border-color: #D8D8D8;
   padding-bottom: 3px;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.blogroll-wrapper{
        margin: 0 auto;
	width:1254px;
	overflow:hidden;
        margin-bottom: 10px;
}

.blogroll-column{
	float:left;
	width:50%;


}

.blogroll-wrapper-top_under{
        margin-top: 8px;
        margin-bottom: 8px;
	width:850px;
	overflow:hidden;


}

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
        width:550px;
        float:left;
}


.blogroll-wrapper{
 width:776px;
 overflow:hidden;
float:left;
 }
 .blogroll-column{
 float:left;
 width:50%;
 }

.blogroll-article {
    height: 220px;
    margin-bottom: 0px;
    padding: 10px;
    border: solid 0px #999;
    background: #fff;
    overflow-y: scroll;
scrollbar-base-color : #FFFFFF;
    font-size: 22px;
}

/* 関連記事リスト

----------------------------------------------------------- */
.relate_dl {
margin: 20px 0 15px;
border: 0 none;
font-weight: bold;
font-size: 18px;
}

.relate_dd {
margin: 10px 0 35px 10px;
}

.relate_dt {
	font-size:18px !important;
	margin:0 0px 0px !important;
	padding:0 10px 0 !important;
	border-top:#666 solid 0px;
	font-weight:bold !important;
	background:#eee;
	text-align: left;
	color:#000000;
	font-size:20px;
	/*編集ポイント メインコンテンツタイトルの色*/
	background-color: #FFFFFF;
	/*編集ポイント サイドバータイトル左ボーダーの色*/
	border-left: 0px solid #FC4C72;
        height: 30px;
        width: 624px;
}

.relate_ul {
list-style-type: none;
list-style-image: url(https://blog-imgs-92.fc2.com/t/a/l/talesmatomeria/20160715155440597.png);
margin: 5;
padding-left: 0px;
font-weight: bold;
font-size: 15px;
}

.relate_ul li {
list-style-type: none;
margin: 0;
padding-left: 0px;
}

/* コメント一覧

----------------------------------------------------------- */
p.comment_title{
	font-size:18px !important;
	margin:0 0px 0px !important;
	padding:0 10px 0 !important;
	border-top:#666 solid 2px;
	border-bottom:#666 solid 1px;
	font-weight:bold !important;
	background:#eee;
	text-align: left;
	color:#FFF;
	font-size:20px;
	/*編集ポイント メインコンテンツタイトルの色*/
	background-color: #1F1A1E;
	/*編集ポイント サイドバータイトル左ボーダーの色*/
	border-left: 4px solid #FC4C72;
        height: 30px;
        width: 756px;
}


/* 表1

----------------------------------------------------------- */
table.type10 { 
    border-collapse: collapse; 
    text-align: left; 
    line-height: 1.5; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; 
} 


table.type10 thead th { 
    width: 150px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: top; 
    color: #fff; 
    background: #04162e; 
} 

table.type10 td { 
    width: 350px; 
    padding: 10px; 
    vertical-align: top; 
} 

table.type10 .even {  
    background: #f3f6f7;  
} 

/*１年ごとの月部分表示領域*/
#plugin-compact-monthly-archive dd {
  margin-left:    5px;             /*プラグイン内の左端からの距離*/
}

/*各月ごと*/
#plugin-compact-monthly-archive dl a {
  padding-right:  0px;             /*次の月との距離*/
color: #3C63FD;
}


/********************************************* ▼ フッター ▼ */
#footer_outline {
border:0px solid #000000;                       /* 外枠の色   */
background-image:url("");
margin: 0 -47%;
padding: 0 47%;
width: 100%;
box-shadow: 0px -2px 10px #808080;
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
border:0px solid #ffd700;                       /* 内枠の色   */
padding:5px;
} 

.footer_link {
width: 210px;
text-align: left;
font-size:12px;
margin-right: 40px;
float: left;
}

.footer_link a:hover{
text-decoration: none;
padding: 0px;
background: #FFF1E5;
}

.footer_fc2 {
clear: both;
}
                                              /* リンク       */
#footer_body a:link    { color:#ffffff; }     /* 通常         */
#footer_body a:active  { color:#ffffff; }     /* 実行中       */
#footer_body a:visited { color:#ffffff; }     /* 訪問済み     */
#footer_body a:hover   { color:#3C63FD; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */

/* フッター（カテゴリ）タイトル */
.footer-title {
    width: 210px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    border-left: #FC4C72 3px solid;
    border-bottom: #ffffff 1px solid;
    margin: 10px 0px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
}
