/* CSS for Feed2js */


/* 全体の枠 */
.rss-box {
  background-color: ;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: ;
  }

/* ブログのタイトル */
.rss-title, rss-title a {
  font-size: 120%;
  font-family: ;
  font-weight: bold;
  padding: 0px;
  border: 0px;
  }

/* 各記事（タイトル＋本文）の内容 */
.rss-item {
  color: #000000;
  font-size: 10pt;
  line-height: 130%;
  font-family: 'ITC Garamond', 'Palatino', 'Georgia', 'serif';
  font-weight: normal;
  padding: 0;
  margin: 5px 0px 10px 0px;
  border: 0px;
  background: ;
  }

/* 各記事のタイトル */
.rss-item  a:link, .rss-item a:visited {
  color: #000000;
  font-size: 8pt;
  line-height: 150%;
  font-family: 'ITC Garamond', 'Palatino', 'Georgia', 'serif';
  font-style: ;
  font-weight: bold;
  text-decoration: none;
  display: ;
  padding: 0px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  background: ;
  }
  
/* 各記事のフィードのリンクをマウスオーバーしたとき */
.rss-item a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff; /* #00bfff; #ff00cc */
  display: ;
  font-weight: bold;
  padding: 0px;
  margin:  0;
  border: 0px;
  }

/* フィードタイトルリスト全体の外枠 */
.rss-items {
  list-style-type: none;
  list-style-position: outside;
  font-weight: bold;
  padding: 0px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  background:;
  }

/* それぞれのフィードの日付 */
.rss-date {
  color: #777777;
  font-size: 9pt;
  font-weight: ;
  line-height: 150%;
  padding: 0;
  margin:  0px 0px 10px 0px;
  border: 0;
  background: ;
  }

img { 
 border-width: 0px; 
}

a img{
	vertical-align: bottom;
	text-decoration: none;
}
