body {
/*text-align:center;*/
line-height:1.3;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1200px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:762px;                                          /* 中央 */
float:right; 
} 
#left { 
width:205px;                                            /* 左 */
float:left; 
} 
#right { 
width:205px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:981px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#800000; text-decoration:none;}      /* 通常 */
a:active  {color:#800000; text-decoration:none;}      /*実行中*/
a:visited {color:#800000; text-decoration:none;}      /*訪問済*/
a:hover   {color:#ff0000; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
margin-bottom:20px;
}
#header_body { 
background-color:#000000;                     /* 背景色       */
border:1px solid #000000;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:120%;
font-weight:normal;
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h1 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h1 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#ff0000; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#FFFFFF;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.entry_outline { 
border:#000000 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.entry_title { 
font-size:100%;                    /* 文字サイズ(記事タイトル)*/
background-color:#000;          /* 背景色    (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
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:#ff0000; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.entry_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:#cccccc 1px solid;         /* 飾り線 */
} 
.entry_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 15px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.entry_text img{
max-width:100%;
height:auto;
}
.entry_navi { 
text-align:left;
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline{} 
.plugin1_title { 
color:#fff;
background-color:#000;
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 0 10px;
line-height:1;
} 
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline{}
.plugin2_title { 
color:#fff;
background-color:#000;
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 0 10px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #000000 2px solid;                /* 個別枠(上) */
border-right: #000000 2px solid;                /* 個別枠(右) */
border-bottom:#000000 2px solid;                /* 個別枠(下) */
border-left:  #000000 2px solid;                /* 個別枠(左) */
margin-bottom:20px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline {
margin-bottom:20px;
border:#000 2px solid;
} 
.various_title {
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線    (本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:1px solid #000000;                       /* 外枠の色   */
background-color:#000000;                       /* 背景色     */
border-top: #c0c0c0 2px solid;                  /* 飾り線(上) */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#800000;                                  /* 文字色     */
border:1px solid #000000;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#800000; }     /* 通常         */
#footer_body a:active  { color:#800000; }     /* 実行中       */
#footer_body a:visited { color:#800000; }     /* 訪問済み     */
#footer_body a:hover   { color:#FF0000; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 8px 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:9pt; }

/* カレンダーの中央寄せ */
.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; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#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%;
}

/* ▼ 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バトンのスタイル ▲ */

#dmmpopular{margin:0 0 10px 0}
.clfx:after{content:"";display:block;clear:both}
/*
#dmmpopular .dmmtn{float:left;width:20%}
#dmmpopular .dmmtn:nth-child(5n+1){clear:both}
*/
#dmmsameactress .dmmtn{float:left;width:25%}
#dmmsameactress .dmmtn:nth-child(4n+1){clear:both}
.dmmtn img{max-width:100%;height:auto}
.dmmcredit{text-align:right;font-size:12px}
.dmmtitle{font-size:14px;line-height:1.3em;height:2.6em;overflow:hidden;}
.dmmmargin{padding:0 15px}
.dmmtn{margin:0 0 10px 0}
h2.pl,.relate_dt{font-size:16px;font-weight:bold;background:#f55;color:#fff;margin:15px 0;padding:0 0 0 10px}
.videodetails img{display:block;max-width:100%;height:auto}

.poptn img{max-width:100%;height:auto}
.poptn{margin:0}
.popvideo{margin:0 0 20px 0}
.poptitle,.poptitle a{background:#333;color:#fff}
.poptitle{padding:3px 6px}
.capturedfootage{float:left;width:360px}
.explanation{float:left;width:368px}

.sourceurl{
  font-size:20px;
  font-weight:bold;
  margin:25px 0;
}

.relate_ul:after{clear:both;display:block;content:""}
.relate_ul li{float:left;width:50%}
.relate_ul li:nth-of-type(2n+1){clear:both}

#randomPopularPosts {display:none;margin:25px 0}
#randomPopularPosts .rp{float:left;width:25%}
#randomPopularPosts .rp:nth-of-type(4n+1){clear:both}
#randomPopularPosts .rp_tn,
#randomPopularPosts .rp_ttl{padding:0 10px}
#randomPopularPosts img{display:block;max-width:100%;height:auto}

.video{margin-bottom:15px;text-align:center}

.title333 a{display:block;padding:0;line-height:1.3em;height:5.2em;overflow:hidden}

.deletedurl{font-size:20pt}



#populareroterest{margin:20px 0 0 0}
#populareroterest .popvideo{width:16.66%;float:left}
#populareroterest .popvideo:nth-child(6n+1){clear:both}


#populareroterest .poptn,#populareroterest .poptitle{padding:0 3px}

#populareroterest .poptitle{
  line-height: 1.3em;
  height: 3.9em;
  overflow: hidden;
  font-size:14px;
  background:white;
}
#populareroterest .poptitle a{
  background:white;
  color:#0000cc;
}

#page-top{display:block;position:fixed;bottom:20px;right:20px;z-index:99999}
#page-top a{background:#000;text-decoration:none;width:50px;height:50px;padding:0;display:block;border:none;}