body{
 margin:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
 background-color:#f8884b;
 text-align:center;
}

#container{
 width:800px;
 margin:0px auto;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
 text-align:left;
 background-color:#ffffff;
 /**background: url(images/back.gif) repeat-y;**背景リピート**/
 font-family:Helvetica,Arial,sans-serif,"Hiragino Kaku Gothic Pro",Osaka;
}

/*****************ヘッダー部分**********************/
#header{
 clear:both;
 width:800px;
 height:70px;
 background-color:#ffff00;
 margin-top:0px;
 margin-right:0px;
 margin-left:0px;
 margin-bottom:0px;
 margin-top:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
 border-top-width:0px;
 border-left-width:0px;
 border-bottom-width:0px;
 border-right-width:0px;
 background-image: url("img001.gif"); 
 }

#header span{
	display: none;
}

/**************** ナビゲーションバー部分***************/

#navbar1 /*カテゴリ・ナビバーのスタイル*/
{
 text-align: center; /* 配置 */
 font-size: 12px; /* フォントサイズ */
 width:800px; /* 全体の幅 */
 padding:3px 0px 3px 0px;
 background-color:#b22222;
}

#navbar2{
 text-align: center; /* 配置 */
 font-size: 12px; /* フォントサイズ */
 width:800px; /* 全体の幅 */
 padding:3px 0px 3px 0px;
 background-color:#ff8080;
}

/*カテゴリナビバー1 リンクのスタイル */
#navbar1 a{
 color:#f5f5dc; /* 文字色 */
 text-decoration: none; /* テキストの装飾をなくす */
 padding-left:8px; /* リンク文字のパディング */
 padding-right:8px; /* リンク文字のパディング */
}

/*カテゴリナビバー2 リンクのスタイル */
#navbar2 a{
 color:#000000; /* 文字色 */
 text-decoration: none; /* テキストの装飾をなくす */
 padding-left:8px; /* リンク文字のパディング */
 padding-right:8px; /* リンク文字のパディング */
}

/*カテゴリナビバー リンク マウスオーバーした時のスタイル */
#navbar1 a:hover,#navbar2 a:hover{
 background-color:#ffff80; /* 背景色 */
 color:#dc143c; /* 文字色 */
 text-decoration: none; /* テキストの装飾をなくす */
 padding:6px 8px 6px 8px; /* リンク文字のパディング */
}

#navbar3 /*サブ・カテゴリ・ナビバーのスタイル*/
{
 margin-top: 20px;
 text-align: center; /* 配置 */
 font-size: 16px; /* フォントサイズ */
 width:800px; /* 全体の幅 */
}

/*サブ・カテゴリナビバー リンクのスタイル */
#navbar3 a{
 color:#33cc00; /* 文字色 */
 background-color:#ffff66; /* 背景色 */
 text-decoration: none; /* テキストの装飾をなくす */
 padding-top:4px; /* リンク文字のパディング */
 padding-bottom:4px;
 padding-left:8px;
 padding-right:8px;
}

/*サブ・カテゴリナビバーマウスオーバーした時のスタイル */
#navbar3 a:hover{
 color:#dc143c; /* 文字色 */
 text-decoration: none; /* テキストの装飾をなくす */
}

/*メインページのナビバー「トップ」部分 */
.top{
 font-size:14px;
 font-weight:bold;
 background-color:#ffffff; /* 背景色 */
 color:#a0522d; /* 文字色 */
 text-decoration: none; /* テキストの装飾をなくす */
 padding:6px 8px 6px 8px; /* リンク文字のパディング */
}



/* 選択されたリンクのスタイル */
#selected a,
#selected a:hover{
 font-size:14px;
 font-weight:bold;
 background-color:#ffffff; /* 背景色 */
 color:#a0522d; /* 文字色 */
 text-decoration: none; /* テキストの装飾をなくす */
 padding:6px 8px 6px 8px; /* リンク文字のパディング */
}

/*****************サイドバーとコンテンツ**********************/
#naka{
 width:800px;
 margin-top:20px;
}

/*****************サイドバー部分**********************/
.sidebar{
 width:110px;
 float:left;
 margin-top:30px;
 margin-left:10px;
 margin-right:16px;
 font-size:12px;
}

.sidebar h1 /*****「お知らせ」タイトル*/
{
 text-align:left;
 color:#f08080;
 font-size:13px;
 padding-left:3px;
 border-left:solid 2px #dc143c;
 border-bottom:solid 1px #dc143c;
}

.sidebar h2 /*****「月別ﾊﾞｯｸﾅﾝﾊﾞｰ」タイトル部分****/
{
 margin-top: 40px;
 text-align:left;
 color:#f08080;
 font-size:13px;
 padding-left:3px;
 border-left:solid 2px #dc143c;
 border-bottom:solid 1px #dc143c;
}

.menu /*****「月別ﾊﾞｯｸﾅﾝﾊﾞｰ」リストの設定******/
{
 list-style-type:none;
 margin-left:0px;
 padding-left:0px;
 font-size:12px;
 text-align:center;
 line-height:140%;
}

.menu a /*****月別リストの文字設定******/
{
 font-size:13px;
 color:#8b4513;
 text-decoration:none;
}

.menu a:hover /*****月別リストのマウスオーバー設定******/
{
 color:#ff2424;
 font-size:14px;
 text-decoration:none;
}
.menu li{
 margin-bottom:8px;
}

.menu2 li{
 margin-bottom:8px;
}

.catmonth /*****「カテゴリ内月別ﾊﾞｯｸﾅﾝﾊﾞｰ」リストの設定******/
{
 list-style-type:none;
 margin-left:0px;
 padding-left:0px;
 font-size:12px;
 text-align:left;
 line-height:140%;
}

.catmonth a /*****カテゴリ内月別リストの文字設定******/
{
 font-size:13px;
 color:#8b4513;
 text-decoration:none;
}

.catmonth a:hover /*****カテゴリ内月別リストのマウスオーバー設定******/
{
 color:#ff2424;
 text-decoration:none;
}
.catmonth li{
 margin-bottom:8px;
}


/*****************メインページとカテゴリページの記事部分**********************/

.content{
 float:right;
 font-size:16px;
 width:600px;
 margin-top:0px;
 margin-right:20px;
 line-height:160%;
}

.content h1 /*****エントリー見出し部分*/
{
 clear:both;
 font-size:16px;
 color:#6c0000;
 margin-bottom:0px;
 border-top:solid 2px #ffcc00;
 border-left:solid 5px #ffcc00;
 padding-left:2px;
 background-image:url(titleback.gif);
 background-repeat:repeat-x;
 text-decoration:none;
}

.content h1 a/*****エントリー見出し文字設定*/
{
 color:#b22222;
 text-decoration:none;
}

.content h1 a:hover /*****エントリー見出しマウスオーバー*/
{
 background-color:#ffff80;
 color:#ff0000;
 text-decoration:none;
}

.content h2 /*****エントリー日付部分*/
{
 text-align: right;
 font-size:11px;
 color:#696969;
 margin-right:30px;
 margin-top:-10px;
 margin-bottom:0px;
}

.honbun /***エントリー本文***/
{
	margin-top:-10px;
margin-left:6px;
}

/*****.content p /*****エントリー本文１
{
 margin-top:20px;
 margin-right:20px;
 color:#2d2d2d;
} ******/

.entry-more-link /*****「全文を読む」の位置*/
{
 text-align:left;
 margin-top:8px;
}

.entry-more-link a /*****「全文を読む」の文字設定*/
{
 color:#483d8b;
 font-size:13px;
 text-decoration:none;
}

.entry-more-link a:hover /*****「全文を読む」マウスオーバー*/
{
 color:#ff0000;
}

img /*****写真の余白設定*****/
{
 margin:6px;
}

#photol /*****写真キャプションの設定（左寄せ用）0702月から不使用******/
{
 color:#626262;
 line-height:140%;
 font-size:12px;
 font-weight:normal;
 margin-right:10px;
}

#photor /*****写真キャプションの設定（右寄せ用） 0702月から不使用****/
{
 color:#626262;
 line-height:140%;
 font-size:12px;
 font-weight:normal;
 margin-left:10px;
 margin-bottom:10px;
}

img /*****写真の余白設定*****/
{
 margin:6px;
}


/*****************エントリーページの記事部分**********************/

#entrycontent{
 font-size:16px;
 width:600px;
 margin-left: 100px;
 margin-right: auto;
 margin-top:20px;
 margin-bottom:20px;
 line-height:150%;
 color:#464646;
}

.entrycontent p{
 margin-top:-10px;
}

#entrycontent h1 /*****エントリー見出し部分*/
{
 clear:both;
 font-size:16px;
 color:#6c0000;
 border-top:solid 2px #ffcc00;
 border-left:solid 5px #ffcc00;
 background-image:url(titleback.gif);
 background-repeat:repeat-x;
 text-decoration:none;
 margin-right:20px;
 margin-bottom:0px;
}

#entrycontent h2 /*****エントリー日付部分*/
{
 text-align:right;
 font-size:11px;
 color:#696969;
 margin-top:-10px;
}

/*****************月別アーカイブのタイトル文字**********************/

.content h5{
 margin-right:80px;
 margin-left:60px;
 text-align:center;
 font-weight:bold;
 font-size:16px;
 color:#ff9999;
 background-color:#990000;
}

/*****************トップへもどる部分**********************/
#totop{
 font-size:13px;
 clear:both;
 text-align:center;
 margin-top:30px;
 margin-bottom:30px;
}

/*****************フッター部分**********************/
#footer{
 clear:both;  /*****サイドバーへの回りこみを解除*/
 width:800px;
 height:24px;
 padding-top:8px;
 text-align:center;
 background-color:#b22222;
}

#footer p{
 font-size:11px;
 color:#ffffff;
 margin-top:0px;
 margin-bottom:0px;
}

/*****************フォーム（ケータイにURL転送）**********************/
#fwkeitai{
 text-align:center;
 margin-top:100px;
}

/*****************フォーム（ケータイにURL転送２）**********************/
#fwkeitai2{
 text-align:center;
 margin-top:40px;
 margin-bottom:120px;
}


/*****************４０４エラーメッセージ**********************/
.errormess{
 margin-top: 120px;
 margin-bottom: 260px;
 text-align: center;
 font-size: 20px;
 color: #ff6347;
 }