@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_top{
  width:780px;
  height:320px;
  background-color:#999999;
}

#main_left{
  float:left;
  width:430px;
  height:180px;
}

#main_left_top{
  width:400px;
  height:125px;
  margin-top:15px;
  margin-left:10px;
  border:1px solid #cccccc;
}
#main_left_bottom{
  clear:both;
  float:left;
  width:320px;
  height:20px;
  margin-top:30px;
  font-size:9px;
}

#main_right{
  float:right;
  width:316px;
  height:175px;
  margin-top:15px;  margin-right:8px;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
}

/* phpとの併用不可hide TABLE element for ie6 */
table   {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
}

