/* gallery styles */
div#subNavi {
  display: block;
  position: absolute;
  top: 100px;
  left: 20px;
  width: 200px;
  height: auto;
  margin: 0;
}

div#subNavi h2 {
  display: block;
  color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 110%;
  margin-bottom: 1em;
}
div#subNavi ul {
  margin-bottom: 2em;
}
div#subNavi li {
  font-size: 95%;
  font-weight: normal;
  line-height: 150%;
  text-transform: uppercase;
}
div#subNavi dt {
  font-size: 100%;
  font-weight: bold;
}
div#subNavi dd {
  font-size: 95%;
}

div#mainContents div#gallery {
  position: absolute;
  bottom: 70px;
  right: 20px;
  display: block;
  width: 450px;
  height: 400px;
  overflow: auto;
  margin: 0;
  padding: 0;
}
div#mainContents h1 {
  position: absolute;
  bottom: 70px;
  left: 20px;
  color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 200%;
  font-weight: normal;
  text-transform: capitalize;
}
div#mainContents h2 {
  position: static;
  font-family: Times, "Times New Roman", Garamond, serif;
  color: #ffffff;
  font-size: 150%;
  font-weight: normal;
  text-transform: capitalize;
}

div#mainContents div#gallery div.photoBox {
  float: left;
  width: 130px;
  _width: 115px;
  height: auto;
  margin: 1em 15px 0 0;
}
div#mainContents div#gallery div.photoBox h3 {
  margin-bottom: 2px;
  color: #e0dede;
  font-size: 100%;
  border-bottom: none;
}
div#mainContents div#gallery div.photoBox p {
  line-height: 120%;
}
div#mainContents div#gallery div.photoBox p img {
  border: 1px solid #333333;
}

div#mainContents div#gallery div.box {
  width: 440px;
  height: 100px;
  margin: 1em 15px 0 0;
}
