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

.rss_cont {
	float: left;
	width: 620px;
	padding-bottom:20px;
}
.rss_block {
	float: left;
	width: 620px;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.rss_block-title {
	float: left;
	width: 620px;
	padding-bottom:10px;
}
.rss_block-entry {
	float: left;
	width: 206px;
	padding-bottom:10px;
	padding-top: 10px;
}

.katagaki {
	font-size:85%;
	color:#707070;
	line-height:90%;
}
