.container{
  width: 1024px;
  background-image: url(../images/top_base.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  border-style: solid;
  border-color: #999;
  border-width: 0 1px 0 1px;
  position: relative;
}
.header{
  height: 200px;
  border-style: none;
}
.header .site_title{
  padding-top: 50px;
}
#main{
  min-height: 320px;
}
#topmenu{
  position: absolute; right: 80px; top: 220px;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  font-size: 14pt;
  color: #030;
}
#topmenu li{
  margin: 25px;
}
#topmenu img{
  /*display: none;*/
}
#topmenu li.menutext{
  margin: 25px 85px 0 0;
  text-align: right;
}

.description{
  /*position: absolute; left: 150px; top: 230px;*/
  margin-left: 100px;
  margin-bottom: 40px;
  width: 430px; min-height: 150px;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  opacity: 0.8;
}
.description h2{
  margin-top: 1em;
  padding: 0 0 0 0.5em;
  text-indent: 0em;
  font-size: 100%;
  border-color: #030;
  border-style: solid;
  border-width: 0 0 0 1em;
}
.description p{
  margin-left: 1.4em;
  margin-top: 1em;
  text-indent: -1.4em;
  font-size: 100%;
  line-height: 2em;
}

div.kaken{
  width: 68%;
  text-align: center;
  margin: 25px auto 15px auto;
}
div.kaken p{
  text-align: left;
  font-size: 70%;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.2em;
  color: #030;
}
