td {
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: right top        /* 背景画像の位置は右下 */
}
