/*サンデン交通用写真表題欄*/

th.sanden {
  color: #206800;
  background: #ffeada url(img/sandenbase.jpg) repeat-y;
  padding-left: 20px}

/*上記表題欄用小文字*/

font.photomini {
  color: #206800}

/*大阪市交サブメニュー選択Table*/

table.sandensub {
  width: 600px;
  border-collapse: collapse;
  border: none;
  font-size: 10pt;
  line-height: 125%;
  background: #ffffff}

.sandensub th {
  width: 120px;
  border: 1px solid #555555;
  text-align: center;
  padding: 2px;
  color: #555555;
  background: #206800}

.sandensub td {
  width: 480px;
  border: 1px solid #555555;
  text-align: left;
  padding: 2px 2px 2px 15px;
  color: #206800;
  background: #ffeada}

/*ユーザサブメニューリンク文字*/

a.sandensub {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff}

a.sandensub:visited {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffd7}

a.sandensub:hover {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #519b4d}

a.sandensub:active {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  color: #519b4d;
  background-color: #ffffff}
