@charset "utf-8";
/* TABLE設定: tbl1 */
#tbl1 {
  width: 500px;
  border: #999999 solid 2px;
  border-collapse: collapse;
  padding: 0px 2px 2px 2px;
}

#tbl1 th{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 2px 5px;
  background-color: #cccccc;
}

#tbl1 td{
  font-size: 12px;
  font-weight: normal;
  padding: 5px 5px 2px 5px;
  background-color: #ffffff;
}

.inpl{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.inpr{
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}

.tdl{
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.tdr{
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}

