/* main styles */
div#container {
  position: relative;
  width: 760px;
  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#counter {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 200px;
  height: auto;
  margin: 0 0 1em 0;
  text-align: right;
}
ul#counter li {
  display: block;
  float: right;
}
ul#counter a {
  display:block;
  width: auto;
  height: auto;
  padding: 0 5px;
  color: #999999;
  background-color: transparent;
}
ul#counter li#counter a {
  margin-right: 0;
  padding-right: 0;
}

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


div#siteBanner {
  clear: both;
  width: 760px;
  height: 480px;
  margin: 0 0 1em 0;
  color: #000000;
  background-color: transparent;
  background-image: url(../image/bg_image.jpg);
  background-repeat: no-repeat;
}

div#mainContents {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  background-color: transparent;
}
div#mainContents h2 {
  position: absolute;
  bottom: 70px;
  left: 20px;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  text-transform: capitalize;
}
div#mainContents div#latest {
  position: absolute;
  bottom: 180px;
  right: 20px;
  display: block;
  width: 450px;
  height: auto;
  margin: 0;
}
div#mainContents h3 {
  margin-bottom: 10px;
  color: #cccccc;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
  font-size: 115%;
  font-weight: bold;
  text-transform: capitalize;
}

div#mainContents p {
  color: #ffffff;
  line-height: 120%;
}
div#mainContents dt {
  font-size: 100%;
  font-weight: bold;
}
div#mainContents dd {
  font-size: 95%;
}


