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

.box { width: 50em; background: #FFEEEE;}
.box h3, .box p {margin: 0 10px;}
.box h3 {font-size:150%; color:#000; }
.box .top, .box .bottom{display:block;background: #fff;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #FFEEEE;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}