#blog_view {
	overflow:auto;
	height: auto;
	width:350px;
	float: left;
	line-height: 25px;
	font-family: "Meiryo UI", "メイリオ", "ＭＳ ゴシック";
	font-size: 12px;	
}

#blog_view a  {
	color: #996633;
	text-decoration: none;
	} 

#blog_view a:hover {
	color: #F60;
	text-decoration: none;
	}


#blog_view ul li.rss_li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left:5 px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.rss_ul{
	list-style-image: url(../img/sena_54.png);
}