/*-machidajimanCSS -- 2014,09,26 Rel-ish yu-ki-*/
#news {
  margin: 5px 0;
  padding: 20px;
  border: solid 1px #446C73;
}
#news h1 {
  font-weight: bold;
  color: #446C73;
}
#news table {
  width: 100%;
  margin: 5px 0;
}
#news tr {
  border-bottom: solid 1px #446C73;
}
#news tr:last-child {
  border-bottom: none;
}
#news th {
  width: 10%;
  padding: 5px 10px 5px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #446C73;
}
#news td {
  width: auto;
  padding: 5px 10px 5px 0;
  vertical-align: top;
  color: #446C73;
}
#news a:link {
  color: #446C73;
  text-decoration: none;
}
#news a:visited {
  color: #777;
}
#news a:active {
  color: #F00;
}
#news a:hover {
  color: #EE86A7;
  text-decoration: underline;
}
