body { 
text-align:center;
line-height:1.6;
margin:0;
padding:0;
   background-image: url(http://blog-imgs-12.fc2.com/s/u/i/suiseisekisuisui/giko_stripe_yellow3.gif);              /* 外側背景色 */
} 
#outline { 
   background-image: url(); 　/* 画面背景の色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1024px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:676px;                                          /* 中央 */
float:right; 
} 
#left { 
width:166px;                                            /* 左 */
float:left; 
} 
#right { 
width:178px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:844px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#000000; text-decoration:none;}      /* 通常 */
a:active  {color:#2b2b2b; text-decoration:none;}      /*実行中*/
a:visited {color:#000000; text-decoration:none;}      /*訪問済*/
a:hover   {color:#2792c3; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:0px solid #000000;                     /* 外枠の色     */
border-left:#808080 0px solid;              /* 飾り線(左)   */
border-right:#808080 0px solid;              /* 飾り線(右)   */
border-top:#808080 1px solid;              /* 飾り線(上)   */
border-bottom:#808080 0px solid;              /* 飾り線(下)   */
margin-bottom:0px;                           /* ヘッダ下間隔 */
}
#header_body { 
   background-image: url(http://blog-imgs-30.fc2.com/s/u/i/suiseisekisuisui/ha_b_104.jpg); /* ヘッダー背景の画像 */
border:1px solid #000000;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:0pt;                                 /* 文字サイズ */
text-align: center;                                /* 左寄せ     */
margin:0px 0px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
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:#000000;                                  /* 文字色     */
text-align:center;                                /* 中央     */
margin:0px 30px 0px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#4c4218 1px solid;               /* 外枠の色/太さ/実線 */
background-color:#ffffff;               /* 背景色             */
margin-bottom:10px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:15pt;                    /* 文字サイズ(記事タイトル)*/
   background-color:#FF0000; /* 記事タイトル背景の色 */
text-align:left;                   /* 中央    (記事タイトル)*/
border-bottom:#666666 1px solid;   /* 飾り線(下)(記事タイトル)*/
padding:2px 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:#888e7e; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:11pt;                       /* 文字サイズ(記事本文) */
color:#333333;                        /* 文字色    (記事本文) */
border-top:#cccccc 0px solid;         /* 飾り線 */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 15px; 
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
margin:0px 5px 3px; 
} 

/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom:5px;
border-top:   #000000 1px solid;                /* 個別枠(上) */
border-right: #000000 1px solid;                /* 個別枠(右) */
border-bottom:#000000 1px solid;                /* 個別枠(下) */
border-left:  #000000 1px solid;                /* 個別枠(左) */
} 
.plugin1_title { 
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
font-size:8pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
   background-image: url(http://blog-imgs-27.fc2.com/s/u/i/suiseisekisuisui/img000112.png); /* 記事タイトル背景の画像 */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
font-size:9pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFE5FB;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 10px 3px; 
line-height:1;
} 
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom:5px;
border-top:   #000000 0px solid;                /* 個別枠(上) */
border-right: #000000 1px solid;                /* 個別枠(右) */
border-bottom:#000000 1px solid;                /* 個別枠(下) */
border-left:  #000000 1px solid;                /* 個別枠(左) */
} 
.plugin2_title { 
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
font-size:8pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#EBEBFF;                        /* 文字色    (タイトル) */
   background-image: url(http://blog-imgs-27.fc2.com/s/u/i/suiseisekisuisui/img000112.png); /* 記事タイトル背景の画像 */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFE5FB;                 /* 背景色    (本体) */
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 5px 10px 2px; 
line-height:1;
} 
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-top:   #990066 1px solid;                /* 個別枠(上) */
border-right: #990066 1px solid;                /* 個別枠(右) */
border-bottom:#990066 1px solid;                /* 個別枠(下) */
border-left:  #990066 1px solid;                /* 個別枠(左) */
margin-bottom:0px;
} 
.plugin3_title { 
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topright: 0px;
-moz-border-radius-topleft: 0px;
font-size:9pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#b22222;                        /* 文字色    (タイトル) */
   background-image: url(http://blog-imgs-35.fc2.com/s/u/i/suiseisekisuisui/1-72.png); /* タイトル背景画像 */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:2px 20px; 
} 
.plugin3_body { 
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
font-size:8pt;                           /* 文字サイズ(本体) */
color:#0000ff;                            /* 文字色    (本体) */
   background-color:#FFFFFF;  
border-top:#cccccc 1px solid;             /* 飾り線(上)(本体) */
padding:5px 20px; 
} 
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#000000 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#F8F8E0;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:3px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:8pt;                       /* 文字サイズ(タイトル) */
color:#2b2b2b;                        /* 文字色    (タイトル) */
font-weight:bolder;                     /* 太字      (タイトル) */
   background-image: url(http://blog-imgs-12.fc2.com/s/u/i/suiseisekisuisui/img001212.jpg);             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線(下)(タイトル) */
padding:3px 10px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#2b2b2b;                    /* 文字色    (コメント本文) */
border-top:#cccccc 1px solid;     /* 飾り線(下)(コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 20px 3px;
} 
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#000000 2px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#000000;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-bottom:#666666 1px solid;/*飾り線(下)(ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:#cccccc 1px solid;     /* 飾り線(上)(ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#000000;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#dddddd 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border:#000000 0px solid;               /* 外枠の色/太さ/実線 */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#666666 1px solid;      /* 飾り線    (タイトル) */
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:#FFFFFF; /* 背景の画像 */
border-top: #000000 1px solid;                  /* 飾り線(上) */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#800000;                                  /* 文字色     */
border:0px 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: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:27px; margin-bottom:6px; } 
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; }
ol { margin: 15px; }








/* 横カレンダー */
.line_calendar {
font-size:8pt; /* 文字の大きさ */
color:#cccccc; /* 文字の色 */
margin-bottom:0px; /* カレンダー下の間隔 */
text-align:center;
}
.line_cal_day {
margin-left:2px; /* 日付の間隔(左) */
margin-right:2px; /* 日付の間隔(右) */
}











/**************************************************************/
/* フッターにある著作権表示(リンク)さえ残して頂ければ         */
/* どんなにカスタマイズされても構いません。また、             */
/* どのようなサイトでも利用してくださって結構です。           */
/* 何か解からないことがあれば何でも聞いてください。           */
/*                                FC2ブログのテンプレート工房 */
/* [lightframe_ver.03]       (http://10plate.blog44.fc2.com/) */
/**************************************************************/




div.drecom {
height: 210px;
overflow: auto;
}

/* 「含むはてなブックマーク」ボタン */
img.b_entry{
	float: none;
	clear: both;
	border: none;
}


a:hover { position: relative; top: 1px; left: 1px; }

h3 { border-width: 1px; border-style: solid }

/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
font-weight:bold;                     /* 太字      (タイトル) */
height:21px; /* 高さ */
background-color:#ｆｆｆｆｆｆ; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:3px; /* 下の間隔 */
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:21px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:145px; /* １つのメニューボタンの幅 */
border-right:1px solid #333333; /* 区切り線 */
color:#808080; /* リンク文字の色 */
background-color:#c0c0c0; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ff4500; /* マウスが乗ったときのリンク文字の色 */
background-color:#222222; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

/* メニュー画像 */
#menu_bar li a {
background-image: url("http://blog-imgs-27.fc2.com/s/u/i/suiseisekisuisui/123.jpg");
}

/* ロールオーバー（画像切り替え） */
#menu_bar li a:hover {
background-position:left bottom;
}

/* はてブボタンの枠消し */
img { border-style:none; }


/* フリーエリア１の背景画像設定 */
.fa1 {
background: url("http://blog-imgs-42.fc2.com/s/u/i/suiseisekisuisui/img0000fa.jpg");
}


.ently_text a:link {color:#0000ff; text-decoration:none;} /* 通常 */
.ently_text a:active {color:#0000ff; text-decoration:none;} /*実行中*/
.ently_text a:visited {color:#0000ff; text-decoration:none;} /*訪問済*/
.ently_text a:hover {color:#0000ff; text-decoration:underline;} /*マウス*/





/* オンマウスで輝度を上げる */
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

