@charet"utf-8";


/*---------------main----------------*/
#main_box{
  clear:both;
  width:782px;
  height:510px;/*150*4*/
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
}

#main_bottom{
  clear:both;
  float:left;
  width:780px;
  height:30px;
}
#ma_bo_navi{
  float:left;
  width:320px;
  margin-top:10px;
  height:20px;
  font-size:9px;
}

#title{
  margin-top:30px;
}

#main_lr{ /*左右箱入れ子用*/
  width:780px;
  height:480px;
  clear:both;
}
#main_left{
  margin-top:30px;
  margin-bottom:30px;
  float:left;
  width:380px;
}

#main_right{
  margin-top:30px;
  margin-bottom:30px;
  float:right;
  width:380px;
}

.main1{
  clear:both;
  width:780px;
  height:10px;
  margin:10px;
}
/* phpとの併用不可hide TABLE element for ie6 */
table   {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
}
