/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/* ++++++ ブログの横幅設定 ++++++ */
#container { width: 700px; }

/* ++++++ 2段組の横幅設定 ++++++ */
/* コンテンツ部分の横幅 */
#center	{ width: 510px; }
/* サイドバーの横幅 */
#left, #right { width: 190px; }

/* ++++++ 3段組の横幅設定 ++++++ */
/* ブログの横幅設定 */
#three #container { width: 800px; }
/* 左サイドバーの横幅 */
#three #left { width: 190px; }
/* 中央コンテンツ部分の横幅 */
#three #center { width: 420px; }
/* 右サイドバーの横幅 */
#three #right { width: 190px; }

/* ++++++ その他設定 ++++++ */
body { text-align: center; margin:0; }
#container { margin:0 auto; text-align: left; }
#left { float: left; }
#center { float: left; }
#right { float: right; }
form { margin:0; padding:0; }
iframe { margin:0; padding:0; }
.fLeft { float:left; }
.fRight { float:right; }
.clear { clear:both; }
.reset { display:block; clear:both; font-size:1px; height:1px; line-height:1px; margin:0; }
.mgb10 { margin-bottom:10px; }
.mgb15 { margin-bottom:15px; }
.mgt20 { margin-top:20px; }
.mgb20 { margin-bottom:20px; }
.mgr20 { margin-right:20px; }
.mgl20 { margin-left:20px; }
#footer { clear: both; margin-top:20px; border-top: solid; border-bottom: solid; border-width: 1px; border-color: #A6A62A; padding: 5px; text-align:center; font-size: 0.7em; color: #666; }

/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */
body { background-color: #eec; }
/* #main { background-color: #ffffff; padding-top: 20px; }*/

/* ++++++ 枠内の余白 ++++++ */
/* コンテンツ内の左右の余白 */
.content div { margin-left: 15px; margin-right: 15px; }
/* コンテンツ内の上の余白 */
.content { padding-top: 20px; }
/* エントリーアーカイブ・コンテンツ内の上の余白 */
.content.ent { padding-left:25px; padding-right:25px; }
/* サイドバー内の左右の余白 */
.sidebar div { margin-left: 15px; margin-right: 15px; }
/* サイドバー内の上下の余白 */
.sidebar { padding-top: 20px; padding-bottom: 20px; }
.content div div, .sidebar div div { margin-left: 0; margin-right: 0; }

/* ++++++ 段の間隔・横幅 ++++++ */
#left { margin-right: 20px; }
#center	{ width: 488px; }
#right { margin-left: 20px; }
#three #left { width: 175px; }
#three #center { width: 408px; }
#three #right { width: 175px; }
.sidebar #calendar table { width: 170px; }
#three .sidebar #calendar table { width: 145px; }

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */
/* ++++++ ヘッダー部分のデザイン ++++++ */
/* トップページヘッダー */
#title { width:615px; height:170px; background: url(img/bg01.jpg) no-repeat 0 0; padding: 30px 0 0 185px; }
#title h1 { display:block; width:425px; height:27px; margin:0; padding:0;
 background: url(img/ttl.gif) no-repeat; text-indent:-9999px; text-decoration:none; overflow:hidden; }
#title h1 a:link ,#title h1 a:visited ,#title h1 a:hover {
 display:block; width:425px; height:27px;  margin:30px 0 0 0; padding:0; text-indent:-9999px; text-decoration:none; overflow:hidden; }
#title h2 { width:365px; margin: 20px 30px 0 30px; padding:10px 0 0 0; color: #fff; 
 font-weight:normal; border-top:1px dotted #fff; font-size: 12px; line-height:1.3em; letter-spacing:1px; }

/* 内部ページヘッダー */
#title2 { width:505px; height:175px; background: url(img/bg02.jpg) no-repeat 0 0; padding: 25px 0 0 195px;}
#title2 h1 { display:block; width:308px; height:55px; margin:0; padding:0;
 background: url(img/ttl2.gif) no-repeat; text-indent:-9999px; text-decoration:none; overflow:hidden; }
#title2 h1 a:link ,#title2 h1 a:visited ,#title2 h1 a:hover {
 display:block; width:308px; height:55px; margin:0; padding:0; text-indent:-9999px; text-decoration:none; overflow:hidden; }

#title2 h2 { width:308px; margin: 10px 0 0 0; padding:10px 0 0 0;  color: #fff; font-weight:normal; border-top:1px dotted #fff; font-size: 12px; font-size: 12px; line-height:1.3em; line-height:1.3em;  }
#banner	{ margin-bottom: 15px; }

/* ++++++ 左サイドバーデザイン ++++++ */
/* メニュー */
.sidebar { background-color: #E1E1A9; padding-top:15px; padding-bottom:15px; }
.sidebar h2 { font-size: 0.75em; margin-bottom: 0; text-align:center; color: #fff; 
/*background-color: #cc6;*/ background-color: #b65d2d; padding: 3px 0; }
.sidebar a  { color: #82450e; }
.sidebar ul { font-size: 0.75em; list-style-type:none; margin: 5px 0 20px 0; padding-left:0; }

/* ++++++ 右サイドバーデザイン ++++++ */
.adR { margin-left:25px; margin-bottom:10px; }

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* コンテンツ部分 */
.content { border: solid 1px  #E1E1A9; background-color: #FFF; }
/* コンテンツ部分adsence */
.content p.ads { margin:0 25px 0 25px; padding:0; font-size: 12px; color: #666; line-height:2em; }

/* メインページ：ボタン群 */
.entryTP  #btns { margin:0 0 0 15px; padding:0; }
.entryTP #btns h3.b_jn a { display:block; float:left; width:170px; height:110px; margin:0 15px 0 0; 
 padding:0; background:url(img/b_jn.jpg) no-repeat; text-indent:-9999px; text-decoration:none;
   overflow:hidden; }
.entryTP  #btns h3.b_jn a:hover { background:url(img/b_jn_o.jpg) no-repeat; }
.entryTP  #btns h3.b_st a { display:block; float:left; width:170px; height:110px; margin:0; padding:0;
   background:url(img/b_st.jpg) no-repeat; text-indent:-9999px; text-decoration:none;
   overflow:hidden; }
.entryTP  #btns h3.b_st a:hover { background:url(img/b_st_o.jpg) no-repeat; }

/*テーブル内フォント */
td { font-size: 0.75em; color: #333; line-height: 150%; }
/* エントリー */
.entry { margin-bottom: 40px; }
.entry p.top { margin:0 0 10px 0; padding:0; }
.entry h2 { font-size: 0.75em; }
.entry h3 { font-size: 0.875em; color: #82450e; background-color:#eec; padding-left:3px;
 border-top:1px solid #BEBE43; padding-top:7px;
 border-bottom:1px solid #BEBE43; padding-bottom:5px; line-height:1.2em; }
.entry p { font-size: 0.75em; color: #333; line-height: 150%; }
.entry p.posted { font-size: 0.66em; color: #aaa; border-top: solid 1px #858519; padding-top: 6px; }
.entry a { color: #82450e; }
.entry #more { margin-bottom:10px; border-bottom:1px dotted #BEBE43;  }

/* トップページエントリー */
.entryTP { margin-bottom: 20px; }
.entryTP p.top { margin:0 0 10px 0; padding:0; }
.entryTP h2 { font-size: 0.75em; }
.entryTP h3 {  font-size: 0.875em; color: #82450e; }
.entryTP p { font-size: 0.75em; color: #333; line-height: 150%; }
.entryTP p.posted p.posted { font-size: 0.66em; color: #aaa; border-top: solid 1px #858519; padding-top: 6px; }
.entryTP a { color: #82450e; }

/* エントリー内アドセンス */
.content .ads { margin:30px 0 10px 40px; }

/* 前後のエントリーへのリンク */
#entrylink { font-size: 0.75em; color: #BEBE43; }
#entrylink a { color: #82450e; text-decoration:none; }
#entrylink a:hover { color: #82450e; text-decoration:underline; }
#entrylink p { margin: 0 0 30px 0; }
/* エントリーメニュー */
#recent h2 { font-size: 0.875em; color: #333333; padding-bottom: 3px; margin-bottom: 0px; }
#recent a { color: #444; }
#recent ul { font-size: 0.75em; color: orange; margin:5px 0 30px 0; padding-left:0; }

/* カテゴリーメニュー */
#categories { margin-bottom: 10px; }
#categories h2 { margin:0 0 5px 0; font-size: 0.75em; margin: 0; text-align:center; color: #fff;
 background-color: #b65d2d; padding: 3px 0; }
#categories h2 a { color: #fff; text-decoration:none; }
#categories h2 a:hover { color: #fff; text-decoration:underline; }
#categories a { color:#82450e; text-decoration:none; }
#categories a:hover { color:#82450e; text-decoration:underline; }
#categories ul { font-size: 0.75em; color: #82450e; list-style-type:none; margin: 5px 0 0 0; padding:0; }
#categories ul ul { font-size: 1em; margin-left: 10px; margin:0; padding:0; }
#categories li { margin:0; padding:0 0 7px 0; font-weight:bold; }
#categories li li { margin:0 0 2px 0; padding:2px 0 0 25px;
 background: url(img/branch.gif) no-repeat; font-weight:normal; line-height:1.3em; }
#categories li li.sublast { margin:0; padding:0 0 0 25px; background: url(img/branch_last.gif)  no-repeat; }
/* カテゴリーデータ */
#categorydata h1 { font-size: 1em; border-bottom: solid 1px #999; padding-bottom: 8px; color: #444; }
#categorydata h2 { font-size: 0.75em; color: #999; }
#categorydata ul { font-size: 0.95em; font-weight:bold; color: #444; margin-bottom: 10px; }
#categorydata li { font-size: 0.95em; font-weight:bold; color: #82450e; margin-bottom: 20px; }
#categorydata a { color: #82450e; }
/*#categorydata { border-bottom: solid 2px khaki; }*/

/* 月別データ */
#monthdata h1 { font-size: 0.75em; border-top: solid 2px khaki; border-bottom: solid 2px khaki;
 padding-top: 4px; padding-bottom: 4px; color:#82450e; }
#monthdata h2 { font-size: 0.875em; color: #999999; }
#monthdata h2 a	{ color: #3366aa; }
#monthdata span	{ font-size: smaller; }
#monthdata p { font-size: 0.75em; color: #666666; line-height: 150%; border-bottom: dotted 1px khaki;
 padding-bottom: 20px; padding-left: 20px; }
/*検索窓 */
.link-note { font-family: Verdana, Arial, sans-serif; font-size: 10px; line-height: 150%;
 text-align: left; padding: 2px; margin-bottom:5px; color:#444; }
/* トラックバック */
#trackbacks { border: solid 1px tomato; padding: 5px 20px; margin: 20px 0; }
#trackbacks h2 { font-size: 0.75em; margin-bottom: 0; }
#trackbacks p { font-size: 0.75em; color: #666666; margin-top: 8px; }
#trackbacks h3 { font-size: 0.75em; color: #999; margin-bottom: 0; border-top: dotted 1px tomato;
 padding-top: 20px; }
#trackbacks a { color: #66aaff; }
/* フィード情報 */
#feed { font-family: Verdana, Arial, sans-serif; font-size: 0.75em; color: #666; }
/* Movable Type情報 */
#powered { font-family: Verdana, Arial, sans-serif; font-size: 0.75em; color: #666;margin-top: 50px; }

/* フォントの設定*/
.j10br {color: #82450e;font-size:10px;line-height:1.3em;letter-spacing:1px;}
.j12br {color: #82450e;font-size:12px;line-height:1.3em;letter-spacing:1px;}
.j14br {color:#82450e;font-size:14px;line-height:1.3em;letter-spacing:1px;}
.j10br a:link ,.j10br a:visited {color:#82450e;text-decoration:underline;}
.j10br a:hover {color:#82450e;text-decoration:underline;}
.j12br a:link ,.j12br a:visited {color:#82450e;text-decoration:underline;}
.j12br a:hover {color:#82450e;text-decoration:underline;}
.j14br a:link ,.j14br a:visited {color:#82450e;text-decoration:underline;}
.j14br a:hover {color:#82450e;text-decoration:underline;}


