@charset "utf-8";

body { 
  text-align:center;
  line-height:1.3;
  margin:0;
  padding:0;
  background-color:#FFFFFF;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

input, textarea {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

img { border-style:none; }
a img { border-style:none; }

/* 画像リンク オーバー */
#center-left a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}


#outline { 
background-color:#FFFFFF;                     /* サイト背景色 */
}


/******* ▼ サイトの幅 ▼ */
#outline { 
  width:1130px;                                         /* 全体 */
  margin:0 auto; 
}
#center { 
  width:730px;                                          /* 中央 */
  float:right; 
} 
#left { 
  width:198px;                                            /* 左 */
  float:left; 
} 
#right { 
  width:198px;                                            /* 右 */
  float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
  width:930px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
  float:left; 
} 
/******* ▲ サイトの幅 ▲ */



/************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#4682B4; text-decoration:none;}      /* 通常 */
a:active  {color:#4682B4; text-decoration:none;}      /*実行中*/
a:visited {color:#4682B4; text-decoration:none;}      /*訪問済*/
a:hover   {color:#0000FF; text-decoration:none;} /*マウス*/
/************* ▲ リンクの色と下線の有無 ▲ */



/* ▼ ヘッダー ▼ */
#header_outline {
border:2px solid #ffffff;                     /* 外枠の色     */
margin-bottom:3px;                           /* ヘッダ下間隔 */
}
#header_body { 
background-color:#ffffff;                     /* 背景色       */
background-image: url(//blog-imgs-55-origin.fc2.com/k/i/j/kijyosokuhou/kijyosoku004.jpg); /* 画像URL */
height: 200px; 　　　　　　　　　　　　　　　　　　　　　　　　　　　/* 画像の高さ */
background-repeat: no-repeat; 　　　　　　　　　　　　　　/* 画像の並べ方 */
background-position: center; 　　　　　　　　　　　　　　　/* 表示位置 */
border:1px solid #ffffff;                     /* 内枠の色     */
} 
#header_body {
}
/* ▲ ヘッダー ▲ */



/*** ▼ ブログタイトル ▼ */
h1 { 
font-size:15pt;                                 /* 文字サイズ */ 
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#333333; text-decoration:none; } /* 通常 */
h1 a:active  { color:#333333; text-decoration:none; } /*実行中*/
h1 a:visited { color:#333333; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#0044cc; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*** ▲ ブログタイトル ▲ */



/***** ▼ サイト紹介文 ▼ */
.intro { 
font-size:0pt;                                 /* 文字サイズ */
color:#333333;                                  /* 文字色     */
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:#FFFFFF 2px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-bottom:20px;                     /* 次の記事までの間隔 */
margin-top:10px;                     
} 
.ently_title { 
font-size:18px;                    /* 文字サイズ(記事タイトル)*/
font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
background-color:#FFFFFF;          /* 背景色    (記事タイトル)*/
border-top:   #00bffe 1px solid;      /* 枠(上)    (記事タイトル) */
border-left:  #00bffe 1px solid;      /* 枠(左)    (記事タイトル) */
border-right: #00bffe 1px solid;      /* 枠(右)    (記事タイトル) */
border-bottom:#00bffe 0px dotted;      /* 枠(下)    (記事タイトル) */
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:16px 5px 16px 30px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#008B8B; text-decoration:none; } /* 通常 */
h2 a:active  { color:#008B8B; text-decoration:none; } /*実行中*/
h2 a:visited { color:#008B8B; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#0000FF; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:14px;                       /* 文字サイズ(記事本文) */
font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#696969;                        /* 文字色    (記事本文) */
border-top:   #00bffe 1px dotted;      /* 枠(上)    (記事本文) */
border-left:  #00bffe 1px solid;      /* 枠(左)    (記事本文) */
border-right: #00bffe 1px solid;      /* 枠(右)    (記事本文) */
border-bottom:#00bffe 1px solid;      /* 枠(下)    (記事本文) */
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:26px 45px; 
margin-bottom:20px;                    /* 記事末尾の間隔調整 */
line-height:22px;
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#333333;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/***** ▲ 記事 ▲ */



/********* ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
  margin-bottom:25px;
} 
.plugin1_title { 
  font-size:12px;                       /* 文字サイズ(タイトル) */
  color:#FFFFFF;                        /* 文字色    (タイトル) */
  background-color:#00bffe;             /* 背景色    (タイトル) */
  padding:3px 10px;
  margin-bottom: 7px;
} 
.plugin1_body { 
  font-size:12px;                           /* 文字サイズ(本体) */
  color:#808080;                            /* 文字色    (本体) */
  background-color:#ffffff;                 /* 背景色    (本体) */
  border: 0;
  padding:0; 
  line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/********* ▲ 左側メニュー(プラグイン１) ▲ */



/********* ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
  margin-bottom:25px;
} 
.plugin2_title { 
  font-size:9pt;                       /* 文字サイズ(タイトル) */
  color:#FFFFFF;                        /* 文字色    (タイトル) */
  background-color:#00bffe;             /* 背景色    (タイトル) */
  padding:3px 10px;
  margin-bottom: 7px;
} 
.plugin2_body { 
  font-size:10pt;                           /* 文字サイズ(本体) */
  color:#666;                            /* 文字色    (本体) */
  background-color:#ffffff;                 /* 背景色    (本体) */
  border: 0;
  padding:0; 
  line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}
/********* ▲ 右側メニュー(プラグイン２) ▲ */



/********* ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
  margin-bottom:25px;
} 
.plugin3_title { 
  font-size:10pt;                       /* 文字サイズ(タイトル) */
  color:#FFFFFF;                        /* 文字色    (タイトル) */
  background-color:#00bffe;             /* 背景色    (タイトル) */
  border: #00bffe 1px solid;            /* 枠        (タイトル) */
  padding:3px 10px;
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #00bffe 1px solid;          /* 枠(上)    (本体) */
border-left:  #00bffe 1px solid;          /* 枠(左)    (本体) */
border-right: #00bffe 1px solid;          /* 枠(右)    (本体) */
border-bottom:#00bffe 1px solid;          /* 枠(下)    (本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/********* ▲ 上部メニュー(プラグイン３) ▲ */



/* ▼ コメント ▼ */
#comment_list {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  font-size:10pt;
}
#comment_list li {
  text-align: left;
  list-style-position: inside;
  color: #696969;
  margin:0;
  padding: 20px 0 10px;
  border-bottom:#00bffe 1px solid;
}

#comment_list li .cHeader {
  font-size: 10pt;
  display: inline;
}

#comment_list li .cHeader span {
  margin-right: 10px;
}

#comment_list li .cName {
  font-weight: bold;
}


#comment_list li .cAllCount {
  color: #aaa;
}

.comment_outline { 
  display: inline;
  text-align:left;
  padding-left: 10px\9;
}
.comment_body {
  margin: 0 10px 0 20px;
}
.comment_text { 
  text-align:left;
  margin:10px 0;
}
.comment_navi { 
  color: #999;
  text-align:right;
  margin:0px 10px 3px;
}

.post_comment { 
  display: block;
  border:#00bffe 1px solid;
  margin-bottom: 20px;
  color: #666;
  font-size: small;
}

.post_comment .comment_title {
  margin-left: 20px;
  padding-top: 20px;
  color: #666;
  font-size: 16px;
}


/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}

.commentform-name {
  margin-bottom: 10px;
}

/* コメント本文の入力欄の幅 */
#comment {
font-size:10pt;  
width: 95%;
height: 250px;
margin-bottom: 10px;
}

.post_comment input[type="submit"] {
  margin: 0 0 5px;
  padding: 5px 40px;
  background: #00BFFE;
  border: 0;
  color: white;
  cursor: pointer;
}

.post_comment input[type="submit"]:hover {
  background-color:#87CEFA;
}

/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}

/* コメントツールチップ */
#comment_tooltip {
  position: absolute;
  z-index: 999;
  display: block;
  border: 1px solid #00bffe;
  font-size: 10pt;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  width: 550px;
  box-shadow: 1px 1px 5px #ddd;
}

#comment_tooltip #comment_tooltip_inner {
  padding: 10px 15px 5px;
  background: #00bffe;
  border: 1px solid #fff;
}

#comment_tooltip .cNumber {
  float: left;
  margin-right: 10px;
}

#comment_tooltip .comment_outline {
  *zoom: 1;
  overflow: hidden;
  display: block;
}

#comment_tooltip .comment_outline .comment_body {
  margin: 0;
}

#comment_tooltip .comment_outline .comment_body a {
  color: #333;
}

#comment_tooltip .cHeader span {
  margin-right: 10px;
}

#comment_tooltip .cName {
  font-weight: bold;
}

#comment_tooltip .cRe {
  display: none;
}



/*** ▼ トラックバック ▼ */
.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:#999999;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border:#999999 1px solid;       /*枠        (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#808080;                    /* 文字色    (ブロック本文) */
border-top:   #F0F8FF 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #999999 1px solid;  /* 枠(左)    (ブロック本文) */
border-right: #999999 1px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#999999 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:#FFFFFF 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#FFFFFF;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#00bffe;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#1E90FF 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#808080;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#FFFFFF 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/* ▼ フッター ▼ */
#footer_outline {
border:2px solid #FFFFFF;                       /* 外枠の色   */
background-color:#00bffe;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#FFFFFF;                                  /* 文字色     */
padding:10px; 
} 
                                              /* リンク       */
#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バトンのスタイル ▲ */

/******************/
/*
カスタマイズは自由にやってもらってかまいませんが、当ブログへのリンクと、
FC2ブログのテンプレート工房様へのリンクは残しておいて下さい。
FC2の利用規約に違反していない限り、どんなブログにも使用してもらっても結構です。

FC2ブログテンプレート倶楽部
http://fc2blogseotemplate.blog137.fc2.com/
*/
/******************/

/******************/
/*
フッターにある著作権表示(リンク)さえ残して頂ければ
どんなにカスタマイズされても構いません。また、
どのようなサイトでも利用してくださって結構です。
                                FC2ブログのテンプレート工房
[lightframe_ver.05.1]     (http://10plate.blog44.fc2.com/)
*/

#header {
background-image:url(//blog-imgs-55-origin.fc2.com/k/i/j/kijyosokuhou/kijyosoku004.jpg);
background-repeat:no-repeat;
}
#header h1, #header h2 {
margin:0;
padding:0;
text-indent:-9999px;
}
#header h1 a {
display:block;
height:150px; /*画像高さ*/
width:1130px; /*画像幅*/
}
h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 0px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
} 
#header_outline {
border: none;
}
#header_body {
border: none;
} 

/* ▼メニューバー▼ */
ul#menu_bar {
  font-size: 70%; /* 文字サイズ */
  height:25px; /* 高さ */
  background-color:#FFFFFF; /* 背景色 */
  padding-left:0px;
  margin-left:0px;
  margin-top:0px; /* 上の間隔 */
  margin-bottom:10px; /* 下の間隔 */
}

#menu_bar li {
  list-style-type:none;
  float:left;
  line-height:25px; /* 高さ */
  margin:0px;
  padding:0px;
}

#menu_bar li a {
  display:block;
  text-align:center;
  width:112px; /* １つのメニューボタンの幅 */
  border-right:1px solid #FFFFFF; /* 区切り線 */
  color:#ffffff; /* リンク文字の色 */
  background-color:#00bffe; /* メニューボタンの背景 */
  text-decoration:none;
}

#menu_bar li:last-child a {
  width: 113px;
  border-right: 0;
}

#menu_bar li a:hover{
  color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
  background-color:#87CEFA; /* マウスが乗ったときの背景色 */
  text-decoration:none;
}
/* ▲メニューバー▲ */


/* ページトップボタン */
#pageTopFixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#pageTopFixed a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(//blog-imgs-55-origin.fc2.com/k/i/j/kijyosokuhou/pagetop.gif) no-repeat;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}

#pageTopFixed a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
