html {
 overflow-y: scroll;
}
body {
  background-color: #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 14px;
}
div#back {
  margin: 0px auto;
  padding: 20px;
  width: 700px;
  position: relative;
  background-color: white;
  text-align: center;
}
h1 {
  font-weight: inherit;
  color: #666666;
  font-size: 28px;
}
h3 {
  margin-right: 0px;
  margin-left: 0px;
  line-height: 0px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
}
h4 {
  margin: 0px;
  font-weight: bold;
  text-align: left;
  color: #666666;
  font-size: 12px;
}
hr {
  border: 1.5px solid #cccccc;
}
.menu {
  border-bottom: 3px solid #cccccc;
  font-weight: bold;
  color: #00cccc;
  text-align: right;
  padding-bottom: 3px;
}
.menu a {
  color: #666666;
  font-weight: inherit;
}
.menu a:hover {
  color: #999999;
}
#copyright {
  font-weight: inherit;
  color: #999999;
  font-size: 12px;
}
h1#title {
  text-align: left;
  margin-left: 12px;
}
a {
  text-decoration: none;
}
h1.en {
  font-size: 36px;
  font-family: Haettenschweiler;
}
.en {
  color: #666666;
}
td{
  vertical-align: top;
}
a[target="_blank"]:not(.imglink) {
  background: url(../img/back/opennew.gif) no-repeat right center;
  padding-right: 18px;
}
