#fc-news {
  margin-top: 10px;
}
#fc-news table {
  width :100%;
}
#fc-news table.news-base {
  width :594px;
}
#fc-news .bg-image {
  margin: 0;
  background: transparent url("images/top_news_bg.gif") repeat-y left top;
  height:110px;
}
#fc-news .bg-top-image {
  margin: 0;
  background: transparent url("images/top_news_bg_top.gif") no-repeat left top;
}
#fc-news .fc-content {
  overflow:auto;
  margin-top:35px;
  margin-left:18px;
  display:block;
  font-size:11px;
  height:65px;
  line-height:1.1em;
  padding-bottom:1px;
*  padding-bottom:10px;
/*
scrollbar は IE 独自拡張プロパティ
対応ブラウザ:
   Internet Explorer 5.5 以上
※ win:Firefox 3.6.8、Mac:Firefox 3.5.10、Mac:Safari 5.0.1 で
   以下のプロパティが非対応であることを確認した。(2010-09-01)
   （設定した色で表示されなかった。）
*/
  scrollbar-face-color: #ccbb77;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #663;
  scrollbar-highlight-color: #F5DEB3;
  scrollbar-shadow-color: #996;
  scrollbar-3dlight-color: #cc9;
  scrollbar-darkshadow-color: transparent;
}
#fc-news .fc-content a {
  color:#F00;
  font-weight: bold;
}
/*
#fc-news dl {
  margin:0;
  background:transparent;
  line-height:1.2em;
}
#fc-news dt {
  font-weight:bold;
/*  float:left;*/
/*  width: 70px;
}
#fc-news dd {
  display: block;
  margin-bottom:0;
/*  margin-left:70px;*/
/*  margin-left:0;
  padding:0;
}
*/
