/* ----------------------------------------------------------------------- news

/* #news_list */
#news_list table {
  width:440px;
  background-color:#fff;
  margin-bottom:1em;
  font-size:80%; font-family:sans-serif, monospace;
}
#news_list th {
  font-size:110%;
  width:100%;
  text-align:left;
}
#news_list a {
  font-size:120%;
  color: #444;
  display:block;
  text-decoration:none;
}
#news_list a:hover {
  color: #d2c960;
  background-color:#fff;
}

/* ------------------------------------------------------------------------- */

