body {
  background-color: black;
  color: #9E8241;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Times;
  margin: 0;
}

.contents {
  position: relative;
  margin: 4px 4px 4px 4px;
}

.title {
  font-weight: bolder;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
}

.subTitle {
  font-weight: bolder;
  font-size: 14px;
  font-style: italic;
  position: relative;
  left: 2px;
}

.copyright {
  background-color: black;
  color: #9E8241;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Arial, Times;
  vertical-align: bottom;
  position: relative;
  top: 10px;
}

.hidden {
  display: block;
  visibility: hidden;
}

/* Line */

.topBar {
  background-image: url('../imagesM/top.jpg');
  height: 123px;
}

.bottomBar {
  background-image: url('../imagesM/bottom.jpg');
  height: 20px;
}

.menuBar {
  background-image: url('../imagesM/left.jpg');
  height: 20px;
}

a {
  color: #9E8241;
  text-decoration: none;
}

/* Navigation */

#button a {
  background-image: url('../imagesM/button.jpg');
  width: 122px;
  height: 25px;
  border: black solid 1px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: Verdana,Arial,Times;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  float: left;
  cursor: pointer;
}

#button a:hover {
  background-image: url('../imagesM/buttonO.jpg');
  width: 122px;
  height: 25px;
  border: black solid 1px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: Verdana,Arial,Times;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  float: left;
  cursor: pointer;
}

#subButton a {
  background-image: url('../imagesM/subButton.jpg');
  width: 122px;
  height: 25px;
  border: black solid 1px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: Verdana,Arial,Times;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  float: left;
  cursor: pointer;
}

#subButton a:hover {
  background-image: url('none');
  background-color: #000000;
  width: 122px;
  height: 25px;
  border: 1px solid black;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: Verdana,Arial,Times;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  display: block;
  float: left;
  cursor: pointer; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:0
}

.menu {
  /*
  position: fixed;
  top: 0px;
  */
  width: 100%;
  margin: 1px 0;
  padding: 0px 0.5em;
  background-color: transparent;
  z-index: 10000;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li {
  margin: 0;
  padding: 0;
  float: left;
  background-color: #9E8241;
  width: 120px;
  height: 28px;
  margin-right: 1px;
  text-align: center;
}

.menu a {
  font-size: 10px;
  color: white;
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.menu a {
  font-size: 10px;
  color: white;
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.menu a:hover {
  font-size: 10px;
  color: white;
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
