@charset "utf-8";
/* CSS Document */

.chenar_top {
	background-image:url(../images/chenar_top.png);
	background-repeat:no-repeat;
	width:730px;
	height:47px;
}
.chenar_bottom {
	background-image:url(../images/chenar_bottom.png);
	background-repeat:no-repeat;
	width:730px;
	height:23px;
}
.chenar_left {
	background-image:url(../images/chenar_left.png);
	background-repeat:repeat-y;
	width:20px;
}
.chenar_right {
	background-image:url(../images/chenar_right.png);
	background-repeat:repeat-y;
	width:20px;
}
.chenar_main {
	background-image:url(../images/chenar_main.png);
	width:690px;
}
.box_top {
	background-image:url(../images/box_top.png);
	background-repeat:no-repeat;
	width:690px;
	height:20px;
}
.box_bottom {
	background-image:url(../images/box_bottom.png);
	background-repeat:no-repeat;
	width:690px;
	height:20px;
}
.box_left {
	background-image:url(../images/box_left.png);
	background-repeat:repeat-y;
	width:10px;
}
.box_right {
	background-image:url(../images/box_right.png);
	background-repeat:repeat-y;
	width:10px;
}
.box_main {
	background-image:url(../images/box_main.png);
	width:670px;
}

