@charset "utf-8";
/* CSS Document */
.box_wh { 
  background:#FFF; 
}
.boxtop_wh { 
  background: url("/01/containers/images/roundbox/white/ne.gif") no-repeat top right; 
}
.boxtop_wh div { 
  font-size: 0;
  height: 10px; 
  background: url("/01/containers/images/roundbox/white/nw.gif") no-repeat top left; 
}
.boxbottom_wh { 
  background: url("/01/containers/images/roundbox/white/se.gif")  no-repeat bottom right; 
}
.boxbottom_wh div { 
  font-size: 0;
  height: 10px; 
  background: url("/01/containers/images/roundbox/white/sw.gif")  no-repeat bottom left; 
}
.boxcontent_wh {
  padding: 0px 10px 0px 10px;
}


