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

.rss_box {
	width: 175px;
	background-color: #FFFFFF;
	border: 1px solid #9B72CF;
	background-color: #f1f1fd;
	text-align:left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	padding: 0px;
}
blogrss {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}



.rss_title, rss_title a {
	font-family: ;
	font-size: 15px;
	font-weight:bold;
	margin: 0px;
	padding: 3px;
	background-color: #5f6dab;
	line-height: 18px;
	color: #CCFFFF;
}


.rss_items {
	font-size: 10px;
	font-weight : normal;
	margin: 15px;
	padding-left: 10px;
}


.rss_item  {  font-size: 12px;
  font-weight : normal; 
  margin: 3px; 
}


.rss_title a:link, .rss_title a:visited, .rss_title a:active {
 
	text-decoration : underline;
	color: #FFFFFF;
}


.rss_title a:hover {
	text-decoration : underline;

}
.rss_item a:link, .rss_item a:visited, .rss_item a:active,.rss_item a:hover  {
 
	text-decoration : underline;
	color: #0000FF;
}


.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #000000;
	}

