/*写真文章共用テーブル*/

table.phototable {
  width: 700px;
  border: 1px solid #555555;
  border-spacing: 3px;
  font-size: 10pt;
  line-height: 125%;
  background: #dddddd}

/*写真文章共用表題欄*/

th.phototh {
  border: 1px solid #555555;
  padding: 3px 7px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  width: 288px;
  height: 20px;
  font-size: 11pt;
  font-weight: bold;
  background: #8d007d}

/*上記表題欄用小文字*/

font.photomini {
  font-size: 9pt;
  font-weight: normal;
  color: #ffffff}

/*文章用本文*/

td.drafttd {
  border: 1px solid #555555;
  padding: 3px 7px;
  width: 288px;
  text-align: left;
  vertical-align: top;
  background: #ffffff url(img/bggrad1.jpg) repeat-x top}

/*写真用本文*/

td.phototd {
  border: 1px solid #555555;
  width: 400px;
  text-align: center;
  vertical-align: middle;
  background: #dddddd}

/*トップ選択ボタン枠*/

td.hkseltd {
  width: 150px;
  border: none;
  vertical-align: top;
  font-size: 10pt;
  line-height: 125%;
  padding: none;
  text-align: left;
  background: #fefefe}
