#border_topleft {
  background-image:url(../image/template/topleft.png);
  background-repeat:no-repeat;
  height:11px;
  width:12px;
}

#border_top {
  background-image:url(../image/template/top.png);
  background-repeat:repeat;
  height:10px;
}
#border_topright {
  background-image:url(../image/template/topright.png);
  background-repeat:no-repeat;
  width:18px;
}
#border_right {
  background-image:url(../image/template/right.png);
  background-repeat:repeat;
  width:18px;
}
#border_bottomright {
  background-image:url(../image/template/bottomright.png);
  background-repeat:no-repeat;
}
#border_bottom {
  background-image:url(../image/template/bottom.png);
  background-repeat:repeat;
}
#border_bottomleft {
  background-image:url(../image/template/bottomleft.png);
  background-repeat:no-repeat;
  height:18px;
}
#border_left {
  background-image:url(../image/template/left.png);
  background-repeat:repeat;
  width:12px;
}