html,body{height:100%;}
@charset "UTF-8";
body { width:1000px; 
       height: auto;
       margin: 0px auto ; /*左右中央に配置*/
       padding: 0em ;
       line-height:0; /*隙間ゼロ*/
} 

#container{position: relative;
               width: 100%;
               height: auto !important;
               height: 100%;
               min-height: 100%;}   
    
#header{ width:1000px;
    border: none;
    line-height:0; /*隙間ゼロ*/
}
#side1 { width:230px;
         float:left;
         border: none;
    line-height:0; /*隙間ゼロ*/
}

    
#main { width:770px; 
    float: right; 
    }
  
    
    .titlebar{ padding: 0.25em 0.5em; /*公演案内上下左右の余白*/ 
               color:black;/*文字色*/
               }   


    .koeki{
        width: 750px;
        height: auto;
        background: #FFF;
        margin: 10px;
        padding: 30px;
               padding: 0.5em 0.5em; /*上下左右の余白*/ 
               color:black;/*文字色*/
               overflow: hidden;
               line-height:normal;
              } 

.genzai{ text-align: center;
    font-size: small;
}
.genzai2{ text-align: right;
    font-size: small;
    }
.memberlist{width: 770px;
            height: auto;
    font-size: medium;
}
.memberlist2{width: 700px;
    height: auto;
font-size: medium;}

.list{text-align:left;}

.hoka{text-align: right;
font-size: small;}

.aboutus_t{width: 750px;
          height: auto;
    text-align: center;
          }
		  
#footer { clear:both; 
    width:100%;
    height:auto;
    padding-bottom: 3px;
    bottom: 0;
    background-color:#fffaf0;
    font-size: 12px;
    color: darkgreen;
    text-align: center;    
    line-height: 13px;
 }
.noline{text-decoration: none;
color: darkgreen;}

