/*
  $Id: stylesheet.css,v 1.42 2002/01/29 12:21:15 jan0815 Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License

*/
/* =====================================
日本語のためのカスタマイズ履歴
  1. 全てのfont-familyプロパティに、次のフォントファミリをリストの最初に追加指定する
       （"MS PGothic", Osaka, "MS Gothic", Gothic）
  2. stockWarning のfont-sizeプロパティを10から12に変更する
  3. TD.headerNavigation のfont-sizeプロパティを10から12に変更する
  4. TD.pageHeading, DIV.pageHeading のfont-sizeプロパティを20から23に変更する
  5. TD.productListing-heading  のfont-sizeプロパティを10から12に変更する
  6. TD.productListing-data のfont-sizeプロパティを10から12に変更する
  7. TD.main, P.main のfont-sizeプロパティを11から13に変更する
  8. TD.smallText, SPAN.smallText のfont-sizeプロパティを10から12に変更する
===================================== */

/* ---------------------------
左右のボックス：通常
--------------------------- */
.boxText {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
}
/* ---------------------------
左右のボックス：エラー
--------------------------- */
.errorBox {
  font-family : "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size : 10px;         /* フォントサイズ */
  background: #ffb3b5;      /* 背景色 */
  font-weight: bold;        /* フォント太さ */
}
/* ---------------------------
「カートには何が入っている?」ページで商品の在庫が無い時に表示するメッセージ
--------------------------- */
.stockWarning {
  font-family : "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;	/* フォントファミリ */
  font-size : 12px;         /* フォントサイズ */
  color: crimson;           /* フォントカラー */
}

/* ---------------------------
BODY：ボディ
--------------------------- */
BODY {
  background: #ffffff;      /* 背景色 */
  color: #000000;           /* フォントカラー */
  margin: 0px;              /* マージン */
}

/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #000000;           /* フォントカラー */
  text-decoration: none;    /* テキストの装飾 */
}

/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #AABBDD;              /* フォントカラー */
  text-decoration: underline;  /* テキストの装飾 */
}

/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
	display: inline;        /* インラインボックス */
}

/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;      /* 背景色 */
}

/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #bbc3d3;      /* 背景色 */
}

/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #bbc3d3;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
  font-weight : bold;       /* フォント太さ */
}

/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #FFFFFF;           /* フォントカラー */
}

/* ---------------------------
TR：ヘッダー（エラー）
--------------------------- */
TR.headerError {
  background: #ff0000;      /* 背景色 */
}

/* ---------------------------
TD：ヘッダー（エラー）
--------------------------- */
TD.headerError {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Tahoma, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #ff0000;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
  font-weight : bold;       /* フォント太さ */
  text-align : center;      /* 横位置 */
}

/* ---------------------------
TR：ヘッダー（メッセージ）
--------------------------- */
TR.headerInfo {
  background: #00ff00;      /* 背景色 */
}

/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Tahoma, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #00ff00;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
  text-align: center;       /* 横位置 */
}

/* ---------------------------
TR：フッター
--------------------------- */
TR.footer {
  background: #bbc3d3;      /* 背景色 */
}

/* ---------------------------
TD：フッター
--------------------------- */
TD.footer {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  background: #bbc3d3;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
TABLE：情報ボックス
--------------------------- */
TABLE.infoBox {
  background: #b6b7cb;      /* 背景色 */
}

/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
TABLE.infoBoxContents {
  background: #f8f8f9;      /* 背景色 */
}

/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  background: #bbc3d3;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
}

/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
}

/* ---------------------------
TR：奇数行
--------------------------- */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f4f7fd;      /* 背景色 */
}

/* ---------------------------
TR：偶数行
--------------------------- */
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;      /* 背景色 */
}

/* ---------------------------
TR：商品一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #d2e9fb;      /* 背景色 */
}

/* ---------------------------
TD：商品一覧（タイトル）
--------------------------- */
TD.productListing-heading {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #d2e9fb;      /* 背景色 */
  color: #000000;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
  font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}

/* ---------------------------
TD：商品一覧（データ）
--------------------------- */
TD.productListing-data {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
A：ページリンク（通常）
--------------------------- */
A.pageResults { 
  color: #0000FF;           /* フォントカラー */
}

/* ---------------------------
A：ページリンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover.pageResults { 
  color: #0000FF;           /* フォントカラー */
  background: #FFFF33;      /* 背景色 */
}

/* ---------------------------
TD：ページヘッダ
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 23px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
  color: #9a9a9a;           /* フォントカラー */
}

/* ---------------------------
TR：サブバー（未使用）
--------------------------- */
TR.subBar {
  background: #f4f7fd;      /* 背景色 */
}

/* ---------------------------
TD：サブバー（未使用）
--------------------------- */
TD.subBar {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #000000;           /* フォントカラー */
}

/* ---------------------------
TD：メイン
--------------------------- */
TD.main, P.main {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 13px;          /* フォントサイズ */
  line-height: 1.5;         /* 行の高さ */
}

/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
TD：アカウントカテゴリー
--------------------------- */
TD.accountCategory {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 13px;          /* フォントサイズ */
  color: #aabbdd;           /* フォントカラー */
}

/* ---------------------------
TD：フィールド（キー）
--------------------------- */
TD.fieldKey {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
TD：フィールド（値）
--------------------------- */
TD.fieldValue {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
TD：一覧表の項目名
--------------------------- */
TD.tableHeading {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
SPAN：情報ボックス（新しくカートに入れた商品）
--------------------------- */
SPAN.newItemInCart {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #ff0000;           /* フォントカラー */
}

/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT：FORMの入力・選択項目
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
}

/* ---------------------------
TEXTAREA：FORMの入力項目
--------------------------- */
TEXTAREA {
  width: 100%;
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
}

/* ---------------------------
SPAN：トップページのメッセージ（こんにちは、○○さん〜）
--------------------------- */
SPAN.greetUser {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  color: #f0a480;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
TABLE：フォームエリア（境界線）
--------------------------- */
TABLE.formArea {
  background: #f1f9fe;      /* 背景色 */
  border-color: #7b9ebd;    /* 境界線の色 */
  border-style: solid;      /* 境界線のスタイル */
  border-width: 1px;        /* 境界線の幅 */
}

/* ---------------------------
TD：フォームエリア（タイトル）
--------------------------- */
TD.formAreaTitle {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Tahoma, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
SPAN：マーク（在庫切れ）
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Tahoma, Verdana, Arial, sans-serif;  /* フォントファミリ *
  font-size: 12px;          /* フォントサイズ */
  color: #c76170;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
SPAN：特価商品価格
--------------------------- */
SPAN.productSpecialPrice {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff0000;           /* フォントカラー */
}

/* ---------------------------
TD：チェックアウト手順
--------------------------- */
TD.checkoutBar {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #aabbdd;           /* フォントカラー */
}

/* ---------------------------
SPAN：チェックアウト手順（現在の手順）
--------------------------- */
SPAN.checkoutBarHighlighted {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #000000;           /* フォントカラー */
}
