body {
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    background-color: #ecf0f1; /* 外側背景色 */
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#outline {
    background-color: #ecf0f1; /* サイト背景色 */
}
/******************************************* ▼ サイトの幅 ▼ */
#outline {
    width: 1050px; /* 全体 */
    margin: 0 auto;
}
#center {
    width: 750px; /* 中央 */
    float: right;
}
#left {
    width: 290px; /* 左 */
    float: left;
}
#right {
    width: 0px; /* 右 */
    float: right;
}
#center-left {
    /* 計算して設定してください ------ */
    width: 1050px; /* 全体と同じ値を設定 */
    float: left;
}
/******************************************* ▲ サイトの幅 ▲ */
/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link {
    color: #0000cd;
    text-decoration: none;
} /* 通常 */
a:active {
    color: #0000cd;
    text-decoration: none;
} /*実行中*/
a:visited {
    color: #0000cd;
    text-decoration: none;
} /*訪問済*/
a:hover {
    color: #4169E1;
    text-decoration: underline;
} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */
/********************************************* ▼ ヘッダー ▼ */
/********************************************* ▲ ヘッダー ▲ */
/******************************************* ▼メニューバー▼ */
ul#menu_bar {
    font-size: 80%; /* 文字サイズ */
    height: 30px; /* 高さ */
    background-color: #383838; /* 背景色 */
    padding-left: 0px;
    margin-left: 0px;
    margin-top: -5px; /* 上の間隔 */
    margin-bottom: 11px; /* 下の間隔 */
    width: 1050px;
    border: 0px solid #af0000;
}
#menu_bar li {
    list-style-type: none;
    float: left;
    line-height: 30px; /* 高さ */
    padding: 0px;
}
#menu_bar li a {
    display: block;
    text-align: center;
    width: 106px; /* １つのメニューボタンの幅 */
    border-right: 0px solid #af0000; /* 区切り線 */
    color: #ffffff; /* リンク文字の色 */
    background-color: #383838; /* メニューボタンの背景 */
    text-decoration: none;
}
#menu_bar li a:hover {
    color: #ffffff; /* マウスが乗ったときのリンク文字の色 */
    background-color: #737373; /* マウスが乗ったときの背景色 */
    text-decoration: none;
}
/******************************************* ▲メニューバー▲ */
/*************************************** ▼ ブログタイトル ▼ */
h1 {
    font-size: 16pt; /* 文字サイズ */
    text-align: left; /* 左寄せ     */
    margin-top: 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 {
    background-color: #FFFFFF; /* 背景色             */
    margin-bottom: 5px; /* 次の記事までの間隔 */
    border: #c0c0c0 1px solid; /* 外枠の色/太さ/実線 */
}
.ently_title {
    font-size: 15pt; /* 文字サイズ(記事タイトル)*/
    font-weight: bold;
    color: #ffffff; /* 文字色    (タイトル)    */
    text-align: left; /* 左寄せ    (記事タイトル)*/
    padding: 9px 10px 2px 10px;
    margin: 3px;
}
.ently_title_perm {
    font-size: 15pt; /* 文字サイズ(記事タイトル)*/
line-height:1.4;
    font-weight: bold;
    color: #FFFFFF; /* 文字色    (タイトル)    */
    text-align: left; /* 左寄せ    (記事タイトル)*/
    background-color: #888888;
    padding: 9px 20px 7px;
    margin: 0;
}
.ently_title_perm a:link {
    color: #FFFFFF;
    text-decoration: none;
} /* 通常 */
.ently_title_perm a:active {
    color: #FFFFFF;
    text-decoration: none;
} /*実行中*/
.ently_title_perm a:visited {
    color: #FFFFFF;
    text-decoration: none;
}/*訪問済*/
.ently_title_perm a:hover {
    color: #FFFFFF;
    text-decoration: underline;
} 
.ichiran_left img {
    width: 220px;
    height: 124px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: solid 1px #ADB7D2;
}
.ichiran_right {
    text-align: right ;
}
.ently_body {
    font-size: 14px; /* 文字サイズ(記事本文) */
    color: #000000; /* 文字色    (記事本文) */
}
.ently_text {
    text-align: left; /* 左寄せ    (記事本文) */
    font-size: 16px; /* 文字サイズ(記事本文) */
line-height:1.5;
    margin: 10px 20px;
    margin-bottom: 20px; /* 記事末尾の間隔調整 */
}
.ently_text img {margin:8px 0;max-width:704px;}

.ently_navi {
    text-align: left; /* 右寄せ */
    color: #333333; /* 文字色 */
    padding-left: 20px;
    margin-top: 5px;
    margin-right: 5px;
    background: #FFFFFF;
    border-radius: 10px;
}
.ently_navi_perm {
    text-align: right; /* 右寄せ */
    color: #333333; /* 文字色 */
    padding-left: 20px;
    margin-top: 10px;
    margin-right: 9px;
    background: #FFFFFF;
    border-radius: 10px;
}
/************************************************* ▲ 記事 ▲ */
/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline {
    border: #c0c0c0 1px solid;
    background-color: #FFFFFF;
    margin-bottom: 10px; /* 次のプラグインまでの間隔 */
}
.plugin1_title {
    font-size: 10pt; /* 文字サイズ(タイトル) */
    font-weight: bold; /* 太字      (タイトル) */
    color: #FFFFFF; /* 文字色    (タイトル) */
    background-color: #888888; /* 背景色    (タイトル) */
    padding: 3px 15px;
    margin: 0;
}
.plugin1_body {
    font-size: 10pt; /* 文字サイズ(本体) */
    color: #000000; /* 文字色    (本体) */
    background-color: #ffffff; /* 背景色    (本体) */
    padding: 3px 5px 5px 5px;
    margin: 5px;
    line-height: 1.3;
}
/* プラグイン1説明（上部） */
.p1u_description {
    margin-bottom: 7px
}
/* プラグイン1説明（下部） */
.p1d_description {
    margin-top: 7px
}
.sidewrapper {
    overflow: hidden
}
.sidewrapper a:link {
    color: #393939;
    text-decoration: none;
}
.sidewrapper a:active {
    color: #393939;
    text-decoration: none;
}
.sidewrapper a:visited {
    color: #393939;
    text-decoration: none;
}
.sidewrapper a:hover {
    color: #e74c3c;
    text-decoration: none;
}
.plugin1_outline1 {
    margin-top: -5px;
    padding: 5px 0 10px;
}
.fixed_body1 {
    padding: 7px 0;
    background-color: #fff;
    border: #c0c0c0 1px solid;
    font-size: 13px;
    color: #000;
    overflow: hidden;
    text-align: center;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */
#f6ca3dccf8059e771abbae48eeeb0e03 a {
    text-align: left
}
/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline {
    border: #c0c0c0 1px solid; /* 個別枠(上) */
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.plugin3_title {
    font-size: 16px; /* 文字サイズ(記事タイトル)*/
    color: #fff;
    font-weight: bold;
    background-color: #888888; /* 背景色    (記事タイトル)*/
    text-align: left; /* 左寄せ    (記事タイトル)*/
    padding: 5px 20px;
    margin: 5px;
}
.plugin3_body {
    font-size: 15px; /* 文字サイズ(本体) */
    color: #363947; /* 文字色    (本体) */
    background-color: #ffffff; /* 背景色    (本体) */
    padding: 1px 20px;
}
/* プラグイン3説明(上部) */
.p3u_description {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
    margin-top: 5px;
    margin-bottom: 5px;
}

#maplist li {
  margin: 24px 0;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */
/********************************************* ▼ コメント ▼ */
.comment_outline {
    border: #e0e0e0 0px solid; /* 外枠の/色太さ/実線     */
    background-color: #FFFFFF; /* 背景色                 */
    text-align: left; /* 左寄せ                 */
    margin-bottom: 20px; /* 次のコメントまでの間隔 */
}
.comment_title {
    font-size: 15px; /* 文字サイズ(タイトル) */
    color: #555555; /* 文字色    (タイトル) */
    font-weight: bold; /* 太字      (タイトル) */
    background-color: #ffffff; /* 背景色    (タイトル) */
    text-align: left; /* 左寄せ    (タイトル) */
    padding: 10px 20px;
}
.comment_body {
    font-size: 11pt; /* 文字サイズ(コメント本文) */
    color: #000000; /* 文字色    (コメント本文) */
}
.comment_text {
    text-align: left; /* 左寄せ    (コメント本文) */
    margin: 10px 20px;
}
.comment_navi {
    color: #555555; /* 文字色    (時刻・CM・TB) */
    text-align: right; /* 右寄せ    (時刻・投稿者) */
    font-size: 10pt;
    margin: 0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
    width: 50%
}
/* コメント本文の入力欄の幅 */
#comment {
    width: 702px;
    height: 200px;
}
/* コメントパスワード入力欄の幅 */
#pass {
    width: 30%
}
/********************************************* ▲ コメント ▲ */
/*************************************** ▼ トラックバック ▼ */
.trackback_outline {
    border: #e0e0e0 2px 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 1px solid; /* 枠(上)    (ブロック本文) */
    border-left: #666666 1px solid; /* 枠(左)    (ブロック本文) */
    border-right: #666666 1px solid; /* 枠(右)    (ブロック本文) */
    border-bottom: #666666 1px 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 0px solid; /* 外枠の色/太さ/実線 (上) */
    margin-bottom: 20px;
}
.various_title {
    font-size: 10pt; /* 文字サイズ(タイトル) */
    color: #FFFFFF; /* 文字色    (タイトル) */
    font-weight: bold; /* 太字      (タイトル) */
    background-color: #888888; /* 背景色    (タイトル) */
    text-align: left; /* 左寄せ    (タイトル) */
    border: #666666 0px solid; /* 枠        (タイトル) */
    padding: 5px 20px;
    margin: 0;
}
.various_body {
    font-size: 15px; /* 文字サイズ(本体) */
    color: #000000; /* 文字色    (本体) */
    background-color: #FFFFFF; /* 背景色    (本体) */
    border: #c0c0c0 1px solid; /* 飾り線(上)(本体) */
    line-height: 1.4;
}
.various_text {
    text-align: left; /* 左寄せ    (本体) */
    padding: 10px 20px;
}
.various_text li {
    margin: 24px 0
}
.various_navi {
    text-align: center; /* 中央寄せ  (矢印) */
    margin: 10px;
}
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */
/********************************************* ▼ フッター ▼ */
#footer_outline {
    background-color: #888888; /* 背景色     */
}
#footer_body {
    font-size: 9pt; /* 文字サイズ */
    color: #ffffff; /* 文字色     */
    border: 0px solid #666666; /* 内枠の色   */
    padding: 5px;
}
/* リンク       */
#footer_body a:link {
    color: #ffffff
} /* 通常         */
#footer_body a:active {
    color: #ffffff
} /* 実行中       */
#footer_body a:visited {
    color: #ffffff
} /* 訪問済み     */
#footer_body a:hover {
    color: #0000cd
} /* オンマウス時 */
.footall {
    font-size: 12px;
    text-align: left;
}
.footerlist1 {
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: 30px;
    float: left;
}
.linktitle {
    font-size: 16px;
    font-weight: bold;
    color: #FFFCDB;
}
/********************************************* ▲ フッター ▲ */
/* カレンダー */
.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: 0;
    list-style-type: none;
}
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: 16px;
}
.page_navi a {
    margin: 0 4px
}
.page_navi b {
    margin: 0 4px
}
/* カレンダーの中央寄せ */
.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;
    line-height: 1.6;
}
#sitemap ul.sitemap_list {
    margin-left: 20px; /* 各記事リストの左余白 */
}
.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%
}
.date {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.clear {
    clear: both
}
div {
    word-break: break-word
}
p.entry-more {
    padding : 0px 0px 10px 0px;
    margin-top: 25px;
    text-align : left;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
}
.entry-more a {
    color: #ffffff;
    padding: 4px 120px 2px 120px;
    background : #383838;
}
.entry-more a:hover {
    opacity: 0.7;
    text-decoration: none;
}
/* ▼Blog Roll Css 2▼ */
.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 5px 2px 0 7px;
}
.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 15px
}
.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.3;
    padding: 2px 0;
    border-bottom: 1px dashed #C2C2C2;
}
.blogroll-channel .blogroll-list img {

}
.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 4px 0 0
}
.blogroll-channel img.blogroll-favicon {
    width: 10px;
    height: 10px;
}
.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_wrapper1 {
    width: 99.8%;
    border: solid 1px #c0c0c0;
    overflow-y: scroll;
    background-color: #FFFFFF;
    margin: -2px 0 6px 0;
}
.blogroll_wrapper2 {
    width: 99.8%;
    border: solid 1px #c0c0c0;
    overflow-y: scroll;
    background-color: #FFFFFF;
    margin-bottom: 12px;
}
.blogroll_innner1 {
    width: 1030px;
    height: 292px;
    float: left;
}
.blogroll_innner2 {
    width: 50%;
    height: 314px;
    float: left;
}
.blogroll-channel .blogroll-list a:link {
    color: #1111cc;
    text-decoration: none;
}
.blogroll-channel .blogroll-list a:active {
    color: #1111cc;
    text-decoration: none;
}
.blogroll-channel .blogroll-list a:visited {
    color: #1111cc;
    text-decoration: none;
}
.blogroll-channel .blogroll-list a:hover {
    color: #4169E1;
    text-decoration: none;
}
/* ▲Blog Roll Css 2▲ */
.frame1 {
    height: 180px;
    width: 640px;
    margin: 38px 0 80px 2px;
    background: #fff;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.frame1 a {
    font-size: 16px;
    padding-right: 4px;
    line-height: 1.7;
    color: #333333;
}
.frame2 {
    height: 362px;
    margin-bottom: 1px;
    margin-right: 6px;
    background: #fff;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.frame2 a {
    font-size: 18px;
    padding-left: 2px;
    padding-right: 28px;
    padding-bottom: 2px;
    line-height: 2;
}
.tangan {
    overflow: hidden
}
.takasa {
    line-height: 1.5
}
.saishin {
    margin: -6px 0
}
.saishin li {
    padding: 7px 1px;
    border-bottom: solid 1px #aaa;
}
.datecategory {
    margin-top: 1px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
}
.recommend {
    width: 740px;
    margin: 0 0 30px -6px;
}
.relate_title {
    font-size: 16px;
    font-weight: bold;
    margin: 66px 0 10px 2px;
}
.relate {
    font-size: 16px;
    margin: 6px 0 22px;
    line-height: 1.4;
}
ul.relate li {
    margin-bottom: 10px;
    margin-left: 2px;
}
td {
    vertical-align: top
}
.yonde1 {
    width: 98%;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    background-color: #333333;
    padding: 5px;
    font-size: 10pt;
    font-weight: bold;
    line-height: 15px;
}
.yonde2 {
    position: relative;
    overflow: hidden;
    z-index: 0;
    word-wrap: break-word;
}
.yonde2 img {
    width: 100%
}
.yonde2 a {
    color: #ffffff
}
.yondetrim {
    height: 180px;
    position: relative;
    overflow: hidden;
}
.yondeimag {
    position: absolute
}
.yonde {
    margin: -5px 0
}
.yonde li {
    margin: 5px 0
}
.ranking {
    margin-bottom: 10px
}
#osusume {
    text-align: left
}
.exp {
    margin: 2px 0
}
.exp li {
    margin: 2px 0
}
.comments {
    margin: -9px 0 -5px
}
.comments li {
    padding: 9px 0 8px;
    line-height: 1.4;
    border-bottom: #666 1px solid;
}
.t_h {
    margin: 20px 0 -12px;font-size:14px;
}
.t_b {
    padding: 0 0 18px;
}

.ninja_onebutton {margin:40px 6px 15px;}

.addtext {font-size:16px;line-height:1.5;}