@charset "EUC-JP"
/*
  $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に変更する
===================================== */

/* ---------------------------
アウター（外側）
--------------------------- */
.outer {
  background: #000031;
  background-color: #000031;
  /*background-color: #000031;*/
  /*background-image: url("moon.gif"); */
}

/* ---------------------------
左右のボックス：通常
--------------------------- */
.boxText {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
  background: #ffffff;      /* 2002.12.8 */
  line-height: 1.5;         /* 行の高さ */
}
/* ---------------------------
左右のボックス：エラー
--------------------------- */
.errorBox {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size : 10px;         /* フォントサイズ */
  background: #ffb3b5;      /* 背景色 */
  font-weight: bold;        /* フォント太さ */
}
/* ---------------------------
「カートには何が入っている?」ページで商品の在庫が無い時に表示するメッセージ
--------------------------- */
.stockWarning {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size : 12px;         /* フォントサイズ */
  color: #FF0000;           /* フォントカラー */
}

.soldOut {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size : 12px;         /* フォントサイズ */
  color: #FF0066;           /* フォントカラー */
}

/* ---------------------------
BODY：ボディ
--------------------------- */
BODY {
  background: #000031;      /* 背景色 */
  color: #666666;           /* フォントカラー */ /* Added by Jun on 2002-01-05 */
  margin: 0px;              /* マージン */
/*  background-image: url("moon.gif"); */ /* 背景イメージ使用時 */
}

BODY.present {
  background: #ffffff;      /* 背景色 */
  background-image: url(http://www.pajamania.com/event/nypresent/heart.gif);
  color: #000000;
  margin: 0px;
}

BODY.normal {
  background: #ffffff;      /* 背景色 */
  color: #000000;
  margin: 5px;
}

/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #666666;           /* フォントカラー */ /* Added by Jun on 2003-01-05 */
  text-decoration:underline;    /* テキストの装飾 */ /* Added by Jun on 2003-01-5 */
}

/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #FF3300;              /* フォントカラー */ /* Added by Jun on 2003-1-5 */
  text-decoration: underline;  /* テキストの装飾 */
}

/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
	display: inline;        /* インラインボックス */
}

/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #000031;      /* 背景色 */
}

/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #000031;      /* 背景色 */
}

/* ---------------------------
TD:トップページメイン
--------------------------- */
TD.topMain {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 13px;          /* フォントサイズ */
  background: #efefef;      /* 背景色 */
  font-weight : bold;       /* フォント太さ */
}

/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
  background: #000031;      /* 背景色 */
  /* font-weight : bold; */       /* フォント太さ */
  color: #ffffff;
}

/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #FFFFFF;           /* フォントカラー */
}

/* ---------------------------
TR：ヘッダー（エラー）
--------------------------- */
TR.headerError {
  background: #ff0000;      /* 背景色 */
}

/* ---------------------------
TD：ヘッダー（エラー）
--------------------------- */
TD.headerError {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #ff0000;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
  font-weight : bold;       /* フォント太さ */
  text-align : center;      /* 横位置 */
}

/* ---------------------------
TR：ヘッダー（メッセージ）
--------------------------- */
TR.headerInfo {
  background: #EEFFEE;      /* 背景色 */
}

/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #EEFFEE;      /* 背景色 */
  color: #ffffff;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
  text-align: center;       /* 横位置 */
}

/* ---------------------------
TR：フッター
--------------------------- */
TR.footer {
  background: #6699cc;      /* 背景色 */
}

/* ---------------------------
TD：フッター
--------------------------- */
TD.footer {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 5px;          /* フォントサイズ */
  background: #D1CFCF;
  color: #ffffff;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
}


/* ---------------------------
インナーボックス
--------------------------- */
.innerBox {
  background: #ffffff;
}


/* ---------------------------
TABLE：情報ボックス
--------------------------- */
TABLE.infoBox {
  background: #FFBFCB;
}

/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
TABLE.infoBoxContents {
  background: #ffffff;      /* 2002.12.8 */
}

/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */ /* Added by Jun on 2003-01-05 */
  background: #FFBFCB;
  color: #454545;           /* フォントカラー */
}

/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS 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;       背景色 */
  background: #ffffff;      /* 背景色 */
}

/* ---------------------------
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.pollsResults-even {
  background: #ffffaa;
}

TR.pollsResults-odd {
  background: #ffffcc;
}

TR.pointsHistory-even {
  background: #ffffcc;
}

TR.pointsHistory-odd {
  background: #ffffee;
}

/* ---------------------------
TR：商品一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #d2e9fb;      /* 背景色 */
}

/* ---------------------------
TD：商品一覧（タイトル）
--------------------------- */
TD.productListing-heading {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  background: #d2e9fb;      /* 背景色 */
  color: #666666;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
  font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}

/* ---------------------------
TD：商品一覧（データ）
--------------------------- */
TD.productListing-data {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS 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", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 14px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
  color: #666666;           /* フォントカラー */
}

H1{
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 100%;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
  color: #666666;           /* フォントカラー */
}

H1.brandName{
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
  color: #003399;           /* フォントカラー */
}

H2.brandDescription {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
  color: #666666;           /* フォントカラー */
}

/* ---------------------------
TR：サブバー（未使用）
--------------------------- */
TR.subBar {
  background: #f4f7fd;      /* 背景色 */
}

/* ---------------------------
TD：サブバー（未使用）
--------------------------- */
TD.subBar {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #000000;           /* フォントカラー */
}

/* ---------------------------
TD：メイン
--------------------------- */
TD.main, P.main, SPAN.main {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  line-height: 1.5;         /* 行の高さ */
}

TD.news, P.news {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
  各種小さい文字（メッセージ）
--------------------------- */

TD.size8, SPAN.size8, P.size8, DIV.size8 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 8px;          /* フォントサイズ */
}

TD.size10, SPAN.size10, P.size10, DIV.size10 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
}

TD.size11, SPAN.size11, P.size11, DIV.size11 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
}

TD.size12, SPAN.size12, P.size12, DIV.size12 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

TD.size13, SPAN.size13, P.size13, DIV.size13 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 13px;          /* フォントサイズ */
}

TD.size14, SPAN.size14, P.size14, DIV.size14 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 14px;          /* フォントサイズ */
}

TD.size14w, SPAN.size14w, P.size14w, DIV.size14w {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 14px;          /* フォントサイズ */
  line-height: 1.5;         /* 行の高さ */
}
TD.size16, SPAN.size16, P.size16, DIV.size16 {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 16px;          /* フォントサイズ */
}

TD.size16w, SPAN.size16w, P.size16w, DIV.size16w {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 16px;          /* フォントサイズ */
  line-height: 1.5;         /* 行の高さ */
}

/* ---------------------------
TD：アカウントカテゴリー
--------------------------- */
TD.accountCategory {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 13px;          /* フォントサイズ */
  color: #aabbdd;           /* フォントカラー */
}

/* ---------------------------
TD：フィールド（キー）
--------------------------- */
TD.fieldKey {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
TD：フィールド（値）
--------------------------- */
TD.fieldValue {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
TD：一覧表の項目名
--------------------------- */
TD.tableHeading {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
}

TD.tableHeadingOrange {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
  color: #FF6633;           /* フォントカラー */ /* Added by Jun on 2003-1-6 */
}
/* ---------------------------
SPAN：情報ボックス（新しくカートに入れた商品）
--------------------------- */
SPAN.newItemInCart {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #0033CC;           /* フォントカラー */ /* Added by Jun on 2003-1-6 */
}

/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT：FORMの入力・選択項目
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
}

/* ---------------------------
TEXTAREA：FORMの入力項目
--------------------------- */
TEXTAREA {
  width: 100%;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 11px;          /* フォントサイズ */
}

/* ---------------------------
SPAN：トップページのメッセージ（こんにちは、○○さん〜）
--------------------------- */
SPAN.greetUser {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  color: #f0a480;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
TABLE：フォームエリア（境界線）
--------------------------- */
TABLE.formArea {
  background: #ffffff;      /* 背景色 */
  border-color: #eb768a;    /* 境界線の色 */
  border-style: dashed;      /* 境界線のスタイル */
  border-width: 2px;        /* 境界線の幅 */
}

/* ---------------------------
TD：フォームエリア（タイトル）
--------------------------- */
TD.formAreaTitle {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
SPAN：マーク（在庫切れ）
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  color: #c76170;           /* フォントカラー */
  font-weight: bold;        /* フォント太さ */
}

/* ---------------------------
SPAN：特価商品価格
--------------------------- */
SPAN.productSpecialPrice {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  color: #ff0000;           /* フォントカラー */
}

/* ---------------------------
TD：チェックアウト手順
--------------------------- */
TD.checkoutBar {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #aabbdd;           /* フォントカラー */
}

/* ---------------------------
SPAN：チェックアウト手順（現在の手順）
--------------------------- */
SPAN.checkoutBarHighlighted {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  color: #000000;           /* フォントカラー */
}

/* ---------------------------
border：ボーダーライン
--------------------------- */
.border{
  background: #D1CFCF;
  font-size: 10px;
}

/* ---------------------------
TD：情報ボックス
--------------------------- */
TD.infoHeader {
  background: #000031;
  color: #ffffff;
}

/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
TABLE.infoHeaderContents {
  background: #ffffff;      /* 2002.12.8 */
}

/* ---------------------------
TD,SPAN：ヘッダー（タブ）文字
--------------------------- */
TD.infoHeader {
  font-family: "ＭＳ 明朝", serif; /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
  padding-bottom: 0px;
}

/* ---------------------------
A：プロダクトリスト
--------------------------- */
A.product_lists { 
  color: #000000;           /* フォントカラー */
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

/* ---------------------------
DIV：プロダクトリスト
--------------------------- */
DIV.product_lists { 
  color: #000000;           /* フォントカラー */
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */
}

IMG {
    border: 0px;
}

/* ---------------------------
トップ臨時使用分
--------------------------- */
.font10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
}
.indent {
	text-indent: 8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
}

/* ---------------------------
IFRAMEトップページ用
--------------------------- */
iframe {
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px;
}
/* ---------------------------
BODY:スクロールバーのデザイン
--------------------------- */
BODY.scroll {
	background: #ffffff;
	color: #666666;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #ffffff;
}

HR.dotted {
    border:1px dotted;
}

.errorText {
    color: #FF2233;
    font-size: 10px;
}

.info_red {
    color: #FF0000;
}

.info_pink {
    color: #FF0099;
}

TD.reviewHeading {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 16px;          /* フォントサイズ */ /* Added by Jun on 2003-01-05 */
  background: #FFFFFF;
  color: #666666;           /* フォントカラー */
}

TD.reviewBoxTitle {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */ /* Added by Jun on 2003-01-05 */
  background: #FFFFFF;
  color: #666666;           /* フォントカラー */
  line-height: 1.3;
}

TD.reviewBox {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
  font-size: 12px;          /* フォントサイズ */ /* Added by Jun on 2003-01-05 */
  background: #FFFFFF;
  color: #666666;           /* フォントカラー */
  line-height: 1.3;
}

/* 2008.10.18 */

.boxUserButtonHeader {
  background: #000031;
  background-color: #000031;
  font-size: 11px;          /* フォントサイズ */
    width:75px;
    height:69px;
    float:left;
    text-align:center;
}

.boxUserButtonContainer {
  background: #000031;
  background-color: #000031;
    width:300px;
    float:left;
}

.leftTopLogo {
    background: #000031;
    background-color: #000031;
    float:left;
    width:485px;
    text-align:left;
}

.pageContainer {
    clear:left;
    width:785px;
    text-align:center;
}

.headerContainer {
    clear:left;
    width:785px;
    text-align:center;
}

.menuContainer {
    clear:left;
    width:785px;
    text-align:left;
}

.bodyContainer {
    clear:left;
    width:785px;
    text-align:center;
    background-color:#FFFFFF;
}

.borderContainer {
    clear:left;
    width:785px;
    text-align:center;
}

.border {
    width:785px;
    background:#D1CFCF;
}

.spacer {
    width:785px;
    height:10px;
    background:#000031;
}

.footerContainer {
    clear:left;
    width:785px;
    text-align:center;
}

.footerBox {
    background-color:#FFFFFF;
    font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "MS Gothic", Verdana, Arial, Sans-serif;  /* フォントファミリ */
    font-size: 12px;          /* フォントサイズ */
}

.voice_header {
    background-color:#FFF0C6;
    height: 16px;
}
