@charset "utf-8";
.honbun {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	width: 620px;
	background-image: url(../img/sky_bg.jpg);
	background-repeat: no-repeat;
}
#rss {
}
#rss_title {
	margin-right: 20px;
	margin-left: 20px;
}
#rss_cont {
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid #88b;
}
.rss-box {
	background-color: #ededed;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 300px;
	overflow: auto;
}
.rss-items {
	list-style-type: none;
	list-style-position: outside;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.rss-item {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight : normal;
	list-style-image: url(../img/arrow.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.rss-item a:hover {
	text-decoration : none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #50508B;
	color: #50508B;
}
.rss-date {
	font-size: 10px;
	font-weight : bold;
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
}

