/*JRバス関東用写真表題欄*/

th.jrkanto {
  color: #eeeeee;
  background: #0035a7}

/*上記表題欄用小文字*/

font.photomini {
  color: #eeeeee}

/*JRバス関東サブメニュー選択Table*/

table.jrkansub {
  border-collapse: separate;
  border-spacing: 6px;
  }

.jrkansub th {
  text-align: center;
  font-weight: bold;
  color: #009512;
  border-top: 3px solid #009512;
  border-bottom: 3px solid #009512;
  padding: 2px 0px;
  background: #ffffff;
  }

/*ユーザサブメニューリンク文字*/

a.jrkansub {
  text-decoration: none;
  font-size: 12pt sans-serif;
  font-weight: bold;
  border-top: 3px solid #009512;
  border-bottom: 3px solid #009512;
  padding: 3px 30px;
  color: #009512;
  }

a.jrkansub:visited {
  color: #004d00;
  }

a.jrkansub:hover {
  background-color: #e3ffe3;
  }

a.jrkansub:active {
  color: #0041dc;
  background-color: #e3ffe3;
  }
