#list_block{
      margin: 5px 5px 5px 5px;
}

.head_line{
      margin: 15px 0 5px 0;
      border-bottom: 3px solid #ff8c00;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
}

.fixed_width{
      width:80px;
}

#list_block table{
      margin-bottom: 5px;
      border-collapse: collapse;
      width: 100%;
      table-layout: fixed;
}
#list_block th{
      background: #398C39;
      color: #ffffff;
      border: 1px solid #999999;
      font-size: 12px;
      text-align: center;
}

#list_block td{
      border: 1px solid #999999;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
}

#list_block a{
      display: block;
      text-decoration: none;
      width: 100%;
      padding: 15px 0 15px 0;
}
