/* 角丸部 */
.rdcnr_box {
	background: url(../tl.jpg) no-repeat top left;
}
.rdcnr_top {
	background: url(../tr.jpg) no-repeat top right;
	position:relative; z-index:2;
}
.rdcnr_bottom {
	background: url(../bl.jpg) no-repeat bottom left;
}
.rdcnr_bottom div {
	background: url(../br.jpg) no-repeat bottom right;
	position:relative; z-index:3;
}

.rdcnr_content {
	background: url(../r.jpg) top right repeat-y;
	position:relative;z-index:1;
}

.rdcnr_top,
.rdcnr_top div,
.rdcnr_bottom,
.rdcnr_bottom div{
	width: 100%;
	height: 17px;
	font-size: 1px;
}
.rdcnr_content, 
.rdcnr_bottom {
	margin-top: -20px;
}

.rdcnr_content{ 
  padding: 0; 
}

