body { 
text-align:left;
line-height:1.4;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1040px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:580px;                                          /* 中央 */
float:right; 
} 
#left { 
width:218px;                                            /* 左 */
float:left; 
} 
#right { 
width:218px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:810px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#3366cc; text-decoration:none;}      /* 通常 */
a:active  {color:#3366cc; text-decoration:none;}      /*実行中*/
a:visited {color:#3366cc; text-decoration:none;}      /*訪問済*/
a:hover   {color:#3f479b; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #ffffff;                     /* 外枠の色     */
margin-bottom:5px;                            /* ヘッダ下間隔 */
}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:1px solid #ffffff;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:18pt;                                 /* 文字サイズ */
text-align:center;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#222; text-decoration:none; } /* 通常 */
h1 a:active  { color:#222; text-decoration:none; } /*実行中*/
h1 a:visited { color:#222; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */


/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#222;                                  /* 文字色     */
text-align:center;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */

/******************************************* ▼メニューバー▼ */
/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:30px; /* 高さ */
background-color:#B20032; /* 背景色 */
padding-left:0px;
margin-left:0px;
margin-top:0px; /* 上の間隔 */
margin-bottom:20px; /* 下の間隔 */
border:1px solid #B20032; 
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:30px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:120px; /* １つのメニューボタンの幅 */
border-right:1px solid #fff; /* 区切り線 */
color:#fff; /* リンク文字の色 */
background-color:#B20032; /* メニューボタンの背景 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#B20032; /* マウスが乗ったときのリンク文字の色 */
background-color:#fff; /* マウスが乗ったときの背景色 */
text-decoration:none;
}
/* ▲メニューバー▲ */

/******************************************* ▲メニューバー▲ */

/************************************************* ▼ 記事 ▼ */
.ently_outline {
overflow: hidden;
border:#e0e0e0 1px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:11pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#B20032;          /* 背景色    (記事タイトル)*/
border-bottom:#E0E0E0 1px solid;          /* 枠        (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:8px 20px;
margin:0;
color:#fff;
} 

                              /* ▽文字色とリンクの下線有無▽ */
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:#ffb6c1; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body {
overflow: hidden; 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#222;                        /* 文字色    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 15px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
word-wrap: break-word; /* 半角英数字の折り返し */
}
.ently_navi { 
text-align:left;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px;
font-size:9pt;
}
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline {
overflow: hidden;
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:9pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#fff;                        /* 文字色    (タイトル) */
background-color:#B20032;             /* 背景色    (タイトル) */
border-bottom: #E0E0E0 1px solid;            /* 枠        (タイトル) */
padding:8px 15px; 
} 
.plugin1_body {
overflow: hidden;
font-size:9pt;                           /* 文字サイズ(本体) */
color:#222;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:9px; 
line-height:1.4;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline {
overflow: hidden;
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:9pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#fff;                        /* 文字色    (タイトル) */
background-color:#B20032;             /* 背景色    (タイトル) */
border-bottom: #E0E0E0 1px solid;            /* 枠        (タイトル) */
padding:8px 15px; 
} 
.plugin2_body {
overflow: hidden;
font-size:9pt;                           /* 文字サイズ(本体) */
color:#222;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:9px; 
line-height:1.4;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline {
overflow: hidden;
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:20px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#fff;                        /* 文字色    (タイトル) */
background-color:#B20032;             /* 背景色    (タイトル) */
border-bottom: #E0E0E0 1px solid;            /* 枠        (タイトル) */
padding:8px 20px; 
} 
.plugin3_body {
overflow: hidden;
font-size:10pt;                           /* 文字サイズ(本体) */
color:#222;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:0px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}

.plugin3_body p{
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#e0e0e0 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#ffffff;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#fff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#B20032;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#E0E0E0 1px solid;             /* 枠        (タイトル) */
padding:8px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#222;                    /* 文字色    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
word-wrap: break-word; /* 半角英数字の折り返し */
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 60%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 90%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#e0e0e0 1px solid;             /* 外枠の/色太さ/実線   */
background-color:#ffffff;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#fff;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#B20032;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-bottom:#E0E0E0 1px solid;       /*枠        (ブロックタイトル)*/
padding:8px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#222;                    /* 文字色    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#222;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border:#e0e0e0 1px solid;             /* 外枠の/色太さ/実線   */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#fff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#B20032;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-bottom:#E0E0E0 1px solid;             /* 枠        (タイトル) */
padding:8px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#222;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:2px solid #e0e0e0;                       /* 外枠の色   */
background-color:#f0f0f0;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border:1px solid #fefefe;                       /* 内枠の色   */
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: 0 0 10px; }
ul { margin:0;padding:0; }
li { margin: 0 0 5px;list-style:none; }
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; font-size:12pt;} 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }

#left ul,
#center ul {
margin:0 0 10px;
padding:0;
} 
#left li,
.ently_text li{
margin:0px;
padding:8px 0;
border-bottom:1px dotted #ccc;
list-style:none;
}
.ently_text img{max-width:100%;}



/* カレンダーの中央寄せ */
.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バトンのスタイル ▲ */

.pagetop_link {
text-align:right; /* 右寄せ表示 */
font-size:9pt; /* 文字の大きさ */
margin-right:5px; /* 右の余白 */
}

/* FC2relate
----------------------------------------------- */
.relate_dl {
 margin: 2.0em 0 0.5em !important;
 padding: 0.8em 0.4em !important;
 border: 1px #dddddd solid !important; /* 線の色 */
 background: #fafafa !important; /* 背景色 */
}
.relate_dl .relate_dt {
 margin: 0 !important;
 padding: 0 0.5em 0.8em !important;
 border: 0 none !important;
 border-bottom: 1px #cccccc dashed !important; /* 線の色 */
 line-height: 1.1 !important;
 background: none !important;
}
.relate_dl .relate_dd {
 margin: 0 !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
}
.relate_dl .relate_ul {
 margin: 1em 0 0.1em 2em !important;
 padding: 0 !important;
}
.relate_dl .relate_ul li {
 margin: 0 0 0.5em !important;
 padding: 0 !important;
 border: 0 none !important;
}
/* etc */
img {border:none;}

.red {
color:#ff0000;
font-weight: bold;
}

.osusume-link p{
margin:0 0 8px;
}

p.b {
padding:15px 0 10px;
font-size:16px !important;
font-weight: bold;
}

.linkrank th,
.linkrank td {
padding:2px;
background:#fff;
}

.kijirank th,
.kijirank td {
padding:5px;
background:#fff;
}
.kijirank td {
font-weight:bold;
}

.livedoor-rss li{
font-size:14px !important;
margin-bottom:0 !important;
padding:8px 0;
border-bottom:1px dotted #ccc;
font-weight:bold;
}

.textBody{
overflow: hidden;
margin:10px 0px;
}
.osusume-box {
text-align:left;
margin:0 15px;
padding:10px 0; 
word-wrap: break-word; /* 半角英数字の折り返し */
}
.osusume_L {
	margin: 0 10px 10px 0 !important;
	float: left;
}

.tit01{
font-size:16px;
font-weight:bold;
}

.archive-date {
	height: 70px;
	overflow: auto;
}

.top-site{
overflow: hidden;
clear:both;
margin:0px;
font-size:10pt;
}
.top-site ul{
margin:0;
list-style:none;
}
.top-site ul li{
float:left;
margin:4px;
width:250px;
height:230px;
text-align:left;
font-weight:bold;
display: inline;
}
.top-site img{
margin:0 0 5px;
}

.recommend {
text-align:left;
margin:10px 0 0 15px; 
word-wrap: break-word;
font-size: 9pt !important;
}

/* fukugan */
#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;
}

table.af_items { width:100%;margin:0 auto;text-align: center;font-size:12px;}
table.af_items td{ vertical-align: top;}

hr {
clear:both;
height: 0;
margin: 0;
padding: 0;
border: 0;
border-top: 1px solid #E0E0E0;
}

.img_L {
	margin-right: 10px!important;
	margin-bottom: 10px!important;
	float: left;
}

.img_R {
	margin-left: 10px!important;
	margin-bottom: 10px!important;
	float: right;
}

.clear {
	display: block;
	clear: both;
}

.center {
	display: block;
　　　　margin:10px auto;
	text-align: center;
}

.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}

.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}

.yel{
	padding:2px;
	font-weight:bold;
	background-color:#FFE566;
}
div.mv-box div,
div.mv-box iframe {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.copyright{text-align:right;}

.fam_thumb_left {
	margin-bottom: 10px;
}
.fam_thumb_left a {
	display: block;
	padding: 10px;
	border-bottom: dashed 1px #D0D0D0;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #333;
}
.fam_thumb_left a div div img {
	/* 画像枠線 */
	border: solid 2px #555;
}
.fam_thumb_left a .fam_time {
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}