@charset "UTF-8";


/* ▼blog_rss▼
---------------------------------------------*/
body{
	margin:0px;
	padding:0px;
}

#rss{
	width:260px;
	height:180px;
	margin-top:10px;
	padding:100px 15px 0 15px;
	background:url(../img/top_blogrss_back.jpg) no-repeat;
}

#rss ul li a{
	padding-left:20px;
	background:url(../img/rss_indent.gif) no-repeat left center;
	font-size:15px;
	line-height:1.8;
}


#rss ul li{
	font-size:11px;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}
ul{
	margin:0px;
	padding:0px 5px 0px 5px;
	height:170px;
	width:260px;
	overflow-y:auto;
}
ul li{
	list-style:none;
}