@charset "utf-8";
/* CSS Document */

#boxmain{
width:100%;
margin:0px auto;
}
#tbox{
width:100%;
height:12px;
}
#tbox_l{
background:url(../images/box00/tboxleft.png) no-repeat;
width:992px;
height:12px;
float:left;
}
#tbox_r{
background:url(../images/box00/tboxright.png) no-repeat;
width:12px;
height:12px;
float:right;
}
#bbox{
width:100%;
height:12px;
}
#bbox_l{
background:url(../images/box00/bboxleft.png) no-repeat;
width:992px;
height:12px;
float:left;
}
#bbox_r{
background:url(../images/box00/bboxright.png) no-repeat;
width:12px;
height:12px;
float:right;
}
#boxmid{
width:100%;
}
#boxmid_l{
width:100%;
background:url(../images/box00/bleft.png) repeat-y left;
}
#boxmid_r{
width:100%;
background:url(../images/box00/bright.png) repeat-y right;
}
#boxmid_in{
width:998px;
min-height:200px;
background:#fff url(../images/box00/boxmidbg.gif) repeat-x bottom;
margin:0px auto;
}
