@charset "utf-8";
.box_left_top {
	background-image: url(../images/box/left_top.gif);
	height: 15px;
	width: 15px;
}
.box_left {
	background-image: url(../images/box/left.gif);
	background-repeat: repeat-y;
}
.box_left_bottom {
	background-image: url(../images/box/left_bottom.gif);
	height: 19px;
	width: 15px;
}
.box_right_top {
	background-image: url(../images/box/right_top.gif);
	height: 15px;
	width: 15px;
}
.box_right {
	background-image: url(../images/box/right.gif);
	background-repeat: repeat-y;
}
.box_right_bottom {
	background-image: url(../images/box/right_bottom.gif);
	height: 19px;
	width: 15px;
}
.box_top {
	background-image: url(../images/box/top.gif);
}
.box_bottom {
	background-image: url(../images/box/bottom.gif);
}
