/*近江鉄道用写真表題欄*/

th.ohmi {
  color: #0e0bfb;
  background: #fff5f0 url(img/leo.jpg) no-repeat;
  padding-left: 30px;
  }

/*上記表題欄用小文字*/

font.photomini {
  color: #0e0bfb;
  }

/*近江鉄道サブメニュー選択Table*/

table.ohmisub {
  width: 540px;
  border-collapse: collapse;
  border: none;
  font-size: 10pt;
  line-height: 125%;
  background: #ffffff;
  }

.ohmisub th {
  width: 180px;
  height: 30px;
  border: 1px solid #054f12;
  text-align: center;
  padding: 2px;
  color: #0e0bfb;
  background: #fff5f0 url(img/leo.jpg) no-repeat;
  }

/*ユーザサブメニューリンク文字*/

a.ohmisub {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #0e0bfb;
  }

a.ohmisub:visited {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #8d209d;
  }

a.ohmisub:hover {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #fff5f0;
  background-color: #0e0bfb;
  }

a.ohmisub:active {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #fff5f0;
  background-color: #0e0bfb;
  }
