TD.ALIGN_LEFT {
  text-align: left; 	/* 行揃え:左揃え */
}
TD.ALIGN_RIGHT {
  text-align: right; 	/* 行揃え:右揃え */
}
