@charset "utf-8";

/*　角丸ボックス表示　*/


/* ############ __11(color:#ffffff; グラデなし) ############ */      

.curve-cb-head{
height:12px;
margin-top:5px;
font-size:1px;
background:url('../image/r_box/cb-curve-right-head.gif') top right no-repeat;

}

.curve-cb-head div{
height:12px;
font-size:1px;
background:url('../image/r_box/cb-curve-left-head.gif') top left no-repeat;
}

.curve-cb-body{
background:url('../image/r_box/cb-curve-left-middle.gif') top left repeat-y;
}

.curve-cb-body2{
margin-right:-1px;
padding-left:7px; 
padding-right:7px;
background:url('../image/r_box/cb-curve-right-middle.gif') top right repeat-y;
}

.curve-cb-bottom{
height:12px;
margin-bottom:5px;
font-size:1px;
background:url('../image/r_box/cb-curve-right-bottom.gif') bottom right no-repeat;
}

.curve-cb-bottom div{
height:12px;
font-size:1px;
background:url('../image/r_box/cb-curve-left-bottom.gif') bottom left no-repeat;
}



/* ############ bd stripe############ */      


.curve-bd-head{
width:800px;
height:12px;
/* IE only */
_margin-bottom:-4px;
background:url('../image/r_box/bd-curve-stripe-head.gif') top right no-repeat;
}


.curve-bd-body{
/* IE only */
_margin-bottom:-4px;
padding-left:20px; 
padding-right:20px;
background:url('../image/r_box/bd-curve-stripe-middle.gif') top left repeat-y;
}
/* Opera only */
*+html:first-child .curve-bd-body{
    width:800px;
}
/* safari only \*/
body:first-of-type .curve-bd-body{
    width:800px;
}

.curve-bd-body_single{
/* IE only */
margin-top:-5px;
_margin-bottom:-4px;
padding-left:20px; 
padding-right:20px;
background:url('../image/r_box/bd-curve-stripe-middle.gif') top left repeat-y;
}
/* Opera only */
*+html:first-child .curve-bd-body_single{
    width:800px;
}
/* safari only \*/
body:first-of-type .curve-bd-body_single{
    width:800px;
}


.curve-bd-bottom{
width:800px;
height:12px;
background:url('../image/r_box/bd-curve-stripe-bottom.gif') bottom right no-repeat;
}
/* Opera only */
*+html:first-child .curve-bd-bottom{
    margin-top:-14px;
}
/* safari only \*/
body:first-of-type .curve-bd-bottom{
    margin-top:-6px;
}


/* ############ 共通コンテンツ部分 ############ */


.r_c_box_contents{
    background-color:#ffffff;
	color:#000000;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	margin-left:3px;
	margin-right:3px;
}

.r_c_box_contents_map{
    background-color:#ffffff;
	color:#000000;
	padding-top:0px;
	padding-bottom:0px;
}

   