.honmon {
	line-height: 150%;
	font-size: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.rss_box {
	 margin: 0.5em;
	 width: 225px;
	 background-color: #FFFF99;
	 border: 1px solid #FF9900;
}

.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:##0099ff;
}

p.rss_title {padding:0.5em;}

.rss_title {
	text-decoration: none;
	font-family: "verdana", "sans-serif";
	font-size: 95%;
	background-color:#FF9900;
	color:#FFFFFF;
	font-weight:bolder;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
	font-family: "verdana", "arial", "sans-serif";
	font-size: 0.75em;
	font-weight : normal;
	list-style:none;
	padding-bottom:1em;
	color: #000000;
}

.rss_item a {
	color:#009900;
	font-size: 105%;
	font-weight:bold;
	font-family:"arial", "sans-serif";
	}

.rss_item a:visited {
	color:#003300;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}

