body {
	margin:0;
	padding:0;

	text-align:center;
}

body,th,td,ul,li,div{
	font:12px/20px Verdana, Arial, sans-serif;
}


/***** レイアウト *****/

/* 大外枠 */
#container{
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

/* 料理　大外枠 */
#container_cooking{
	width:780px;
	margin:0 auto;
	text-align:left;
	background-image:url(http://otoriyose-joho.com/images/containerbg01.gif);
	background-repeat:repeat-y;
}

/* レビュー　大外枠 */
#container_review{
	width:780px;
	margin:0 auto;
	text-align:left;
	background-image:url(http://otoriyose-joho.com/images/containerbg02.gif);
	background-repeat:repeat-y;
}

/* コンテンツ部分 */
#Contents{
	margin:10px 10px 0;
}

/* メインスペース */
#MainSpace{
	width:500px;
	margin:0 0 25px;
	float:left;
	background:url('images/bg_contents_bottom.gif') left bottom no-repeat;
}
	
/* サイドバー */
#Sidebar{
	width:250px;
	margin:0 0 10px;
	float:right;
}

/* floatのクリア */
.FloatClear{
	clear:both;
	height:0;
	line-height:0;
}


/***** リンク *****/
a{
	text-decoration:none;
}

a:link,
a:active{
	color:#00c;
}

a:visited{
	color:#009;
}

a:hover{
	color:#c00;
}


.entryWrap a:link,
.entryWrap a:active,
.entryWrap a:visited,
.entryWrap a:hover{
	color:#000;
}

/***** ヘッダー *****/

/* タイトルロゴ */
#SiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG.gif') left top no-repeat;
}

/* タイトルロゴ内のイメージ */
#SiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 全記事タイトル一覧　タイトルロゴ */
#EntryListSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_entrylist.gif') left top no-repeat;
}

/* 全記事タイトル一覧　タイトルロゴ内のイメージ */
#EntryListSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* メニューバー */
#Menubar{
	border-top:dotted 3px #87B645;
	border-bottom:dotted 3px #5C8B28;
	background:#F0FEBF;
	margin:0 0 10px;
	padding:0 10px;
	height:24px;
	line-height:24px;
}

#Menubar li{
	margin:0;
	padding:0 5px 0 14px;
	list-style:none;
	line-height:24px;
	background:url('images/MenubarPoint.gif') left no-repeat;
	display:inline;
}

/* メニューバー内のリンク */
#Menubar li a{
	text-decoration:none;
}

#Menubar li a:link,
#Menubar li a:active,
#Menubar li a:visited{
	color:#660;
}

#Menubar li a:hover{
	color:#f60;
}


/***** 日付別・月別・コメント・検索　ヘッダー *****/

/* 日付別　タイトルロゴ */
#DailySiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_daily.gif') left top no-repeat;
}

/* 日付別　タイトルロゴ内のイメージ */
#DailySiteTitle img{
	vertical-align:middle;
	border:none;
}


/* コメント確認　タイトルロゴ */
#CommentThaksSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_comment_thaks.gif') left top no-repeat;
}

/* コメント確認　タイトルロゴ内のイメージ */
#CommentThaksSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* コメント保留　タイトルロゴ */
#CommentReceiptSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_comment_receipt.gif') left top no-repeat;
}

/* コメント保留　タイトルロゴ内のイメージ */
#CommentReceiptSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* コメントエラー　タイトルロゴ */
#CommentErrorSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_comment_error.gif') left top no-repeat;
}

/* コメントエラー　タイトルロゴ内のイメージ */
#CommentErrorSiteTitle img{
	vertical-align:middle;
	border:none;
}

/* 検索　タイトルロゴ */
#SearchSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_search.gif') left top no-repeat;
}

/* 検索　タイトルロゴ内のイメージ */
#SearchSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 日付別・月別・コメント・検索　メニューバー */
#DailyMenubar{
	border-top:dotted 4px #87B645;
	border-bottom:dotted 4px #87B645;
	background:#F0FEBF;
	margin:0 0 10px;
	padding:0 10px;
	height:24px;
	line-height:24px;
}

#DailyMenubar li{
	margin:0;
	padding:0 50px 0 14px;
	list-style:none;
	line-height:24px;
	background:url('images/MenubarPoint.gif') left no-repeat;
	display:inline;
	font-weight:bold;
}

/* 日付別・月別・コメント・検索　メニューバー内のリンク */
#DailyMenubar li a{
	text-decoration:none;
}

#DailyMenubar li a:link,
#DailyMenubar li a:active,
#DailyMenubar li a:visited{
	color:#660;
}

#DailyMenubar li a:hover{
	color:#f60;
}


/***** レビュー用ヘッダー *****/

/* レビュータイトルロゴ */
#ReviewSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_review.gif') left top no-repeat;
}

/* レビュータイトルロゴ内のイメージ */
#ReviewSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 全レビュータイトル一覧　タイトルロゴ */
#ReviewListSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_reviewlist.gif') left top no-repeat;
}

/* 全レビュータイトル一覧　タイトルロゴ内のイメージ */
#ReviewListSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* レビューメニューバー */
#ReviewMenubar{
	border-top:dotted 3px #FD8422;
	border-bottom:dotted 3px #FD8422;
	background:#FCDF6D;
	margin:0 0 10px;
	padding:0 10px;
	height:24px;
	line-height:24px;
}

#ReviewMenubar li{
	margin:0;
	padding:0 15px 0 14px;
	list-style:none;
	line-height:24px;
	background:url('images/MenubarPoint_review.gif') left no-repeat;
	display:inline;
	font-weight:bold;
}

/* レビューメニューバー内のリンク */
#ReviewMenubar li a{
	text-decoration:none;
}

#ReviewMenubar li a:link,
#ReviewMenubar li a:active,
#ReviewMenubar li a:visited{
	color:#660;
}

#ReviewMenubar li a:hover{
	color:#f60;
}



/***** 日記用ヘッダー *****/

/* 日記タイトルロゴ */
#DiarySiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_diary.gif') left top no-repeat;
}

/* 日記タイトルロゴ内のイメージ */
#DiarySiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 全日記タイトル一覧　タイトルロゴ */
#DiaryListSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_diarylist.gif') left top no-repeat;
}

/* 全日記タイトル一覧　タイトルロゴ内のイメージ */
#DiaryListSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 日記メニューバー */
#DiaryMenubar{
	border-top:solid 3px #C59542;
	border-bottom:solid 3px #C59542;
	background:#E2E0D3;
	margin:0 0 10px;
	padding:0 10px;
	height:24px;
	line-height:24px;
}

#DiaryMenubar li{
	margin:0;
	padding:0 15px 0 14px;
	list-style:none;
	line-height:24px;
	background:url('images/MenubarPoint_diary.gif') left no-repeat;
	display:inline;
	font-weight:bold;
}

/* 日記メニューバー内のリンク */
#DiaryMenubar li a{
	text-decoration:none;
}

#DiaryMenubar li a:link,
#DiaryMenubar li a:active,
#DiaryMenubar li a:visited{
	color:#660;
}

#DiaryMenubar li a:hover{
	color:#f60;
}

/***** 料理用ヘッダー *****/

/* 料理タイトルロゴ */
#CookingSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_cooking.gif') left top no-repeat;
}

/* 料理タイトルロゴ内のイメージ */
#CookingSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 全料理タイトル一覧　タイトルロゴ */
#CookingListSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_cookinglist.gif') left top no-repeat;
}

/* 全料理タイトル一覧　タイトルロゴ内のイメージ */
#CookingListSiteTitle img{
	vertical-align:middle;
	border:none;
}


/* 料理メニューバー */
#CookingMenubar{
	border-top:double 5px #8E490B;
	border-bottom:double 5px #8E490B;
	background:#F6F27B;
	margin:0 0 10px;
	padding:0 10px;
	height:24px;
	line-height:24px;
}

#CookingMenubar li{
	margin:0;
	padding:0 15px 0 14px;
	list-style:none;
	line-height:24px;
	background:url('images/MenubarPoint_cooking.gif') left no-repeat;
	display:inline;
	font-weight:bold;
}

/* 料理メニューバー内のリンク */
#CookingMenubar li a{
	text-decoration:none;
}

#CookingMenubar li a:link,
#CookingMenubar li a:active,
#CookingMenubar li a:visited{
	color:#660;
}

#CookingMenubar li a:hover{
	color:#f60;
}


/***** ショップリンク用ヘッダー *****/

/* ショップタイトルロゴ */
#ShopSiteTitle{
	width:780px;
	font-size:16px;
	color:#f60;
	margin:0;
	padding:0;
	line-height:180px;
	background:url('images/HeaderBG_shop.gif') left top no-repeat;
}

/* ショップタイトルロゴ内のイメージ */
#ShopSiteTitle img{
	vertical-align:middle;
	border:none;
}


/***** メインスペース内の装飾 *****/

/* 記事フレーム */
.entryFrame{
	margin-bottom:50px;
    border: 1px solid #999;
    padding:0px 10px 10px 10px;

}


/* 見出し */
#MainSpace h2{
	margin:0 0 10px;
	padding:0;
	font-size:14px;
	line-height:30px;
}

/* リード文 */
#ReadText{
	height:142px;
	margin:0 0 20px;
	padding-right:200px;
	background:url(images/-.jpg) right top no-repeat;
}

#ReadText p{
	margin:0;
	padding:0 0 10px;
}

#ReadText div{
	text-align:right;
}

#BeforeEntry{
	margin:0;
	padding:0 0 0 20px;
	background: url('images/before-icon.gif') left no-repeat;

}

#AfterEntry{
	margin:0;
	padding:0 0 0 20px;
	background: url('images/after-icon.gif') left no-repeat;

}

/* 最新記事 */
#NewReview,
#NewLife{
	width:245px;
	margin:0px 0px 30px 0px;
	padding:0 0 7px;
	background:#ffc url(images/NewBGBottom.gif) left bottom no-repeat;
}



#NewReview ul,
#NewLife ul{
	margin:0;
	padding:5px 5px 0;
	border:solid 1px #ccc;
	border-bottom:none;
	text-align:left;
}

#NewReview li,
#NewLife li{
	margin:0;
	padding:0;
	list-style:none;
}

/* カテゴリ */
.CategoryBox{
	width:160px;
	float:left;
}

.CategoryBox h3{
	margin:0 0 5px;
	padding:0;
	font-size:12px;
}

.CategoryBox ul,
.CategoryBox li{
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
	line-height:12px;
}

.CategoryBox li{
	margin-left:16px;
}

.CatSpace{
	width:10px;
	float:left;
}

.CatClear{
	clear:left;
	height:10px;
	line-height:10px;
}


/* 引用欄 */
blockquote{
/*	padding:10 15px;*/
	padding:10px 15px;
	background:#FFFF85;
	border-right:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
}


/* 続きを読む　*/
.more{
	text-align:right;
	font-size:10px;
}


/* 詳しく読む　*/
.minutely{
	text-align:right;
	font-size:12px;
}


/* 記事を詳しく読む　*/
.entryMore{
	background:url('images/entryMore.gif') left bottom no-repeat;
	text-align:left;
	margin:0 0 0 20px;
	padding-left:25px;
	font-size:12px;
}

.entryMore2{
	text-align:left;
	margin:0 0 0 20px;
	padding-left:5px;
	font-size:12px;
}


/* エントリータイトル　*/
.title,
#entry_title{
	background:url('images/title_bg01.gif') left bottom no-repeat;
	font-size:12px;
	padding-left:40px;
	height:50px;
}

/* 日記＆レビュー＆料理　エントリータイトル　*/
.title02,
#entry_title02{
	background:url('images/title_bg02.gif') left bottom no-repeat;
	font-size:12px;
	padding-left:40px;
	height:50px;
}

/* コメント欄（閉）　*/
.posted{ 
text-align: right;
margin-bottom:5px;
padding:20px 0px 3px 0px;
font-size:12px;
font-family:Verdana;
}

.posted a{
font-weight:bold;
}

.posted p{
	display:inline;
}

/* コメント欄（開）　*/
.comment_posted{ 
text-align: left;
margin-bottom:5px;
padding:3px 0px 5px 0px;
font-size:12px;
font-family:Verdana;
border-top:1px solid #CDC1B0;
border-bottom:1px solid #CDC1B0;
background-color:#FDFBE6;
}

.comment_posted p{ 
	display:inline;
}

.comment_posted a{
font-weight:bold;
}

.sidetitle {
padding:4px 10px 4px 25px;
font-weight:bold;
background-image:url(http://otoriyose-joho.com/blog/images/side_title_cat.gif);
background-repeat:no-repeat;
color:#755930;
font-family:Verdana;
}

#comments {
margin-bottom:30px;
margin-top:25px;
text-align:left;
/*padding-left:47px;*/
}
#comments form {
margin:0px;
padding:0px;
font-family:Verdana;
}

.comment_name{
background-image:url(http://otoriyose-joho.com/images/comment_name.gif);
background-repeat:no-repeat;
padding:0 0 0 25px;
margin:0px;

}
.comment_time{
background-image:url(http://otoriyose-joho.com/images/comment_time.gif);
background-repeat:no-repeat;
padding:0 0 0 20px;
margin:0px;
}


/***** サイドバー内の装飾 *****/

/* トップページサイドバータイトル */
.SideTitle{
	margin:0 0 5px;
	padding:0 5px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	background:url('images/SideTitleBG.gif') left top no-repeat;
}

/* エントリーページサイドバータイトル */
.EntrySideTitle{
	text-align:center;
	font-weight:bold;
}


/* TOPICS　サイドのお取り寄せ情報一覧 */
.sidetitle_topics {
padding:4px 10px 4px 25px;
font-weight:bold;
background-image:url(http://otoriyose-joho.com/review/images/side_title_cat.gif);
background-repeat:no-repeat;
color:#755930;
font-family:Verdana;
}

.entry_side_topics{
padding:0px;
margin-bottom:15px;
font-size:10px;
color:#56553F;
font-family:Verdana;
}


.entry_mark_topics{
	float:left;
	width:15px;
	margin-bottom:10px;
	font-size:12px;
}
.entry_title_topics{
	float:left;
	width:235px;
	margin-bottom:10px;
	font-size:12px;
}


/* 料理　サイドのレシピ一覧 */
.sidetitle_cooking {
padding:4px 10px 4px 25px;
font-weight:bold;
background-image:url(http://otoriyose-joho.com/review/images/side_title_cat.gif);
background-repeat:no-repeat;
color:#755930;
font-family:Verdana;
}

.entry_side_cooking{
padding:0px;
margin-bottom:15px;
font-size:10px;
color:#56553F;
font-family:Verdana;
}


.entry_mark_cooking{
	float:left;
	width:15px;
	margin-bottom:10px;
	font-size:12px;
}
.entry_title_cooking{
	float:left;
	width:235px;
	margin-bottom:10px;
	font-size:12px;
}


/* レビュー　サイドのエントリー一覧 */
.sidetitle_review {
padding:4px 10px 4px 25px;
font-weight:bold;
background-image:url(http://otoriyose-joho.com/review/images/side_title_cat.gif);
background-repeat:no-repeat;
color:#755930;
font-family:Verdana;
}

.entry_side_review{
padding:0px;
margin-bottom:15px;
font-size:10px;
color:#56553F;
font-family:Verdana;
}


.entry_mark_review{
	float:left;
	width:15px;
	margin-bottom:10px;
	font-size:12px;
}
.entry_title_review{
	float:left;
	width:235px;
	margin-bottom:10px;
	font-size:12px;
}


/* ご用達ショップ　サイドのエントリー一覧 */
.sidetitle_shop {
padding:4px 10px 4px 25px;
font-weight:bold;
background-image:url(http://otoriyose-joho.com/review/images/side_title_cat.gif);
background-repeat:no-repeat;
color:#755930;
font-family:Verdana;
}

.entry_side_shop{
padding:0px;
margin-bottom:15px;
font-size:10px;
color:#56553F;
font-family:Verdana;
}


.entry_mark_shop{
	float:left;
	width:15px;
	margin-bottom:10px;
	font-size:12px;
}
.entry_title_shop{
	float:left;
	width:235px;
	margin-bottom:10px;
	font-size:12px;
}

/* 日記　サイドのエントリー一覧 */
.sidetitle_diary {
padding:4px 10px 4px 25px;
font-weight:bold;
background-image:url(http://otoriyose-joho.com/review/images/side_title_cat.gif);
background-repeat:no-repeat;
color:#755930;
font-family:Verdana;
}

.entry_side_diary{
padding:0px;
margin-bottom:15px;
font-size:10px;
color:#56553F;
font-family:Verdana;
}


.entry_mark_diary{
	float:left;
	width:15px;
	margin-bottom:10px;
	font-size:12px;
}
.entry_title_diary{
	float:left;
	width:235px;
	margin-bottom:10px;
	font-size:12px;
}


/* サイドコンテンツスペース */
.SideContents{
	margin:0 0 20px;
	padding:4px 0 0;
	background:#f6efdf url('images/SideBGTop.gif') left top no-repeat;
}

.SideContentsBody{
	margin:0;
	padding:0 0 4px;
	background:#f6efdf url('images/SideBGBottom.gif') left bottom no-repeat;
}


.SideContentsBody p{
	margin:0;
	padding:2px 5px;
}


.SideContentsBody li{
	margin:0 0 0 20px;
	padding:0;
}

/* サイドコンテンツスペース（人気記事ランキング分） */
.SideContentsRanking{
	margin:0 0 20px;
	padding:4px 0 0;
	background:#f6efdf url('images/SideBGTop.gif') left top no-repeat;
}

.SideContentsBodyRanking{
	margin:0;
	padding:0 0 4px;
	background:#f6efdf url('images/SideBGBottom.gif') left bottom no-repeat;
}


.SideContentsBodyRanking p{
	margin:0;
	padding:2px 5px;
}


.SideContentsBodyRanking li{
	margin:0 0 0 27px;
	padding:0;
}

/* カテゴリーリスト用 */
.SideContentsCategory{
	margin:0 0 20px;
	padding:4px 0 0;
	width:220px;
	margin-left:20px;
/*	background:#f6efdf url('images/SideBGTop.gif') left top no-repeat;*/
}

.SideContentsBodyCategory{
	margin:0;
	padding:0 0 4px;
/*	background:#f6efdf url('images/SideBGBottom.gif') left bottom no-repeat;*/
}

.SideContentsBodyCategory p{
	margin:0;
	padding:2px 5px;
}

.SideContentsBodyCategory li{
	line-height:100%;
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	background: url('images/list-icon.gif') left no-repeat;
}


/* 検索結果リスト用 */

.SearchList{
	margin:0;
	padding:0 0 4px;
}

.SearchList p{
	margin:0;
	padding:2px 5px;
}

.SearchList li{
	line-height:150%;
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	background: url('images/list-icon2.gif') left no-repeat;
}


/* テキスト右寄せ太字 */
.TextRightB{
	text-align:right;
	font-weight:bold;
}


/***** フッター *****/

#Footer{
	margin:0 10px;
	padding:20px 0;
	text-align:center;
	border-top:solid 5px #f90;
}

address{
	font-style:normal;
}


/* 楽-Yah */
#RakuYah{
	margin:0 0 20px;
	padding:5px 0 0;
	border-top:double 5px #ccff99;
}

#RakuYah h4{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}

#RakuYah .r-main1{
	width:85px;
	height:85px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background:url('images/rakuyah_BG02.gif') center  no-repeat;
}

#RakuYah .r-main1 a{
	display:block;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

#RakuYah p{
	padding-right:5px;
	float:left;
}

#RakuYah .PowerdBy{
	padding-right:5px;
	text-align:right;
	font-size:x-small;
	float:right;
}


/* 日記のカレンダー部分 */
#calendar {
margin-top:0px;
margin-bottom:30px;
font-size:12px;
background-color:#FDFBE6;
border:1px solid #E4E286;
padding:5px;
background-color:#FFF;
}
#calendar table {
width:193px;
background-color:#FDFBE6;
font-family:Verdana;
}
#calendar th {
background-color:#F5F1C4;
border-right:1px solid #FDFBE6;
font-family:Verdana;
}
.calendarhead {
padding:4px 10px 4px 10px;
font-weight:bold;
text-align:center;
color:#755930;
font-size:12px;
background-color:#FDFBE6;
font-family:Verdana;
}
.calendarhead a{
color:#755930;
}
.calendarhead .calendarday{
color:#755930;
}

.calendarday {
padding:3px;
margin-bottom:10px;
color:#5D5D5D;
font-size:10px;
font-family:Verdana;
}
.calendarday a {
font-weight:bold;
}



/* 日別・月別リストタイトル */
.archive_list {
padding-left:22px;
padding-right:20px;
text-align:left;
}

.archive_list_date_posted{ 
text-align: left;
margin-bottom:5px;
padding:5px 0px 3px 0px;
font-size:12px;
font-family:Verdana;
}
.archive_list_date_posted a{
font-weight:bold;
}

.archive_list_title {
font-size:14px;
font-weight:bolder;
font-family:Verdana;
background-image:url(http://otoriyose-joho.com/blog/images/title_pencil.gif);
background-repeat:no-repeat;
padding: 2px 0px 8px 15px;
border-bottom:1px solid #CDC1B0;
}


/* 料理エントリー（レシピ）タイトル */
.cooking_entrytitle {
font-size:14px;
font-weight:bolder;
font-family:Verdana;
background-image:url(http://otoriyose-joho.com/blog/images/title_pencil.gif);
background-repeat:no-repeat;
margin:5px 0px 8px 10px;
padding: 2px 0px 8px 15px;
border-bottom:1px solid #CDC1B0;
}


/* 最近のエントリー */

.recent_entry_side{
padding:0px;
margin-bottom:15px;
font-size:10px;
color:#56553F;
font-family:Verdana;
}

.recent_entry_mark{
	float:left;
	width:15px;
	margin-bottom:10px;
	font-size:12px;
}

.recent_entry_date{
	float:left;
	width:50px;
	margin-bottom:5px;
	font-size:10px;
}
