#blogfeed {
	width: 399px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	
}
#blogfeed ul{
	padding: 10px;
	width: 380px;

	
}
#blogfeed ul li{
	margin-left: 10px;
	color: #604831;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;


	
}
#blogfeed a:link {
	font-size: 13px;
	line-height: 1.5em;
	color: #FF6600;
}
#blogfeed a:hover {
	font-size: 13px;
	line-height: 1.5em;
	color: #FFCC66;
	text-decoration: underline;
}
#blogfeed a:visited {
	font-size: 12px;
	line-height: 1.5em;
	color: #FF6600;
}

#feedControl {
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	height: 300px;
	overflow: hidden;

}

