@charset "UTF-8";

/* begin styles for RSS Feed */

body{
text-align: center;
background-color: #ffffff;
width:680px;
width/**/: 690px;
padding: 0px 10px 0px 0px;
margin: 0px auto 0px auto;
}

.rss-box {
text-align:left;
}

.rss-items {
list-style:none;
padding: 0px 5px 0px 5px;
margin: 0px auto 0px auto;
}

.rss-item  {
font-family: Verdana, 'Lucida Grande',Meiryo,Osaka,"‚l‚r ‚oƒSƒVƒbƒN", Arial,Osaka, sans-serif; 
font-weight : normal; 
background-color: #ffffff; 
font-size: 10pt;
border-bottom: solid 1pt #CCCCCC;
color:#999999;
text-shadow: #ababab 0px 0px 3px;
padding: 2px 0px 2px 7px;
}

.rss-item a:link, .rss-item a:active {
text-decoration : none;
font-size: 95%;
color: #0000FF;
}

.rss-item a:hover { 
text-decoration : none;
font-size: 95%;
color: #CC0000;
text-shadow: #ababab 0px 0px 3px;
}

.rss-item a:visited {
text-decoration : none;
font-size: 95%;
color: #990099;
}
	
.rss-date {
font-size: 50%;
font-weight : normal;
color: #999999;
background-color: #ffffff; 
}
	