﻿/* RSSフィード　サイトタイトル表示 */
.rss-title {
margin: 5px 0;
padding: 0;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {
font-size: 18px;
line-height:22px;
font-weight:bold;
color: #4E81B4;
}

/* RSSフィード　記事一覧の大枠 */
.rss-items {
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
font-size: 12px;
line-height:18px;
font-weight : normal;
margin: 8px 0;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,
.rss-item a:visited ,
.rss-item a:active {
text-decoration : underline;
color: #4E81B4;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
text-decoration : none;
color: #4E81B4;
}

/* RSSフィード　記事日付 */
.rss-date {
font-size: 12px;
font-weight : normal;
color: #666;
}


/* 仮設CSS */
.float-left {
	float:left;margin-right:10px;margin-bottom:0px;margin-top:0px;
 }
.float-right {
	float:right;margin-left:1em;margin-bottom:1em;margin-top:1em;
 }
.top_free_box{
	width:440px;
	margin:10px auto;
	padding-bottom:15px;
	border-bottom:#CCC 1px dotted;
	line-height:1.5em;
	overflow:hidden;
}