@charset "Shift_JIS";

.rss_box {
	 padding: 0px;
	 background-color: #fff;
	 border: 0px solid #80ff00;
}

.rss_title, rss_title a {
	margin: 0px;
	padding: 0px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-left: 0em;
	margin-bottom: 4px;
	line-height: 100%;
	font-weight : normal;
	font-size: 1.1em;
	font-family: verdana,Osaka;
	color: #999;
	word-break: break-all;
	list-style-type:none;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: normal;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: normal;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	display:none;
	font-weight : normal;
	color: #999;
}

#header{
 color:#FFF;
 background:#1bff1a;
 text-indent:1em;
 border: 1px solid #1bff1a;
 font-family:'Arial';
 font-size:9pt;
}

#header a{
}
#header a:link,#header a:visited,#header a:active {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

#header a:hover { 
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

.rss_box_mm {
}

.rss_box_mm .rss_title,.rss_box_mm rss_title a {
	font-family: Arial;
	display:inline;
	margin: 0px;
	padding: 0px;
}

.rss_box_mm .rss_items {
	margin: 0px;
	padding: 0px;
}

.rss_box_mm .rss_item  {
	padding-left: 0.5em;
	margin: 0px;
	line-height: 100%;
	font-weight : normal;
	font-size: 0.9em;
	color: #999;
	word-break: break-all;
	list-style-type:none;
}

.rss_box_mm .rss_item a:link,.rss_box_mm  .rss_item a:visited,.rss_box_mm  .rss_item a:active {
	font-weight: normal;
	color: blue;
	text-decoration : underline;
}

.rss_box_mm .rss_item a:hover { 
	font-weight: normal;
	text-decoration : underline;
	color: #333;
}

.rss_box_mm .rss_date {
	display:inline;
	font-weight : normal;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	color: #666;
}


