/* ---------------------------------
   update
   更新履歴
------------------------------------ */

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

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

#update table {
  font-size : small;
  line-height : 120%;
}

#update th {
  display : none;
}

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

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

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

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

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

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