@charset "UTF-8";

#rss-wrapper {
	width: 206px;
	margin: 10px auto;
	padding: 0px;
}

/*title*/
#blogttl_ttlhd {
	width: 206px;
	height: 12px;
	background: url(../img/common/blogttl_ttlhd.gif) left bottom no-repeat;
	font-size: 2px;
	line-height: 100%;
}

#blogttl_h2 {
	width: 163px;
	padding: 0 10px 0 33px;
	background: url(../img/common/blogttl_ttlbg.gif) left bottom no-repeat;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
}

#blogttl_ttlft {
	width: 206px;
	height: 14px;
	background: url(../img/common/blogttl_ttlft.gif) left top no-repeat;
	font-size: 2px;
	line-height: 100%;
}

#rss-area {
	width: 196px; /*max 206px*/
	padding: 5px 5px 0 5px;
}

#rss-box {
}
#rss-box.loading {
	width: 180px;
	height: 50px;
	margin: 0px auto;
	background-image: url(../img/facebox/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#rss-box dt {
	padding: 5px 0 0 13px;
	background: url(../img/common/icon_arrow02.gif) 0 8px no-repeat;
	font-size: 77%;
	color: #666;
}

#rss-box dd {
	list-style: none;
	padding: 0 0 5px 13px;
	font-size: 93%;
	line-height: 1.4;
}

#rss-box dd a:link,
#rss-box dd a:visited {
	color: #333;
	text-decoration: none;
}

#rss-box dd a:link,
#rss-box dd a:visited {
	color: #333;
	text-decoration: underline;
}

#rss-box dd a:hover {
	color: #002abb;
	text-decoration: underline;
}

#rss-box .blogttl_line {
	border-bottom: #ddd dotted 1px;
}

#rss-box .nodata {
	text-align: center;
	padding: 20px 0px 15px 0px;
	font-size: 85%;
}
