/* BODY 部分の　バックグラウンド色と文字色の指定*/

body { font-size: 10pt; background-color:#FFFFFF; color:#000000 }



/* タイトルの文字サイズ */

.title { font-size: 13pt }

.title2 { font-size: 11pt }

.title3 { font-size: 15pt }

.title4 { font-size: 13pt; text-decoration:underline }

.misc { font-size: 9pt; line-height: 11pt }

.misc2 { font-size: 8pt }

.misc3 { font-size: 9pt; color:#0072BC; line-height: 11pt }

.misc4 { font-size: 9pt; color:#4A9800; line-height: 11pt }



/* リンクテキストの色 */

a { 

    color:#0000bf;

    text-decoration: none;

}



/* リンクテキスト部分にマウスが重なったときの色 */

a:hover {

    color:#ff0000;

    text-decoration: none;

}



.a1 { color:#0000bf;

    text-decoration: none;



}

.a1:hover {

    color:red;

    text-decoration: underline;

}



/* トップページのポータル説明文の文字色、フォントサイズ */

.td1 {

  font-size: 9pt;

  background-color: #DDADA0;

}



/* ショップ案内および商品詳細 帯のフォントサイズ、バックグラウンド色 */

.td2 {

  font-size: 12pt;

  background-color: #559988;

}



/* 取扱店のバックグラウンド色 */

.td2_2 {

  font-size: 8pt;

  background-color: #cccccc;

  color: #333333;

}



/* 店舗詳細、商品詳細の項目名の、文字色、フォントサイズ、バックグラウンド色 */

.td3 {

  font-size: 8pt;

  line-height: 12pt;

  background-color: #559988;

}



/* エリア・カテゴリ選択領域の文字色、フォントサイズ、バックグラウンド色 */

.td4 {

  font-size: 8pt;

  line-height: 12pt;

  background-color: #448866;

}



/* エリア・カテゴリタブ非選択時の文字色、フォントサイズ、バックグラウンド色 */

.td5 {

  font-size: 8pt;

  line-height: 12pt;

  background-color: #335522;

}





.table2 {

  border-collapse: collapse;

  border: 2px solid #0054A6 

}



