body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#F0F8FF;                       /* 外側背景色 */
} 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1000px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:560px;                                          /* 中央 */
float:right; 
} 
#left { 
width:200px;                                            /* 左 */
float:left; 
} 
#right { 
width:200px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:780px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a{
    color: #004B91;
    text-decoration: none;
}
a:hover {
    color: #dc143c;
}
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #000000;                     /* 外枠の色     */
margin-bottom:15px;                           /* ヘッダ下間隔 */
}
#header_body { 
background-color:#000000;                     /* 背景色       */
border:1px solid #000000;                     /* 内枠の色     */
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:center;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
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:#F0F8FF; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
text-align:center;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */



/***************************************** ▼ パンくずリスト ▼ */
.pankuzu { 
font-size:10pt;                                 /* 文字サイズ */
background-color:#FFFFFF;               /* 背景色             */
color:#808080;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 20px 10px; 
}
/***************************************** ▲ パンくずリスト ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#F0F8FF 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:10pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#000000;          /* 背景色    (記事タイトル)*/
border:#000000 1px solid;          /* 枠        (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 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:#F0F8FF; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#808080;                        /* 文字色    (記事本文) */
border-top:   #F0F8FF 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #000000 1px solid;      /* 枠(左)    (記事本文) */
border-right: #000000 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#000000 1px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
margin-bottom:20px; /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#999999;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
border-top:   #F0F8FF 2px solid;                /* 個別枠(上) */
border-right: #F0F8FF 2px solid;                /* 個別枠(右) */
border-bottom:#F0F8FF 2px solid;                /* 個別枠(下) */
border-left:  #F0F8FF 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #000000 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #F0F8FF 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:   #F0F8FF 2px solid;                /* 個別枠(上) */
border-right: #F0F8FF 2px solid;                /* 個別枠(右) */
border-bottom:#F0F8FF 2px solid;                /* 個別枠(下) */
border-left:  #F0F8FF 2px solid;                /* 個別枠(左) */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #000000 1px solid;            /* 枠        (タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #F0F8FF 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;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #F0F8FF 2px solid;                /* 個別枠(上) */
border-right: #F0F8FF 2px solid;                /* 個別枠(右) */
border-bottom:#F0F8FF 2px solid;                /* 個別枠(下) */
border-left:  #F0F8FF 2px solid;                /* 個別枠(左) */
margin-bottom:20px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
border: #000000 1px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #F0F8FF 1px solid;          /* 枠(上)    (本体) */
border-left:  #000000 1px solid;          /* 枠(左)    (本体) */
border-right: #000000 1px solid;          /* 枠(右)    (本体) */
border-bottom:#000000 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:#F0F8FF 2px solid;           /* 外枠の/色太さ/実線     */
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#ffffff;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#000000;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#000000 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#808080;                    /* 文字色    (コメント本文) */
border-top:   #F0F8FF 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:#999999;                    /* 文字色    (時刻・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:#F0F8FF 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:#000000 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#808080;                    /* 文字色    (ブロック本文) */
border-top:   #F0F8FF 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:#ffffff;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#808080;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#F0F8FF 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#F0F8FF 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
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:#808080;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#F0F8FF 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:2px solid #F0F8FF;                       /* 外枠の色   */
background-color:#000000;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#ffffff;                                  /* 文字色     */
border:1px solid #000000;                       /* 内枠の色   */
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:#ffffff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender { text-align: center; color:#808080; }
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; color:#808080; }

/* カレンダーの中央寄せ */
.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バトンのスタイル ▲ */



.pickup {
    border-spacing: 7px;
    margin: 0;
    width: 728px;
}




.pickup a img {
    height: auto;
    left: -23px;
    position: absolute;
    top: -17px;
    width: 217px;
}




.pickup td {
    border: medium none;
    text-align: center;
}



.pickup td a {
    border: 1px solid #1A1A1A;
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 173px;
}




.moji {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.77);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    height: 51px;
    left: 0;
    line-height: 12pt;
    padding: 7px 3px 0 7px;
    position: absolute;
    text-align: left;
    width: 163px;
    word-break: break-all;
}



.rink {
    border: 1px solid #CCCCCC;
    font-size: 9pt;
    margin: 10px 0 20px 8px;
    padding: 10px 1px 8px 8px;
    width: 718px;
}


.pickup a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




.kurikku {
    margin: 50px 0 0;
    text-align: right;
}









.pickup2 {
    border-spacing: 3px;
    margin: 0 0 -3px 4px;
    width: 370px;
}




.pickup2 a img {
    height: auto;
    left: -10px;
    position: absolute;
    top: -30px;
    width: 230px;
}




.pickup2 td {
    border: medium none;
    text-align: center;
}



.pickup2 td a {
    border: 1px solid #1A1A1A;
    display: block;
    height: 259px;
    overflow: hidden;
    position: relative;
    width: 190px;
}



.moji2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.77);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    height: 51px;
    left: 0;
    line-height: 12pt;
    padding: 7px 3px 0 5px;
    position: absolute;
    text-align: left;
    width: 182px;
    word-break: break-all;
}



.pickup2 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* トップ表示用 */

.pickup091 {
    border-spacing: 3px;
    margin: 4px 0 0px 4px;
    width: 370px;
}




.pickup091 a img {
    height: auto;
    left: -30px;
    position: absolute;
    top: -30px;
    width: 250px;
}




.pickup091 td {
    border: medium none;
    text-align: center;
}



.pickup091 td a {
    border: 1px solid #000000;
    display: block;
    height: 259px;
    overflow: hidden;
    position: relative;
    width: 191px;
}



.moji091 {
    /*  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.77);*/
  background-image: url(http://file.blog.fc2.com/onaonao/back.png);
    bottom: 0;
    color: #FFFFFF;
    display: #000000;
    font-size: 9pt;
    font-weight: bold;
    height: 52px;
    left: 0;
    line-height: 12pt;
    padding: 7px 3px 0 7px;
    position: absolute;
    text-align: left;
    width: 181px;
    word-break: break-all;
}



.pickup091 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* トップ表示用 */



.dmm_link {
    border-spacing: 3px;
    margin: -3px 0 0 4px;
    width: 370px;
}




.dmm_link a img {
    height: auto;
    left: -57px;
    position: absolute;
    top: -10px;
    width: 280px;
}




.dmm_link td {
    border: medium none;
    text-align: center;
}



.dmm_link td a {
    border: 1px solid #000000;
    display: block;
    height: 259px;
    overflow: hidden;
    position: relative;
    width: 191px;
}



.dmm_linkmoji {
    background-image: url(http://file.blog.fc2.com/onaonao/back.png);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    height: 52px;
    left: 0;
    line-height: 12pt;
    padding: 7px 3px 0 7px;
    position: absolute;
    text-align: left;
    width: 181px;
    word-break: break-all;
}



.dmm_link a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}







.parent {list-style:none; margin:0px; padding:0px;
}
.parent li {float:left; margin:2px; border:2px solid #eee; width:113px; height:113px; position:relative;font-size:9pt;}
.parent li.active {border:2px solid #000;}
.parent li.inactive {border:5px solid #ccc; -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;}
.parent li .title {position:absolute; bottom:0px; left:0px; right:0px; padding-bottom:0px; padding-top:4px;background-color:#000; color:#fff; text-align:center;background: rgba(0, 0, 0, 0.8);}





.topbox{
width: 996px;
background: #fff;
margin: 10px auto 20px 2px;
}
.topleft{
float: left;
width: 496px;
}
.topborder{
border: solid 1px #666;
	overflow: auto;
}
.toptitle{
padding: 3px;
text-align: center;
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color: #ffffff;
background: #000000;
border-bottom: solid 1px #000;
}
.topcontent{
padding: 3px;
text-align: left;
font-size: 10pt;
color: #000;
line-height: 150%;
}
.topright{
float: right;
width: 496px;
}

.linemoji {
	text-decoration: line-through;
}

/* 新着記事サムネイル画像表示 */
.img_recent br {
clear:left;
}
.img_recent img {
float:left;
border: 0;
margin-right:10px; /* 画像の右余白 */
margin-bottom:10px; /* 画像の下余白 */
width: 100px; /* 画像表示サイズ */
height: 100px; /* 画像表示サイズ縦　*/
}
/**************************************************************/
/*
カスタマイズは自由にやってもらってかまいませんが、当ブログへのリンクと、
FC2ブログのテンプレート工房様へのリンクは残しておいて下さい。
FC2の利用規約に違反していない限り、どんなブログにも使用してもらっても結構です。

FC2ブログテンプレート倶楽部
http://fc2blogseotemplate.blog137.fc2.com/
*/
/**************************************************************/

/**************************************************************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/
/**************************************************************/