.title_area{
  position: relative;
  margin-top:40px;
}
.title_area h2{
  padding-top:7px;
}

.title_area .banner{
  position: absolute;
  right:0;
  top:3px;
}


.tbl1{
  border-collapse: collapse;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  width:100%;
}
.tbl1 th,
.tbl1 td{
  padding:5px 10px;
}
.tbl1 th{
  width:100px;
  background: #efefef;
}

.tbl2{
  border-collapse: collapse;
  border:1px solid #999;
  margin-bottom:20px;
}
.tbl2 th,
.tbl2 td{
  padding:5px;
  border:1px solid #999;
}

.tbl2 th{
  text-align: center;
}

.tbl2 td.num{
  width:1.5em;
  text-align: center;
}
.tbl2 td.cate1,
.tbl2 td.cate2{
  width:130px;
  text-align: center;
}
.tbl2 td.cate1{
  background-color:#cad8e1;
}
.tbl2 td.cate2{
  background-color:#edf0f1;
}

.tbl2 td.name1,
.tbl2 td.name2{
  width:150px;
  text-align: center;
}
.tbl2 td.name1 span{
  font-size:0.8em;
}
.tbl2 td.bg_1{
  background-color: #e4ebf0;
}

.tbl2 td.bg_2{
  background-color: #f6f7f8;
}