body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#f8f8ff;                    /* 外側背景色 */
font-family:"MeiryoKe_PGothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;}
#outline { 
background-color:#f8f8ff;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1070px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:766px;                                          /* 中央 */
float:right; 
} 
#left { 
width:300px;                                            /* 左 */
float:left; 
} 

#center-left {             /* 計算して設定してください ------ */
width:1070px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#0066cc; text-decoration:none;}      /* 通常 */
a:active  {color:#0066cc; text-decoration:none;}      /*実行中*/
a:visited {color:#0066cc; text-decoration:none;}      /*訪問済*/
a:hover   {color:#0000CD; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */


/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #a9a9a9;                     /* 外枠の色     */
                            /* ヘッダ下間隔 */
}
#header_body { 
background-color:#fafafa;                     /* 背景色       */
border:1px solid #ffffff;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
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:12pt;                                 /* 文字サイズ */
color:#000000;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#a9a9a9 1px solid;   
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:10px;                     /* 次の記事までの間隔 */
} 

.ently_title { 
background-color:#6495ed;
display:block;
font-size:12pt;                       
text-align:left;          
border-bottom:#a9a9a9 1px solid; 
margin:0;
padding-top:3px;
padding-left:8px;
padding-right:8px;
padding-bottom:1px;
margin:3px 3px 0px 3px;

} 
                     /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#fff; text-decoration:none; } /* 通常 */
h2 a:active  { color:#fff; text-decoration:none; } /*実行中*/
h2 a:visited { color:#fff; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:12px;                       /* 文字サイズ(記事本文) */
color:#303030;                        /* 文字色    (記事本文) */
line-height:11px; 
} 

.ently_center {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:0px 25px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}

/************************************************* ▲ 記事 ▲ */

/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 

margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 

.plugin1_body { 
font-size:14px;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top : #a9a9a9 1px solid;          /* 枠(左)    (本体) */
border-left : #a9a9a9 1px solid;          /* 枠(左)    (本体) */
border-right: #a9a9a9 1px solid;          /* 枠(右)    (本体) */
border-bottom:#a9a9a9 1px solid;          /* 枠(下)    (本体) */
padding:3px 3px 3px 3px; 
line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:8pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:2px 10px; 
} 
.plugin2_body { 
font-size:14px;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-left:  #666666 1px solid;          /* 枠(左)    (本体) */
border-right: #666666 1px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
margin-bottom:10px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top : #a9a9a9 1px solid;          /* 枠(左)    (本体) */
border-left : #a9a9a9 1px solid;          /* 枠(左)    (本体) */
border-right: #a9a9a9 1px solid;          /* 枠(右)    (本体) */
border-bottom:#a9a9a9 1px solid;          /* 枠(下)    (本体) */

}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;

}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:3px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */

/********************************************* ▼ コメント ▼ */
.comment_outline { 
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:10px;                 /* 次のコメントまでの間隔 */
border:#a9a9a9 1px solid; 
} 
.comment_title { 
font-size:8pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px solid;             /* 枠        (タイトル) */
} 
.comment_body { 
font-size:12pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */

} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
padding:3px 3px 3px 3px; 
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */


/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.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 1px 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 {
background-color:#f0f0f0;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border:1px 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: 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:9pt; }

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 


/* ▼ サイトマップ ▼ */
#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%;
}


.ss {
background-color:#f8f8ff;
border:1px solid  #fafafa;
padding:10px 10px 10px 10px;
font-size:9pt;
}

li {
margin-left:0px;
list-style-type: none;
}

.Side {
background-color:#6495ed;
font-size:9pt;  
color:#fff; 
padding:4px 6px 3px 6px;
font-weight:bold;
}

.Side2 {
background-color:#6495ed;
font-size:9pt;  
color:#fff; 
padding:2px 6px 2px 6px;
font-weight:bold;
margin:3px;
}

.kentry a {
letter-spacing: 0px;
line-height: 12px;
color:#000; 
margin-top:0px;
font-size:9pt;
display:block;
text-align:left;
padding:9px 0px 9px 6px;
text-decoration:none;
width:768px;
border-bottom:#a9a9a9 1px dashed; 
}

.acr a {
font-size:8pt;
text-align:left;
padding:3px 0px 3px 6px;
text-decoration:none;
width:100&;
border-bottom:#a9a9a9 1px dashed; 
}

.uu {
background-color:#6495ed;;
font-size:12px;  
color:#fff; 
padding:7px 6px 5px 6px;
margin:2px 2px 2px 2px;
font-weight:bold;
text-align:left; 
}
.das {
border-bottom:#a9a9a9 1px dashed; 
margin:4px 0px 4px 0px;
}

.Under a {
font-size:8pt;
display:block;
text-align:left;
padding:4px 0px 4px 0px;
width:206px;
border-bottom:#a9a9a9 1px dashed; 
}

.Under a:hover {
background-color:#f8f8ff;
}

.amazon a img{
border:0px;
}

.aa {
font-size:8pt;
border:#a9a9a9 1px dashed;
 background-color:#f8f8ff;
padding:8px;
}

.amazon a {
font-size:8pt;
display:block;
border-bottom:#a9a9a9 1px dashed;
line-height:14px; 
}

.amazon a:hover {
background-color:#4169e1;
}

.kentry a:hover {
background-color:#f8f8ff;
}

.ently_navi { 
font-size:13px;             
text-align:left;  
padding:4px 0px 4px 8px;         
} 

.Twitter {
padding:0px 4px 0px 8px;  
float:right;  
} 

#naviwa {             
background-color:#f8f8ff;    
margin:6px 3px 32px 3px;  
border:#a9a9a9 1px dashed; 
line-height:20px;
} 




.readmore { 
margin:2px 0px 12px 0px;
padding-top:10px;
line-height:34px; 
} 

.readmore a {
display:block;
height:33px;
color:fafafa;
font-size:10pt;
font-weight:bold;
text-align:center;
text-decoration:none;
background:#f8f8ff;
border-radius:3px;
border:solid 1px #a9a9a9;
-moz-border-radius:2px; 
}  

.readmore a:hover {
color:FF0000;
background:#f5f5f5;
border:solid 1px #c1c1c1;
}

.sns{
text-align:left;
padding:3px 6px 3px 6px;   
}

.sl {
padding:2px 0px 2px 0px;
line-height:20px; 
}

.koukoku {
border: #a9a9a9 1px solid;
padding:2px;
margin-bottom:6pt; 
background:#ffffff;

}

.koukoku a{
font-size:20px;
font-weight:bold;
}

.koukok2 {
border: #a9a9a9 1px solid;
padding:2px;
background:#ffffff;
font-size:32px;
}

a img {
margin-bottom:12px;
}

/* ▼メニューバー▼ */
ul#menu_bar {
font-weight:bold;
font-size: 11px; /* 文字サイズ */
height:24px; /* 高さ */
background-color:#a9a9a9; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:10px; /* 下の間隔 */
border-bottom: #a9a9a9 1px solid;
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:24px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
padding:0px 29px 0px 29px;
border-left:1px solid #a9a9a9; /* 区切り線 */
color:#000; /* リンク文字の色 */
background-color:#f0f0f0; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#6495ed; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */


iframe.twitter-share-button {
    width: 90px!important;
}



.t_h { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#aaaaaa;                        /* 文字色    (タイトル) */
} 

.t_b t_i { 
line-height:22px; 
font-weight:bold;   
margin-bottom:54px;
font-size:15px;    
} 



.rescontents { 
line-height:22px; 
font-weight:bold;   
margin-bottom:54px;
font-size:15px;    
} 

.headres { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#aaaaaa;                        /* 文字色    (タイトル) */
} 



blockquote {
font-size:11pt;     
margin:2px;
padding:7px;
background:#f0f0f0; /* 背景 */
border:#cccccc 2px solid; /* 枠線 */
border-left:#cccccc 3px solid; /* 枠線(左) */
line-height: 1.6em
}

blockquote{
background-color:#ddd;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}

.hutabaimg a img{
margin-bottom:14px;
}