@charset "UTF-8";

/*
* リセット
*/

h1, h2, h3, h4, h5, h6 p{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
a img { border: 0; }



/* RSS全体エリア */
.cls_rss_area {
	width:90%;
	border:0px solid #999999;
	text-align: left;
}

/* RSSタイトルエリア */
.cls_rss_title_area {

}

/* RSSタイトル */
.cls_rss_title {
	font-size:11px;
	color:#360;
	margin-bottom:0px;
}

/* RSS説明 */
.cls_rss_desc {
	padding:0px;
}

/* RSSイメージ */
.cls_rss_img {

}

/* 記事全体エリア */
.cls_article_area {
	width:95%;
	font-size:9px;
	margin:0px;
}

/* 記事別 */
.cls_article {
	margin-bottom: 0px;
	padding: 0px;
}

/* 記事タイトル */
.cls_article_title {
	font-size:10px;
	font-weight:bold;
}

/* 記事日付 */
.cls_article_date {
	color: #003366;
	text-align: right;
	margin:0px;
	font-size:8px;
}

/* 記事本文 */
.cls_article_desc {
	padding:0px;
}

