@charset "utf-8"; 

/* begin styles for RSS Feed */

.rss_box {
	 margin: 0px;
	 width: 824px;
	 background-color: #ffffff;
	 text-align:left;
	 
}
.rss_items {
	margin-top:0px;
	padding:0em 0.3em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-size: 100%;
	background-color:#ef9036;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-size: 1.1em;
  font-weight : normal;
  list-style:none;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
}

.rss_item a {
	text-decoration : underline;
	color:#1414B7;
	font-size: 115%;
	font-weight:normal;
	border-bottom: none;
	}

.rss_item a:hover {
	text-decoration : none;
}	

.rss_item a:visited {
	color:#1414B7;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #333;
	}

/* コールビーLINK */
.rss_box p a {
	display: none;
}

/* RSSのタイトル */
.rss_title {
	display: none;
}  

div.rss_item {
	display:none;
	}
