/* base style */
body {
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: #d4cdc5;
  overflow-y: scroll;
}
table {
  border: 0;
}
img {
  border: 0;
}

td {
  font-size: 0;
}

/* link style */
a.link1:link,a.link1:hover,a.link1:visited,a.link1:active {
  font-family: Verdana;
  color: #525252;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
a.link1:hover {
  text-decoration: underline;
}

/* location menu-content */
#maindiv {
  position: relative;
  width: 0px;
  font-size: 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#menu {
  position: absolute;
  top: 138px;
  left: 52px;
  width: 137px;
  z-index: 2;
}
#bot_gohome {
  position: absolute;
  top: 118px;
  left: 900px;
  width: 32px;
  z-index: 3;
}
#bot_gomail {
  position: absolute;
  top: 118px;
  left: 944px;
  width: 32px;
  z-index: 4;
}
#htext1 {
  position: absolute;
  top: 165px;
  left: 267px;
  width: 320px;
  z-index: 12;
}
#htext2 {
  position: absolute;
  top: 165px;
  left: 646px;
  width: 320px;
  z-index: 12;
}
#graf {
  position: absolute;
  top: 28px;
  left: 626px;
  width: 372px;
  height: 231px;
  z-index: 6;
}
#dest {
  position: absolute;
  top: 130px;
  left: 390px;
  width: 200px;
  z-index: 7;
}

/* text style */
.maintxt {
  font-family: Verdana;
  font-size: 11px;
  color: #525252;
}