@import url("base.css");

#image-table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* Z */
#address-table {
  color: #006633;
  margin-left: auto;
  margin-right: auto;
}
ul.news{
  list-style: none;
}
ul.news li a{
  color: #f30;
  font-weight: bold;
  font-size: 1.2em;
}
ul.news li a:hover{
  color: #f60;
  font-weight: bold;
}