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

/* begin styles for RSS Feed */

.rss-box {
	margin: 0em;
	width: 694px;
	background-color: #FFFDE4;
}
.rss-items {
	margin-top:0px;
	padding:0.8em 0.8em 0em 0.8em;
0.5em;
	margin-left:0px;
	color:#777777;
}
p.rss-title {
	padding:0em;
}
.rss-title {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color:#FFFDE4;
	color:#777777;
	font-weight:lighter;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight : lighter;
	list-style:none;
	line-height: 100%;
	padding: 0.3em 0.3em 0.3em 0.3em;
}

.rss-item a {
	text-decoration : none;
	color: #777777;
	font-size: 14px;
	font-weight:light;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	}

.rss-item a:hover {
	color:#FE7B04;
}

.rss-date {
	font-size: 9%;
	font-weight : normal;
	color: #fff;
	} 

