/*堀川バス用写真表題欄*/

th.hori {
  color: #ffffff;
  background: #ff7100}

/*上記表題欄用小文字*/

font.photomini {
  color: #ffffff}

/*堀川サブメニュー選択Table*/

table.horisub {
  width: 400px;
  border-collapse: collapse;
  border: none;
  font-size: 10pt;
  line-height: 125%;
  background: #ffffff}

.horisub th {
  width: 150px;
  border: 1px solid #213c97;
  text-align: center;
  font-weight: bold;
  padding: 2px;
  margin: 1px;
  color: #ffffff;
  background: #ff2408}

.horisub td {
  width: 250px;
  border: 1px solid #213c97;
  text-align: left;
  padding-left: 15px;
  margin: 1px;
  color: #ff2408;
  background: #ffeba3}

/*ユーザサブメニューリンク文字*/

a.horisub {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff}

a.horisub:visited {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #f0f0f0}

a.horisub:hover {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #b71900}

a.horisub:active {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #b71900;
  background-color: #ffffff}
