/*-------------------- sab navi --------------------*/

#blog_categories dd,#recent_entries dd,#archive dd{
	padding:4px 0 2px 12px;
	border-bottom:1px solid #666666;
	background:url(../img/point.gif) 5px 12px no-repeat;
}

#archive dd{border-bottom:none !important;}

#blog_categories a,#recent_entries a,#archive a{
	color:#000000;
	text-decoration:none;
}
#blog_categories a:hover,#recent_entries a:hover,#archive a:hover{
	color:#999999;
}

#blog_categories dt{
	background:url(../img/bc_title.gif) left top no-repeat;
	width:140px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	display:block;
}

#recent_entries dt{
	background:url(../img/re_title.gif) left top no-repeat;
	width:140px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	display:block;
}

#archive dt{
	background:url(../img/ar_title.gif) left top no-repeat;
	width:140px;
	height:0;
	padding-top:22px;
	overflow:hidden;
	display:block;
}

/*-------------------- sab navi --------------------*/

.blog_box{
	padding:0 0 45px 0;
}

.blog_box dl{
	border-left:5px solid #006cb4;
	padding:0 0 0 9px;
	width:495px;
	margin-bottom:27px;
	color:#006cb4;
}

.blog_box dt{font-weight:bold;}


.blog_img{
	padding:0 0 0 15px;
	width:auto;
	float:right;
}

.blog_img img{
	display:block;
	margin:0 0 25px 0;
	border:solid 3px #c2b280;
}

.blog_text{
	width:auto;
	padding-bottom:18px;
}

.blog_footer{
	clear:both;
	padding:10px 0 0 0;
	border-top:solid 1px #666666;
	font-size:90%;
	color:#737373;
}