@charset "utf-8";
.news_box {
	padding: 50px 15px 0 15px;
}
.news_box h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_box a{
	font-size:14px;
	color: #4C4C4C;
	text-decoration: underline;
}
.news_box a:hover{
	text-decoration: none;
}
.news_box #feed .rssHeader{
	display: none;
}
.news_box #feed p{
	margin-bottom: 30px;
}
.news_box p#list {
	margin-top:30px;
}
.news_box p#list a{
	color: #FFF;
	background: #000;
	padding: 2px 5px;
	text-decoration: none;
}
.news_box p#list a:hover{
	background: #4c4c4c
}
.rssRow{
	overflow: hidden;
}
.rssRow h4{
	margin-right: 10px;
}
