@charset "utf-8";

div.update {
  width: 610px; /* 新着情報エリアの幅 */
  font-size: 12px;
  border: 3px solid #FF9900;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #FFFFCC;
  padding: 10px;
}

div.update h3 {
  font-size: 16px;
}

div.update table {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 580px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

div.update td {
  vertical-align: top;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-weight: bold;
}

div.update a {
  color: #0000FF;
}

div.update hr {
  color: #666666;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  margin-top: 5px;
  margin-bottom: 10px;
}