/* CSS Document */

.sketch {
   text-align:center;
   background: #F7F7F7;
   margin:10px 0 0;
   padding:10px 0 10px;
   border-top-style:solid;
   border-top-color:#cccccc;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#cccccc;
   border-bottom-width:1px;

}
.setLead{
padding:0 0 0 15px;
color:#5C221D;
}
.settingBox{
  width:555px;
  margin-bottom:20px;

}
.settingBox .block_l{
  float:left;
  width:380px;
}
.settingBox .block_r{
  float:right;
  width:150px;
  
}

