@charset "UTF-8";
/* CSS Document */

   
.rss_box {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
 }
 
 .rss_title, rss_title a {
	font-size: 10px;
	line-height: 170%;
	color: #666;
	text-decoration: none; 
 }
 
 .rss_items {
  
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-size: 10px;
	line-height: 170%;
	color: #666;
	text-decoration: none;  
}

.rss_item a:hover {
	font-size: 10px;
	line-height: 170%;
	color: #999;
}
	
.rss_date {
	font-size: 9px;
	color: #666;
}


