#container {
	margin: 25px auto 0px auto;
	width: 800px;
	background-color:#fff;
	border:1px solid #dcc79a;

}


#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(../top/btn1_f2.jpg); 
       background-image: url(../top/btn2_f2.jpg); 
       background-image: url(../top/btn3_f2.jpg); 
       background-image: url(../top/btn4_f2.jpg); 
       background-image: url(../top/btn5_f2.jpg); 
       background-image: url(../top/btn6_f2.jpg); 
       background-image: url(../top/btn7_f2.jpg); 

       background-image: url(../top/btn_member_f2.gif);
}

/* ---------------- */
/* MAIN IMAGE       */
/* ---------------- */
#image_area{
          margin:0;
          padding:0;
}

/* ---------------- */
/* NAVI BOTTUN      */
/* ---------------- */
#navi_area{
          margin:0;
          padding:0;
}

#navi_area li{
          display:inline;
          text-indent:-9999px;
          float:left;
}

#navi_area li a{
          text-decoration:none;
          display:block;
}


/* 通常時 */

.btn1 {
  background:url(../top/btn1.jpg) no-repeat;
  width:131px; height:64px;
}

.btn2 {
  background:url(../top/btn2.jpg) no-repeat;
  width:110px; height:64px;
}

.btn3 {
  background:url(../top/btn3.jpg) no-repeat;
  width:136px; height:64px;
}

.btn4 {
  background:url(../top/btn4.jpg) no-repeat;
  width:136px; height:64px;
}

.btn5 {
  background:url(../top/btn5.jpg) no-repeat;
  width:73px; height:64px;
}

.btn6 {
  background:url(../top/btn6.jpg) no-repeat;
  width:89px; height:64px;
}

.btn7 {
  background:url(../top/btn7.jpg) no-repeat;
  width:125px; height:64px;
}

/* マウスが乗った時 */

.btn1:hover {
  background:url(../top/btn1_f2.jpg) no-repeat;
}

.btn2:hover {
  background:url(../top/btn2_f2.jpg) no-repeat;
}

.btn3:hover {
  background:url(../top/btn3_f2.jpg) no-repeat;
}

.btn4:hover {
  background:url(../top/btn4_f2.jpg) no-repeat;
}

.btn5:hover {
  background:url(../top/btn5_f2.jpg) no-repeat;
}

.btn6:hover {
  background:url(../top/btn6_f2.jpg) no-repeat;
}

.btn7:hover {
  background:url(../top/btn7_f2.jpg) no-repeat;
}


/* ---------------- */
/* INFOMATION       */
/* ---------------- */
#info_area{
          clear:both;
          margin:0;
          text-align:center;
          padding:10px 0;
          background:url(../top/bg_info.jpg) repeat-x #ffffcc;
}


.member {
           background:url(../top/btn_member.gif) no-repeat;
           width:700px; height:94px;
           text-decoration:none;
           display:block;
           margin:0 50px;
}

.member span {
           display:none;
}

.member:hover {
           background:url(../top/btn_member_f2.gif) no-repeat;
}