/*==============================
  基本テキスト
==============================*/
.txt {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #000000; line-height: 130%}
.hyoutxt {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #000000}

/*==============================
  map用リンク
==============================*/
a.maptxt:link {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #000000; line-height: 100%; text-decoration: none}
a.maptxt:visited {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #000000; line-height: 100%; text-decoration: none}
a.maptxt:hover {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 100%; text-decoration: underline}
a.maptxt:active {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 100%; text-decoration: underline}

/*==============================
  表用リンク
==============================*/
a.hyoutxt:link {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 100%; text-decoration: none}
a.hyoutxt:visited {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 100%; text-decoration: none}
a.hyoutxt:hover {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 100%; text-decoration: underline}
a.hyoutxt:active {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 100%; text-decoration: underline}

/*==============================
  汎用リンク
==============================*/
a:link {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 150%; text-decoration: none}
a:visited {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 150%; text-decoration: none}
a:hover {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 150%; text-decoration: underline}
a:active {font-size: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #990000; line-height: 150%; text-decoration: underline}

/*==============================
  追加：パンくずリスト（全ページ統一）
  - 表示はPC/SP共通で10px
  - 区切り記号はHTML側に「＞」等で記述（CSSでは自動挿入しない）
==============================*/
.breadcrumb {
  font-size: 10px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  color: #666666;
  line-height: 130%;
  margin: 2px 0 4px 0;
  /* 下記2つは <ol> を使った時の体裁用。<div>でも悪影響なし */
  list-style: none;
  padding: 0;
}
.breadcrumb li { display: inline; } /* <ol>採用時に横並びにする */

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #666666;           /* 目立ちすぎないグレー */
  text-decoration: none;
  font-size: inherit;       /* 10pxを継承 */
  line-height: inherit;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #990000;           /* 既存アクセント色に揃える */
  text-decoration: underline;
}
.breadcrumb span {
  color: #999999;           /* 現在位置は少し薄く */
}
