
a  {
	text-decoration: none;
	} 

a:hover {
	text-decoration:underline;
	}

#blog_view ul.rss_ul {
	margin: 1px;
	padding-left: 0;
	list-style: none;	/*リストの頭文字*/
	font-size: 12px;
	}

#blog_view ul li.rss_li {
	margin-bottom: 5px;
	font-size: 12px;
	list-style: none;	/*リストの頭文字*/
	}
	