@charset "utf-8";
.main_back {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
.top_back {
	background-image: url(../img/bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.top_back2 {
	background-image: url(../img/bar.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.k_right {
	background-image: url(../img/promo_bg_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.k_bottom {
	background-image: url(../img/promo_bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.k_left {
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(../img/promo_bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.k_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8B48B;
}
.k_top td {
	background-repeat: no-repeat;
	background-position: left center;
}

