@charset "UTF-8";
/* CSS Document */


.box5tl {
  background: url( '/images/border/tlc.png' ) no-repeat top left;
}

.box5t {
  background: url( '/images/border/tb.png' ) repeat-x top;
  margin-left: 8px;
  margin-right: 8px;
}

.box5tr {
  background: url( '/images/border/trc.png' ) no-repeat top right;
}

.box5l {
  background: url( '/images/border/lb.png' ) repeat-y left;
}



.box5r {
  background: url( '/images/border/rb.png' ) repeat-y right;
}

.box5bl {
  background: url( '/images/border/blc.png' ) no-repeat bottom left;
}

.box5b {
  background: url( '/images/border/bb.png' ) repeat-x bottom;
  margin-left: 8px;
  margin-right: 8px;
}

.box5br {
  background: url( '/images/border/brc.png' ) no-repeat bottom right;
}

.box5t img {
  height: 8px;
}

.box5b img {
  height: 8px;
}

.box5tl, .box5tr, .box5t, .box5bl, .box5br, .box5b {
  font-size: 0;
  line-height: 0;
}


