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

div.contentbox {
	position:relative;
	background:url(images/layout/grn1.png);
	top:380px;
	margin:auto;
	width:400px;
	height:220px;
	right:53px;
	z-index:10;
}
div.cb-brc {
	position:absolute;
	bottom:0px;
	right:0px;
	width:18px;
	height:18px;
	background:url(images/layout/cb/cb_brc.png);
	z-index:3;
}
div.cb-trc {
	position:absolute;
	top:0px;
	right:-1px;
	width:18px;
	height:18px;
	background:url(images/layout/cb/cb_trc.png);
	z-index:3;
}
div.cb-bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	height:7px;
	background:url(images/layout/cb/cb_bottom.png);
	left:0px;
}
div.cb-right {
	position:absolute;
	background:url(images/layout/cb/cb_right.png);
	right:0px;
	top:0px;
	width:6px;
	height:100%;
}
div.cb-tlc {
	position:absolute;
	background:url(images/layout/cb/cb_tlc.png);
	width:11px;
	height:11px;
	z-index:3;
	left:0px;
	top:0px;
}
div.cb-blc {
	position:absolute;
	background:url(images/layout/cb/cb_blc.png);
	width:18px;
	height:18px;
	z-index:3;
	bottom:0px;
	left:0px;
}
div.brdr-top {
	position:absolute;
	top:0px;
	width:100%;
	height:1px;
	background:url(images/layout/brdr.png);
	left:0px;
	
	z-index:2;
}
div.brdr-btm {
	position:absolute;
	bottom:7px;
	width:100%;
	height:1px;
	background:url(images/layout/brdr.png);
	left:0px;
	z-index:2;
}
div.brdr-left {
	position:absolute;
	left:0px;
	height:100%;
	top:0px;
	width:1px;
	background:url(images/layout/brdr.png);
	z-index:2;
}
div.brdr-rt {
	position:absolute;
	background:url(images/layout/brdr.png);
	top:0px;
	right:6px;
	height:100%;
	width:1px;
}
div.cb-content {
	position:absolute;
	padding: 10px 20px 20px;
	width:350px;
	left:10px;
	z-index:4;
}