body {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin-right : 5%;
  margin-top : 4%;
  margin-left : 5%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: static;
  text-align: left;
}
a:link {
  color: #0066cc;
  text-decoration: underline;
}
a:visited {
  color: #009900;
  text-decoration: underline;
}
a:active {
  color: #ff0000;
  text-decoration: underline;
}
a:hover {
  color: #ff9900;
  text-decoration: underline overline;
}
a.meibo:link {
  color: #0066cc;
  text-decoration: underline;
}
a.meibo:visited {
  color: #009900;
  text-decoration: underline;
}
a.meibo:active {
  color: #ff0000;
  text-decoration: underline;
}
a.meibo:hover {
  color: #ff9900;
  text-decoration: underline overline;
  background-color: #ffffcc;
}
.top{
  font-size: 100%;
  line-height : 150%;
}
h2{
  color: #ff0000;
}
.list{
  padding-left : 20px;
}
.name{
  border-bottom-style : double;
  border-color : #ff9900;
  padding-left : 5px;
  padding-right : 5px;
}
.new{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-color : #0099cc #0099cc #0099cc #0099cc;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  background-color : #ffffff;
}