@charset "utf-8";
/* CSS Document */



/*----------------------------------------------------
	rss
----------------------------------------------------*/

#rss{
	float:right;
	background:url(../img/top/rss-title.gif) no-repeat 0 0;
	margin-top:10px;
	padding:0;
}

.rss-box {
	width: 240px;
	margin:0;
	padding-top:27px;

}

.rss-date {
	color: #9e5d16;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

.rss-box ul{
	list-style-position: outline;
	border:#C7CBCA 1px solid;
}

.rss-box ul li {
	margin-top:-1px;
	padding:7px 8px 7px 20px;
	background:url(../img/top/rss-mark.gif) no-repeat 10px 12px;
	border-top: #C7CBCA 1px dashed;
	font-size: 12px;
}

.rss-box ul li a {
	color: #5C5B5B;
	text-decoration: none;
}

.rss-box ul li a:hover {
	color: #5C5B5B;
}




