/*南海電鉄用写真表題欄*/

th.nankai {
  color: #ff5f00;
  background: #ffefe5 url(img/nankaibase.jpg) repeat-y;
  padding-left: 20px}

/*上記表題欄用小文字*/

font.photomini {
  color: #ff5f00}

/*南海サブメニュー選択Table*/

table.nankaisub {
  width: 600px;
  border-collapse: collapse;
  border: none;
  font-size: 10pt;
  line-height: 125%;
  background: #ffffff}

.nankaisub th {
  width: 180px;
  border: 1px solid #ff5f00;
  text-align: center;
  padding: 2px;
  color: #ff5f00;
  background: #ffefe5}

.nankaisub td {
  width: 420px;
  border: 1px solid #ff5f00;
  text-align: left;
  padding: 2px 2px 2px 15px;
  color: #555555;
  background: #f9f9f9}

/*ユーザサブメニューリンク文字*/

a.nankaisub {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ff5f00}

a.nankaisub:visited {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ff5f00}

a.nankaisub:hover {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffefe5;
  background-color: #ff5f00}

a.nankaisub:active {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffefe5;
  background-color: #ff5f00}
