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

#main #rss {
	background-image: url(../img/diary_title.jpg);
	background-repeat: no-repeat;
	width:560px;
	margin:10px 0;
	border-bottom:5px double #009;
}
.rss-box {
	padding:0;
	width:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.rss-box ul {
	margin:0;
	padding: 10px 0;
	list-style-type:none;
}
.rss-box ul li {
	margin:0;
	padding:0;
}
.rss-item:before {
	content:"New! ";
	color:#F00;
	font-weight:bold;
	font-size:18px;
}
.rss-item:after {
	content:"";
}
.rss-item a:before {
	content:"";
}
.rss-item a:after {
	content:" の続きを読む";
}
.rss-item a {
	font-size:18px;
	font-weight:bold;
}
.rss-date {
	font-size:12px;
	font-weight:bold;
	float:right;
}
#rss .title {
	height: 85px;
	width: 560px;
	text-indent:-9999px;
	text-align:left;
	display:block;
	overflow:hidden;
}
#rss a:hover.title {
	background-color: transparent;
}