@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {


*font-size: small;
*font: x-small;
	font-size: 80%;
	line-height: 18px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#p_clear_line {
	clear: both;
	height: 0px;
	line-height: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #09F;
	margin-bottom: 2px;
}

#rss_list p ,#rss_list2 p{
	margin: 0px;
	padding: 0px;
}
#rss_list a  , #rss_list2 a{
	text-decoration: none;
}
#rss_list a:hover , #rss_list2 a:hover{
	text-decoration: underline;
	color: #F90;
}
#rss_list #rss_date {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	float: left;
	height: 18px;
	width: 90px;
	margin-top: 3px;
	margin-right: 5px;
}
#rss_list2 #rss_date {
	color: #FFF;
	background-color: #09F;
	text-align: center;
	float: left;
	height: 18px;
	width: 90px;
	margin-top: 3px;
	margin-right: 5px;
}

#rss_list #rss_title , #rss_list2 #rss_title{
	font-size: 90%;
	float: left;
	margin-top: 3px;
	height: 18px;

}
#rss_list #rss_doc , #rss_list2 #rss_doc{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #09F;
	clear: left;
	margin-top: 0px;
	color: #000;
	padding-left: 20px;
}
