/*東急バス用写真表題欄*/

th.tokyu {
  color: #f1de62;
  background: #d7001c}

/*上記表題欄用小文字*/

font.photomini {
  color: #f1de62}

/*東急サブメニュー選択Table*/

table.tokyusub {
  width: 600px;
  border-collapse: collapse;
  border: none;
  font-size: 10pt;
  line-height: 125%;
  background: #ffffff}

.tokyusub th {
  width: 130px;
  border: 1px solid #d7001c;
  text-align: center;
  padding: 2px;
  color: #d7001c;
  background: #e3e3e3}

.tokyusub td {
  width: 470px;
  border: 1px solid #d7001c;
  text-align: left;
  padding: 2px 2px 2px 15px;
  color: #555555;
  background: #f9f9f9}

/*ユーザサブメニューリンク文字*/

a.tokyusub {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #d7001c}

a.tokyusub:visited {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #d7001c}

a.tokyusub:hover {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #e3e3e3;
  background-color: #d7001c}

a.tokyusub:active {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #d7001c}
