/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 635px;
	 background-color: #000000;
	 border: 1px dashed #ffffff;
	 height: 200px;		/*What's Newボックスの高さ*/
	 overflow: auto;
         margin-left: auto;
         margin-right: auto;
}

.rss_title {
	font-size: 13px;
	font-weight:bold;
	margin: 5px 5px;
	padding: 0;
	letter-spacing: 1px;
	color: #e60012;
}


.rss_title a:hover {
	font-size: 13px;
	font-weight:bold;
	margin: 5px 5px;
	padding: 0;
	letter-spacing: 1px;
	color: #e60012;
}

.rss_item {
	margin: 3px;
	padding: 3px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #e60012;
	word-break: break-all;square

}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
        padding-left: 15px;
        padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration : none;
	line-height: 12px;
	height: 12px;
	background-image : url(images/suqare.gif);	/*壁紙*/
	background-repeat: no-repeat;			/*壁紙をX軸（横軸）にリピート*/
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #e60012;
}

.rss_date {
        float: right;
	font-size: 10px;
	font-weight : normal;
	color: #e60012;
        margin-top: -2em;
}