body { 
text-align:center;
line-height:1.3;

background-color:#FFFFFF;                       /* 外側背景色 */
} 
#outline_header { 
background-color:#FFFFFF;                     /* サイト背景色 */
}

/***************************************** ▼ メニューバー ▼ */
#menu_bar li.menu_bar_end a {
border-right:none;
}

ul#menu_bar {
font-size: 80%;                          /* 文字サイズ */
height:30px;                             /* 高さ */
background-color:#000000;                /* 背景色 */
margin-top:0px;                          /* 上の間隔 */
margin-bottom:0px;                       /* 下の間隔 */
color:#ffffff;                           /* リンク文字の色 */
background-color:#000000;                /* メニューボタンの背景 */
text-decoration:none;
border-bottom:5px solid #666666;         /* 下飾り線 */
border-top:3px solid #66ccff;            /* 区切り線 */
min-width:1200px; 
max-width:1200px; 
width:100%;

}

#menu_bar li {
list-style-type:none;
float:left;
/* width:20%;  */ 
width:10%;                           /* 幅 */
line-height:30px;                        /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
height: 30px;
display:block;
text-align:center;
border-right:1px solid #ffffff;          /* 区切り線 */
color:#ffffff;                           /* リンク文字の色 */
background-color:#000000;                /* メニューボタンの背景 */
text-decoration:none;
border-bottom:5px solid #666666;         /* 下飾り線 */
}

#menu_bar li a:hover{
color:#66ccff;                           /* マウスが乗ったときのリンク文字の色 */
background-color:#333333;                /* マウスが乗ったときの背景色 */
text-decoration:none;
border-bottom:5px solid #66ccff;         /* マウスが乗ったときの左飾り線 */
}
/***************************************** ▲ メニューバー ▲ */


/***************************************** ▼ パンくずリスト ▼ */
.pankuzu_list { 
font-weight:bold;
font-size:10pt;                                 /* 文字サイズ */
background-color:#FFFFFF;                       /* 背景色     */
color:#808080;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:10px 20px 10px; 
}
/***************************************** ▲ パンくずリスト ▲ */

/******************************************* ▼ サイトの幅 ▼ */
#outline_header { 
/* min-width:1110px; */                                   /* 最低の幅（これ以上狭くなりません） */
min-width:1200px; 
max-width:1200px;
width:100%;                                         /* ヘッダ全体（リキッドレイアウトです） */
margin:0 auto; 
}
#outline_footer { 
/* min-width:1110px; */                                   /* 最低の幅（これ以上狭くなりません） */
min-width:1200px; 
max-width:1200px;
width:100%;                                         /* フッター全体（リキッドレイアウトです） */
margin:0 auto; 
}
#outline_main { 
 /* width:1110px; */
width:1200px;                                         /* 全体 */
margin:0 auto; 
}

#main { 
/* width:635px; */
width:725px;                                         /* メイン*/
float:left; 
} 
#first { 
width:260px;                                            /* プラグイン１の幅 */
float:right; 
} 
#second { 
width:205px;                                            /* プラグイン２の幅 */
float:right; 
} 
#main-first {             /* 計算して設定してください ------ */
width:990px;               /* (【全体】-【プラグイン１】-【メイン】-【プラグイン２】)/2 + プラグイン１ + メイン */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */


/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#003366; text-decoration:none;}      /* 通常 */
a:active  {color:#003366; text-decoration:none;}      /*実行中*/
a:visited {color:#003366; text-decoration:none;}      /*訪問済*/
a:hover   {color:#990033; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */

/********************************************* ▼ ヘッダー ▼ */
#top {width:100%;
background:#000;
min-width:1200px; 
max-width:1200px;
margin:0 auto; 
}

#header_outline {
border-top:0px solid #000000;                          /* 外枠の色（上）         */
border-bottom:1px solid #000000;                       /* 外枠の色（下）         */
margin-bottom:0px;                                     /* ヘッダ下間隔           */
width:100%;
}
#header_body { 
width:100%;
height:200px;
background:#ffffff url('http://blog-imgs-69.fc2.com/b/i/k/bikyakudaimaou/11.png') no-repeat;                              /* 背景色           */
border-top:0px solid #ffffff;                          /* 内枠の色(上)     */
border-bottom:0px solid #ffffff;                       /* 内枠の色(下)     */
/*padding-top:40px;  */                                    /* 上の余白         */
} 
/********************************************* ▲ ヘッダー ▲ */

/*************************************** ▼ ブログタイトル ▼ */
h1 { 
/*font-size:18pt;   */                              /* 文字サイズ */
font-size:8pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 0 30px;
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#fff; text-decoration:none; } /* 通常 */
h1 a:active  { color:#fff; text-decoration:none; } /*実行中*/
h1 a:visited { color:#fff; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#ccc; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */

/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:7pt;                                 /* 文字サイズ */
color:#fff;                                  /* 文字色     */
text-align:right;                                /* 左寄せ     */
margin:0px 5px 5px; 
}
/***************************************** ▲ サイト紹介文 ▲ */

/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#000000 1px solid;                 /* 外枠の色/太さ/実線 */
background-color:#ffffff;                 /* 背景色             */
margin-bottom:10px;                       /* 次の記事までの間隔 */
} 

.ently_title { 
font-size:14pt;                           /* 文字サイズ(記事タイトル)*/
color:#ffffff;                            /* 文字色    (タイトル)    */
background-color:#000000;                 /* 背景色    (記事タイトル)*/
border-bottom:#555555 1px solid;          /* 枠        (記事タイトル)*/
text-align:left;                          /* 左寄せ    (記事タイトル)*/
padding:5px 10px;
margin:3px;
} 
                              /* ▽文字色とリンクの下線有無▽ */
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:#e0e0e0; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */

.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
margin-bottom:10px;
} 
.ently_body img {
   padding: 2px;
   background: #fff;
   border: 2px solid #444;
   margin-right:2px;
}
.ently_body a img {
border: 2px solid #3399cc;                     /* 記事のサムネ画像の枠線*/
}
.ently_body a img:hover {
border: 2px solid #9900ff;                     /* マウスが乗った時の記事のサムネ画像の枠線*/
}


.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 10px; 
margin-bottom:5px;                    /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:left;                     /* 右寄せ(時刻・CM・TB) */
color:#000000;                        /* 文字色(時刻・CM・TB) */
margin-left:5px;
} 

/************************************************* ▲ 記事 ▲ */

/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #000000 1px solid;                /* 個別枠(上) */
border-right: #000000 1px solid;                /* 個別枠(右) */
border-bottom:#000000 1px solid;                /* 個別枠(下) */
border-left:  #000000 1px solid;                /* 個別枠(左) */
margin-bottom:10px;                             /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #66CCFF 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #000000 1px solid;          /* 枠(上)    (本体) */
border-left : #000000 1px solid;          /* 枠(左)    (本体) */
border-right: #000000 1px solid;          /* 枠(右)    (本体) */
border-bottom:#000000 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */

/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #000000 1px solid;                /* 個別枠(上) */
border-right: #000000 1px solid;                /* 個別枠(右) */
border-bottom:#000000 1px solid;                /* 個別枠(下) */
border-left:  #000000 1px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #66CCFF 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #ddddff 1px solid;          /* 枠(上)    (本体) */
border-left:  #ddddff 1px solid;          /* 枠(左)    (本体) */
border-right: #ddddff 1px solid;          /* 枠(右)    (本体) */
border-bottom:#ddddff 1px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:2px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:2px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */

/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #000000 1px solid;                /* 個別枠(上) */
border-right: #000000 1px solid;                /* 個別枠(右) */
border-bottom:#000000 1px solid;                /* 個別枠(下) */
border-left:  #000000 1px solid;                /* 個別枠(左) */
margin-bottom:3px;
} 
.plugin3_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #66CCFF 1px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #ddddff 1px solid;          /* 枠(上)    (本体) */
border-left:  #ddddff 1px solid;          /* 枠(左)    (本体) */
border-right: #ddddff 1px solid;          /* 枠(右)    (本体) */
border-bottom:#ddddff 1px solid;          /* 枠(下)    (本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */

/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#000000 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:12pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#000000 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#333333;                    /* 文字色    (コメント本文) */
border-top:   #000000 1px solid;  /* 枠(上)    (コメント本文) */
border-left:  #000000 1px solid;  /* 枠(上)    (コメント本文) */
border-right: #000000 1px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#000000 1px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#333333;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#000000 1px solid;             /* 外枠の/色太さ/実線   */
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:12pt;                 /*文字サイズ(ブロックタイトル)*/
color:#ffffff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#000000;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#000000 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:   #000000 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #000000 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #000000 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#000000 1px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#000000;                    /* 文字色    (タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:3pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */

/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border:#000000 1px solid;      /* 外枠の色/太さ/実線 */
margin-bottom:20px; 
} 
.various_title {
font-size:12pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#000000 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#e0e0e0 0px 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;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
border:0px solid #000000;                       /* 内枠の色   */
padding:5px; 
} 
#footer_body a:link    { color:#ffffff; }     /* 通常         */
#footer_body a:active  { color:#aaaaaa; }     /* 実行中       */
#footer_body a:visited { color:#aaaaaa; }     /* 訪問済み     */
#footer_body a:hover   { color:#333333; }     /* オンマウス時 */

/********************************************* ▲ フッター ▲ */
/* ▼続きを読む▼ */
.readmore {
float:right;                              /*右寄せ*/
font-size: x-large;
}
/* ▲続きを読む▲ */
/* カレンダー */
.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; } 

.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:10pt; }

/* カレンダーの中央寄せ */
.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:5px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#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%;
}

/* ▼ 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バトンのスタイル ▲ */

h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 2px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
}


/*  ヘッダーリンク  */
		
#images a{
	color:white;
	border:0;
	display:block;
	text-decoration:none;
    position: relative;
}		
.mask{
	z-index:2;
	text-align:center;
	position: absolute;
    cursor: pointer;
    display: block;
}		
#body_rss{
	width: 100%;
min-width:1200px; 
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;

	clear: both;
}
.rss_thumb{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.rss_thumb a:link,.rss_thumb a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rss_thumb a:hover,.rss_thumb a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
.rss_thumb a:hover img{
	background-color: #ffffff;
	border: solid 2px #ffffff;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.rss_thumb_rss1{
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: #fda7d1;
}		
.rss_thumb_box2{
	width: 145px;
	height: 186px;
	margin: 0px 0 0 5px;
	padding: 5px 0 5px 0px;
	text-align: left;
	float: left;
}		
.rss_thumb_box2 img{
	border: solid 2px #000000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 145px;
	height: 186px;
	min-height: 186px;  
	max-height: 186px; 
}
.rss_thumb_clear{
	clear : both;
}
.rss_item_title{
	color: #FFF;
	display: block;
	font-size: 8pt;
	height: 30px;
	line-height: 12pt;
	overflow: hidden;
	padding: 5px 5px;
	position: relative;
	top: -53px;
	width: 137px;
	max-width: 137px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000, gradienttype=0);
}		
.rss_thumb_box02_1{
	width: 132px;
	height: 169.7px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 15px;
	text-align: left;
	float: left;
}		
.rss_thumb_box02_1 img{
	border: solid 2px #ff0000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 132px;
	height: 169.7px;
	min-height: 169.7px;  
	max-height: 169.7px; 
}		
		.rss_thumb_box02_2{
	width: 132px;
	height: 169.7px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 8px;
	text-align: left;
	float: left;
}
	.rss_thumb_box02_2 img{
	border: solid 2px #ff0000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 132px;
	height: 169.7px;
	min-height: 169.7px;  
	max-height: 169.7px; 
}	
	.rss_item2_title{
	color: #FFF;
	display: block;
	font-size: 10pt;
	height: 40px;
	line-height: 12pt;
	overflow: hidden;
	padding: 5px 5px;
	position: relative;
	top: -53px;
	width: 130px;
	max-width: 130px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8000000, endcolorstr=#8000000, gradienttype=0);
}	
.rss_thumb_box02_3{
	margin: 5px 0 0 0;
	padding: 5px 0 5px 12px;
	text-align: left;
	float: left;
}		
.rss_thumb_main_title{
	margin: 0 10px 0 10px;
	padding: 3px 10px 0 10px;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 15px;
	font-weight: bolder;
	font-family: 'Black Ops One',"Arial black",Sans-Serif;
	clear: both;
}

#body_rss2{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;

	clear: both;
}
.rss_thumb2{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.rss_thumb2 a:link,.rss_thumb a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rss_thumb2 a:hover,.rss_thumb a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
.rss_thumb2 a:hover img{
	background-color: #ffffff;
	border: solid 2px #ffffff;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.rss_thumb_box3{
	width: 90px;
	height: 115.7px;
	margin: 0px 0 0 6px;
	padding: 5px 0 5px 0px;
	text-align: left;
	float: left;
}		
.rss_thumb_box3 img{
	border: solid 2px #000000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 90px;
	height: 115.7px;
	min-height: 115.7px;  
	max-height: 115.7px; 
}
.rss_thumb_clear{
	clear : both;
}
.rss_item_title3{
	color: #FFF;
	display: block;
	font-size: 8pt;
	height: 30px;
	line-height: 8pt;
	overflow: hidden;
	padding: 5px 5px;
	position: relative;
	top: -53px;
	width: 88px;
	max-width: 88px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000, gradienttype=0);
}

.rss_thumb_main_title2{
	margin: 0 10px 0 10px;
	padding: 3px 10px 0 10px;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 6px;
	font-weight: bolder;
	font-family: 'Black Ops One',"Arial black",Sans-Serif;
	clear: both;
}

.rss_thumb_box4{
	width: 190px;
	height: 244px;
	margin: 0px 2px 0 5px;
	padding: 5px 0 5px 0px;
	text-align: left;
	float: left;
}		
.rss_thumb_box4 img{
	border: solid 2px #000000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 190px;
	height: 244px;
	min-height: 244px;  
	max-height: 244px; 
}
.rss_item_title4{
	color: #FFF;
	display: block;
	font-size: 10pt;
	height: 40px;
	line-height: 10pt;
	overflow: hidden;
	padding: 5px 5px;
	position: relative;
	top: -53px;
	width: 184px;
	max-width: 184px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000, gradienttype=0);
}

#body_rss3{

min-width:1200px; 
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;

	clear: both;
}
.rss_thumb3{

	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.rss_thumb3 a:link,.rss_thumb a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rss_thumb3 a:hover,.rss_thumb a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
.rss_thumb3 a:hover img{
	background-color: #ffffff;
	border: solid 2px #ffffff;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.rss_thumb_box8{
	width: 285px;
	height: 148px;
	margin: 0px 5px 0 5px;
	padding: 5px 0 5px 0px;
	text-align: left;
	float: left;
}		
.rss_thumb_box8 img{
	border: solid 2px #000000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 285px;
	height: 148px;
	min-height: 148px;  
	max-height: 148px; 
}
.rss_item_title8{
	color: #FFF;
	display: block;
	font-size: 10pt;
	height: 40px;
	line-height: 10pt;
	overflow: hidden;
	padding: 5px 5px;
	position: relative;
	top: -53px;
	width: 277px;
	max-width: 277px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000, gradienttype=0);
}

.rss_thumb_box9{
	width: 386px;
	height: 480px;
	margin: 0px 5px 0 5px;
	padding: 5px 0 5px 0px;
	text-align: left;
	float: left;
}		
.rss_thumb_box9 img{
	border: solid 2px #000000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 386px;
	height: 480px;
	min-height: 480px;  
	max-height: 480px; 
}
.rss_item_title9{
	color: #FFF;
	display: block;
	font-size: 10pt;
	height: 40px;
	line-height: 10pt;
	overflow: hidden;
	padding: 5px 5px;
	position: relative;
	top: -53px;
	width: 378px;
	max-width: 378px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000, gradienttype=0);
}




#body_rssa{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;

	clear: both;
}
.rss_thumba{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.rss_thumba a:link,.rss_thumb a:visited{
	color: #F5F5F5;
	font-weight: bold;
	text-decoration: none;
}

.rss_thumba a:hover,.rss_thumb a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
.rss_thumba a:hover img{
	background-color: #ffffff;
	border: solid 2px #ffffff;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.rss_thumb_rssa{
	margin: 0;
	padding: 0px 10px 0px 10px;
	background: #fda7d1;
}
.rss_thumb_boxa{
	width: 165px;
	height: 194px;
	margin: 4px 0 0 4px;
	padding: 0px 0 0px 0px;
	text-align: left;
	float: left;
}	

.rss_thumb_boxb{
	width: 170px;
	height: 200px;
	margin: 0px 0 0 2px;
	padding: 0px 0 0px 0px;
	text-align: left;
	float: left;
}	

.rss_thumb_boxa img{
	border: solid 2px #000000;
	margin: 0 0 3px 0;
	padding: 0;
	width: 165px;
	height: 194px;
	min-height: 194px;  
	max-height: 194px; 
}	


.rss_item_title_a{
	color: #FFF;
	display: block;
	font-size: 8pt;
	height: 40px;
	line-height: 12pt;
	overflow: hidden;
	padding: 7px 5px;
	position: relative;
	top: -58px;
	width: 158px;
	max-width: 158px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ff69b4, endcolorstr=#ffff69b4, gradienttype=0);
}


.main_ad_box{
width:220px;
float:left;
}


.main_ad_box2{
width:320px;
float:left;
}


.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}


/****       RSS         *****/

#headline {
min-width:1200px; 
width:100%;
height:280px;
/* overflow:auto; */
border : solid 2px #000;
background-color:#fff;
clear: both;
}

#headline ul { text-align:left;
list-style-type:none;
}

/* #headlineleft li{ background:url(http://blog-imgs-54.fc2.com/b/i/k/bikyakudaimaou/arrow38-006.gif) left no-repeat; 
text-indent:20px;}　*/

#headlineleft{
width:33%;
 overflow:auto;
height:280px;
float:left;

}


#headlinermid{
width:33%;
overflow:auto;
height:280px;
float:left;

}
#headlineright{
width:33%;
overflow:auto;
height:280px;
float:right;

}


/****** ranking   */

.ranking a img {
   padding: 2px;
   background: #fff;
border-style:none;

   margin-right:2px;
}

.head_link {
  min-width:1200px; 
  max-width:1200px;
width:100%;
margin:0 auto; 
} 

/**************************************************************/
/*
ご利用ありがとうございます。下記のFC2ブログのテンプレート工房様の
テンプレートを独自にアレンジしたものです。
                                うぃず REGZA
[01_white]     【http://xxnostalgiaxx.blog62.fc2.com/】
*/
/**************************************************************/


/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/