@charset "utf-8";

.gbox {
	background: url(../images/gbox.gif) repeat;
	width: 100%;
	height: 10px;
	clear: both;
	margin-bottom: 10px;
}
.gboxtop div { background: url(../images/gbox_l.gif) no-repeat top left; }
.gboxtop{ background: url(../images/gbox_r.gif) no-repeat top right; }	
.gboxtop div, gboxtop {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.rbroundbox {
	background-color: #ffffff;
	width: 820px;
	position: relative;
	left: 50%;
	margin-left: -410px;
}
.rbtop div { background: url(../images/rbox_tl.gif) no-repeat top left; }
.rbtop { background: url(../images/rbox_tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/rbox_bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/rbox_br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 10px;
}
