@charset "UTF-8";

/*commons
-----------------------------------------------------------------------------*/
body { text-align: center }

#wrapper {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  margin-bottom: 10px;
}

/* logo*/
h1 {
  float: left;
  padding-top: 20px;
  padding-left: 20px;
}

/* page title*/
h2 {
  margin-bottom: 55px;
  margin-left: 20px;
  padding-top: 20px;
}

#navi {
  float: right;
  height: 140px;
  width: 620px;
}

#navi li { float: left; }

.content {
  clear: both;
  width: 900px;
  position: relative;
}

#footer {
  margin-top: 20px;
}

address {
  font-size: 55%;
  font-style: normal;
  text-align: center;
  color: #999999;
  letter-spacing: 0.2em;
}

p {
  font-size: 75%;
  color: #666666;
  font-weight: 300;
}

/*link
-----------------------------------------------------------------------------*/
#member a, #place a {
  padding-right: 2px;
  padding-left: 2px;
  color: #8D8D8D;
  background: #E6E6E6;
}

#member a:hover, #place a:hover  {
  color: #FFFFFF;
  background: #999999;
}



/*top
-----------------------------------------------------------------------------*/
#top {
  height: 500px;
  width: 900px;
}

/*hibiiro
-----------------------------------------------------------------------------*/
#hibiiro {
  background: url(../img/hibi09_bg.jpg) no-repeat 570px 80px;
  width: 900px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
}

#hibiComment {
  line-height: 3em;
  margin-left: 20px;
}

#hibiNews  {
  line-height: 1.5em;
  color: #FF0000;
  margin-top: 40px;
  margin-left: 20px;
}

/*member
-----------------------------------------------------------------------------*/
#member {
  width: 900px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
}

.memberIndivi {
  margin-top: 50px;
  margin-left: 20px;
  padding-left: 315px;
}

.memberIndivi h3 {
  font-size: 80%;
  letter-spacing: 0.2em;
}

.memberIndivi dl {
  color: #999999;
  margin-top: 10px;
}

.memberIndivi dt {
  font-size: 75%;
  color: #999999;
}

.memberIndivi dd {
  font-size: 70%;
  color: #999999;
  padding-left: 10px;
  margin-bottom: 2px;
}

#ohuchi { background: url(../img/member_ohuchi.jpg) no-repeat; }

#mizuno { background: url(../img/member_mizuno.jpg) no-repeat; }

#tanakadate { background: url(../img/member_193.jpg) no-repeat; }

/*exhibition
-----------------------------------------------------------------------------*/
/* IE rollover Fix*/
.exhiWrap a img {
  height: 222px;
  width: 860px;
}

#exhiTop {
  background: url(../img/exhi_bg.jpg);
  height: 350px;
}

.exhiWrap {
  padding: 20px;
  width: 860px;
  margin-top: 100px;
  border-top: 1px solid #999999;
}

.container-5{ margin-top: 15px; }

.eachWrap {
  height: 350px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  width: 840px;
}

.slideTop {
  height: 160px;
  width: 840px;
  border-bottom: 1px solid #999999;
}

.slideTop p {
  font-size: 150%;
  letter-spacing: 0.1em;
  padding-top: 60px;
  padding-left: 8px;
}

.slideIndivi{
  background: #F4F4F4;
  float: left;
  height: 185px;
  width: 275px;
  margin-right: 5px;
}

.slideIndivi h3 {
  font-size: 180%;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 8px;
  letter-spacing: 0.1em;
}

.youTube{
  float: left;
  width: 123px;
  margin-left: 8px;
}

.commentIndivi {
  width: 780px;
  margin-left: 30px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.commentIndivi h3 {
  font-size: 180%;
  font-weight: normal;
  letter-spacing: 0.1em;
  float: left;
  width: 150px;
  padding-top: 25px;
  min-height: 80px;
  height: 55px;
}

.commentIndivi p {
  font-size: 100%;
  padding-top: 10px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}


/*place
-----------------------------------------------------------------------------*/
#place {
  background: url(../img/place_bg.jpg);
  height: 500px;
  width: 900px;
  border-bottom: 1px solid #CCCCCC;
}

#place dl {
  font-size: 80%;
  margin-left: 44px;
  width: 250px;
  letter-spacing: 0.1em;
}

#place dt {
  border-bottom: 1px solid #999999;
  margin-bottom: 4px;
}

#place dd {
  margin-bottom: 3px;
}

#stlou {
  background: url(../img/place_stlou.jpg) no-repeat 0px 10px;
  width: 300px;
  position: absolute;
  left: 15px;
  top: 90px;
}

#apple {
  background: url(../img/place_apple.jpg) no-repeat 0px 8px;
  width: 300px;
  position: absolute;
  left: 15px;
  top: 170px;
}

#googleMap {
  position: absolute;
  left: 20px;
  top: 280px;
}

