/* CSS Document */

/*Box*/
.box b.rtop, b.rbottom
{
background:#FFFFFF;
}
.box b.rtop b, b.rbottom b
{
background:#E4C6A0;
}



/*bottom Main*/
.bott_main b.rbottom 
{
background:#E3E8C8;
}
.bott_main b.rbottom b
{
background:#FFFFFF;
}



/* Round corners */

b.rtop, b.rbottom
{
  display:block;
  
}

b.rtop b, b.rbottom b
{
  display:block;
  height: 1px;
  overflow: hidden;
  
}

b.rtop b.r4, b.rbottom b.r4
{
  margin: 0 1px;
  height: 2px;
}

b.r1
{
  margin: 0 5px;
}

b.r2
{
  margin: 0 3px;
}

b.r3
{
  margin: 0 2px;
}
