﻿span.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 8em;
  max-height:8em;
  width: 15px;
  max-width:15px;
  overflow: hidden;
  display: block;}
TD{
  line-height:100%;
}
TABLE.tbl{
  background-color:#000000;
}
TABLE.tbl TD{
  height: 15px;
  max-height:15px;
}
TABLE.tbl2{
  background-color:#000000;
}
TABLE.tbl2 TD{
  height: 7px;
  max-height:7px;
}
IMG.sita{
  margin-top:0px;
  vertical-align: bottom;
}
TD.leftline{
  height: 100%;
  min-height:100%;
  background-image: linear-gradient(to top left,
                        transparent, transparent 49%,
                        black 49%, black 51%,
                        transparent 52%, transparent);
}
TD.rightline{
  height: 100%;
  min-height:100%;
  background-image: linear-gradient(to top right,
                        transparent, transparent 49%,
                        black 49%, black 51%,
                        transparent 52%, transparent);
}
TABLE.tblr{
  background-color:#000000;
  transform: rotate(44deg);
}
TABLE.tbll{
  background-color:#000000;
  transform: rotate(-50deg);
}
