/* ---------------------------------
   news
   ニューストピックス
------------------------------------ */

/* 以下の設定は whatsnew とほぼ同じ */

#news {
/*  width : 90%;*/
}

#news table {
  line-height : 120%;
}

#news th {
  display : none;
}

#news td.datecol {
  width : 9em;
  padding : 4px 2px 4px 2px;
  text-align : center;
  white-space : nowrap;
  vertical-align : top;
  border : none;
  background : none;
}

#news td.desccol {
  vertical-align : top;
  padding : 4px 1ex 4px 2px;
  border : none;
  background : none;
  /* news の width で制限される */
}

div#news td a:hover { /* div 指定が必要 */
  text-decoration : underline;
  border-bottom : red;
}
#news td a:link {
  text-decoration : none;
}
#news td a:visited {
  text-decoration : none;
}

/* 各年の一覧へのリンク */
#news div#yearlink ul {
  list-style-type : none;
  vertical-align : middle;
}

#news div#yearlink li {
  font-size : small;
  display : inline;
  white-space : nowrap;
}

#news div#yearlink li img {
  margin-left : 2em;
  margin-right : 5px;
}

