div.header {
  position: absolute;
  top: 0px;
  width: 100%;
}
div.news {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height = 40px;
  background: #e0f0f0;
  border: 1px;
  border-style: solid;
  border-color: #a0a0a0;
  z-index: 1;
}
div.contents {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
}
div.main {
  position: absolute;
  top: 58px;
  width: 100%;
}
div.main-menu {
  border: 1px;
  border-color: #000000;
  border-style: solid;
  float: left;
  width: 140px;
  height: 100%;
  background-image : url(bg_left.gif);
  text-align: center;
}
div.main-content {
  position: absolute;
  width: 640px;
  left: 140px;
}
body {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 13px;
}
h1,h2,h3 {
  font-size: 13px;
  margin-bottom : 2px;
}

