.box_table{
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
}
.box_up_left_corner{
	background-image: url(../img/box/up_left_corner.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 21px;
	display: table-cell;
}
.box_up_right_corner{
	background-image: url(../img/box/up_right_corner.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 21px;
}
.box_down_left_corner{
	background-image: url(../img/box/down_left_corner.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 22px;
}
.box_down_right_corner{
	background-image: url(../img/box/down_right_corner.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 22px;
}
.box_up_body{
	background-image: url(../img/box/up_body.png);
	background-repeat: repeat-x;
	height: 21px;
}
.box_down_body{
	background-image: url(../img/box/down_body.png);
	background-repeat: repeat-x;
	height: 21px;
}
.box_left_border{
	background-image: url(../img/box/left_border.png);
	background-repeat: repeat-y;
	width: 14px;
}
.box_right_border{
	background-image: url(../img/box/right_border.png);
	background-repeat: repeat-y;
	width: 18px;
}
.box_body{
	background-image: url(../img/box/body.png);
	background-repeat: repeat;
}

