/*/*-- ヘッダー --*/

#header {
  height: 120px;
  background: url(../images/index/bg_header.jpg) repeat-x top center;
}

#header-navi {
  position: relative;
  width: 800px;
  height: 120px;
  margin: 0 auto;
  text-align: left;
}


#header-navi ul.navi-02 {
  width: 800px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

#header-navi ul.navi-01 {
  width: 800px;
  position: absolute;
  top: 0;
  right: 0;
}

#header-navi ul.navi-01 li.header-rogo {
  position: absolute;
  top: 0;
  left: 0;
}

#header-navi ul.navi-01 li.contact {
  position: absolute;
  top: 0;
  left: 409px;
}

#header-navi ul.navi-01 li.summary {
  position: absolute;
  top: 0;
  left: 538px;
}

#header-navi ul.navi-01 li.registration {
  position: absolute;
  top: 0;
  right: 0;
}

#header-navi ul li {
  float: left;
}

/*-- フッター --*/

#footer {
  background: #0B8BC2 url(../images/base/bg_footer.jpg) repeat-x;
}

#footer-navi {
  color: #076B9F;
  width: 800px;
  margin:0 auto;
  padding-top: 40px;
}

#footer-navi a{
color: #FFFFFF;
outline: none;
font-weight: normal;
}

#footer-navi a:visited {
color: #FFFFFF;
}

#footer img {
  padding-top: 50px;
  padding-bottom: 20px;
}

#main {
  height: 500px;
  width: 800px;
  margin: 0 auto;
}

#main .chatgirl {
  position: relative;
  width: 392px;
  height: 273px;
  background: url(../images/index/img_chatgirl.jpg) no-repeat;
}

#main .areamaneger {
  position:relative;
  width: 392px;
  height: 273px;
  background: url(../images/index/img_areamaneger.jpg) no-repeat;
}

#main .chatgirl img , #main .areamaneger img {
  position: absolute;
  bottom: 50px;
  left: 100px;
}

#main .livechat {
  position: relative;
  width: 780px;
  height: 190px;
  margin-left: 10px; 
  background: url(../images/index/bg_livechat.jpg) no-repeat;
  position: relative;
}

#main .livechat img {
  position: absolute;
  bottom: 30px;
  right: 50px;
}