/* other styles */
div#container {
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333333;
  background-color: transparent;
  text-align: left;
}

div#header {
  width: auto;
  height: 50px;
  _height: 65px;
  padding-top: 15px;
  overflow: hidden;
  background-color: transparent;
}
div#header h1#siteID img, div#header p#siteID img {
  border: none;
}
div#header a {
  border: none;
}

ul#mainNavi {
  position: absolute;
  top: 40px;
  _top: 45px;
  right: 10px;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
ul#mainNavi li {
  display: block;
  width: auto;
  height: auto;
  float: left;
  margin-right: 10px;
  font-size: 10px;
}
ul#mainNavi li img {
  border: none;
}
ul#mainNavi li a {
  border: none;
}


div#siteBanner {
  clear: both;
  width: 800px;
  height: 600px;
  margin: 0 0 1em 0;
  color: #000000;
  background-color: transparent;
  background-image:  url("../img/bgimage07.jpg");
  background-repeat: no-repeat;
}

div#mainContents {
  width: auto;
  height: auto;
  margin: 0;
  color: #000000;
  background-color: transparent;
}
div#mainContents h2 {
  position: absolute;
  bottom: 70px;
  left: 20px;
  color: #000000;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 200%;
  font-weight: normal;
  text-transform: capitalize;
}
div#mainContents div#contents{
  position: absolute;
  bottom: 70px;
  right: 20px;
  display: block;
  width: 500px;
  height: 500px;
  margin: 0;
}
div#mainContents h3 {
  margin-bottom: 10px;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-transform: capitalize;
}

div#mainContents p {
  color: #e0dede;
  line-height: 145%;
}
div#mainContents dt {
  font-size: 100%;
  font-weight: bold;
}
div#mainContents d