/*
  $Id: stylesheet.css,v 1.5 2003/03/14 12:46:31 hawk Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

=====================================================================
日本語のためのカスタマイズ履歴
  1. 全てののfont-familyプロパティに、Osakaを追加
       （Apple Mac/Macintosh用文字化け対策）
  2. stockWarning のfont-sizeプロパティを10から12に変更
  3. SPAN.greetUserのカラー(いらっしゃいませ○○さん)を#f0a480から#0000a0へ変更
  4. TD.smallText, SPAN.smallText のfont-sizeプロパティを10から11に変更
  5. TD.productListing-heading  のfont-sizeプロパティを10から11に変更
  6. TD.productListing-data のfont-sizeプロパティを10から11に変更
  7. TD.headerNavigation のfont-sizeプロパティを10から11に変更
  8. boxText のfont-sizeプロパティを10から11に変更
  9. infoBoxContents のfont-sizeプロパティを10から11に変更
10. orderEdit のfont-sizeプロパティを10から11に変更
11. TD.footer のfont-sizeプロパティを10から11に変更
12. TD.infoBoxHeading のfont-sizeプロパティを10から11に変更
13. TD.infoBox, SPAN.infoBox のfont-sizeプロパティを10から11に変更
14. SPAN.newItemInCart のfont-sizeプロパティを10から11に変更
15. checkoutBarFrom, .checkoutBarTo のfont-sizeプロパティを10から11に変更
16. checkoutBarCurrent のfont-sizeプロパティを10から11に変更
=====================================================================
*/

/* ---------------------------
左右のボックス：通常
--------------------------- */
.boxText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
左右のボックス：エラー
--------------------------- */
.errorBox {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  background: #ffb3b5;                             /* 背景色 */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
「カートには何が入っている?」ページで商品の在庫が無い時に表示するメッセージ
--------------------------- */
.stockWarning {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 12px;                                /* フォントサイズ */
  color: #cc0033;                                  /* フォントカラー */
}
/* ---------------------------
調査中
--------------------------- */
.productsNotifications {
  background: #f2fff7;                             /* 背景色 */
}
/* ---------------------------
「ご注文の最終確認」ページ「変更」文字
--------------------------- */
.orderEdit {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 11px;                                /* フォントサイズ */
  color: #70d250;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
}
/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #000099;                                  /* フォントカラー */
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #0033FF;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
  display: inline;                                 /* インラインボックス */
}
/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #000000;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #130B73;                             /* 背景色 */
  color: #DD8800;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}
/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #FFFFFF;                                  /* フォントカラー */
  font-weight : 900;                              /* フォント太さ */
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
  color: #ffff99;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}
/* ---------------------------
TR：ヘッダー（エラー）
--------------------------- */
TR.headerError {
  background: #ff0000;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（エラー）
--------------------------- */
TD.headerError {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #ff0000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
  text-align : center;                             /* 横位置 */
}
/* ---------------------------
TR：ヘッダー（メッセージ）
--------------------------- */
TR.headerInfo {
  background: #00f000;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #00f000;                             /* 背景色 */
/*  background: #E05A00;                              背景色 */

  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  text-align: center;                              /* 横位置 */
}
/* ---------------------------
TR：フッター
--------------------------- */
TR.footer {
  background: #999933;                             /* 背景色 */
}
/* ---------------------------
TD：フッター
--------------------------- */
TD.footer {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #F09000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：情報ボックス
--------------------------- */
.infoBox {
  background: #130B73;                             /* 背景色 */
}
/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
.infoBoxContents {
  background: #ffffff;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
　追加分
TABLE：情報ボックス真ん中表示のやつ（コンテンツ）
--------------------------- */
.infoBoxContents2 {
  background: #FFFFFF;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* 背景色 */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNoticeContents {
  background: #FFE6E6;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
/*  background: #FF9955;                              背景色 */
  background: #F09000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
　追加分
TD：情報ボックス真ん中表示のやつ（タイトル）
--------------------------- */
TD.infoBoxHeading2 {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 14px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  font-style: italic;                              /* フォントスタイル */
//  background: #FFD905;                               /* 背景色 */
  background-image: url(images/infoboxhead2.gif);  /* 背景画像 */
  color: #65B102;                                  /* フォントカラー */
}
/* ---------------------------
　追加分
TD,SPAN：情報ボックス真ん中表示のやつ（情報・メッセージ）
--------------------------- */
TD.infoBox2, SPAN.infoBox {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
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: #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：商品一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #d2e9fb;                             /* 背景色 */
}
/* ---------------------------
TD：商品一覧（タイトル）
--------------------------- */
TD.productListing-heading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #F7EF52;                             /* 背景色 */
  color: #000000;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  font-variant: small-caps;                        /* 文字異体（全て大文字にする） */
}
/* ---------------------------
TD：商品一覧（データ）
--------------------------- */
TD.productListing-data {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
A：ページリンク（通常）
--------------------------- */
A.pageResults { 
  color: #0000FF;                                  /* フォントカラー */
}
/* ---------------------------
A：ページリンク（カーソルが上に乗ったとき）
--------------------------- */
A.pageResults:hover { 
  color: #0000FF;                                  /* フォントカラー */
  background: #FFFF33;                             /* 背景色 */
}
/* ---------------------------
TD：ページヘッダ
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 16px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  color: #0006E0;                                  /* フォントカラー */
//  background: #F7EF52;                             /* 背景色 */
  background: #FFff50;                             /* 背景色 */
  white-space: nowrap
}
/* ---------------------------
TR：サブバー（未使用）
--------------------------- */
TR.subBar {
  background: #f4f7fd;                             /* 背景色 */
}
/* ---------------------------
TD：サブバー（未使用）
--------------------------- */
TD.subBar {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
/* ---------------------------
TD：メイン
--------------------------- */
TD.main, P.main {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  line-height: 1.5;                                /* 行の高さ */
}
/* ---------------------------
TD：ページヘッダ2絞り込みよう
--------------------------- */
TD.pageHeading2, DIV.pageHeading2 {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
  background: #FFff50;                             /* 背景色 */
}
/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：アカウントカテゴリー
--------------------------- */
TD.accountCategory {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 13px;                                 /* フォントサイズ */
  color: #aabbdd;                                  /* フォントカラー */
}
/* ---------------------------
TD：フィールド（キー）
--------------------------- */
TD.fieldKey {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TD：フィールド（値）
--------------------------- */
TD.fieldValue {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：一覧表の項目名
--------------------------- */
TD.tableHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：情報ボックス（新しくカートに入れた商品）
--------------------------- */
SPAN.newItemInCart {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT：FORMの入力・選択項目
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TEXTAREA：FORMの入力項目
--------------------------- */
TEXTAREA {
  width: 100%;
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
SPAN：トップページのメッセージ（こんにちは、○○さん〜）
--------------------------- */
SPAN.greetUser {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #0000a0;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：フォームエリア（境界線）
--------------------------- */
TABLE.formArea {
  background: #FFEECC;                             /* 背景色 */
  border-color: #FFBF00;                           /* 境界線の色 */
  border-style: solid;                             /* 境界線のスタイル */
  border-width: 1px;                               /* 境界線の幅 */
}
/* ---------------------------
TD：フォームエリア（タイトル）
--------------------------- */
TD.formAreaTitle {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：マーク（在庫切れ）
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #c76170;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：特価商品価格
--------------------------- */
SPAN.productSpecialPrice {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
SPAN：エラー
--------------------------- */
SPAN.errorText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
レジチェックボックス・マウスオフ
--------------------------- */
.moduleRow { }
/* ---------------------------
レジチェックボックス・マウスオーバー
--------------------------- */
.moduleRowOver {
  background-color: #D7E9F7;                       /* 背景色 */
  cursor: hand;                                    /* カーソル形状 */
}
/* ---------------------------
レジチェックボックス選択行
--------------------------- */
.moduleRowSelected {
  background-color: #E9F4FC;                       /* 背景色 */
}
/* ---------------------------
チェックアウト手順
--------------------------- */
.checkoutBarFrom, .checkoutBarTo {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #8c8c8c;                                  /* フォントカラー */
}
/* ---------------------------
チェックアウト手順（現在の手順）
--------------------------- */
.checkoutBarCurrent {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}

/* ---------------------------
 追加：商品リストでの概要表示用（ここから）
TD：奇数行 Products Description Hack
--------------------------- */
TD.productListing-odd_d {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /*
フォントファミリ */
  font-size: 10px;          /* フォントサイズ */
  background: #eeedd4;      /* 背景色 */
}

/* ---------------------------
TD：偶数行 Products Description Hack
--------------------------- */
TD.productListing-even_d {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, Verdana, Arial, sans-serif;  /*
フォントファミリ */
  font-size: 10px;         /* フォントサイズ */
  background: #eeedd4;      /* 背景色 */
}
/* ---------------------------
 追加：amazonパクリ
--------------------------- */
.sans { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: medium; }
.small { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: 11; }
.h1 { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; color: #CC6600; font-size: 12px; }
.h2 { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; color: #CC6600; font-size: 10px; }
.h3color { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; color: #CC6600; font-size: small; }
.tiny { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: x-small; }
.websearch-string {font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: x-small; }
.listprice { font-family: arial,verdana,sans-serif; text-decoration: line-through; font-size: small; }
.rank { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; color: #998000; font-size: 13px; }
.price { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; color: #990000; font-size: small; }
.tinyprice { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; color: #990000; font-size: x-small; }
.attention { background-color: #FFFFD5; }
.eyebrow {font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none; color: #FFFFFF;}
A.eyebrow:link { text-decoration: none;}
.breadcrumb {font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;font-size: small;font-weight:bold;}
.breadcrumb-node {font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;font-size: small;font-weight: bold;color: #CC6600;}
.horizontal-search {font-weight: bold; font-size: medium; color: #FFFFFF; font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif;}
.horizontal-websearch {font-size: x-small; font-family:osaka,MS Pゴシック,arial,helvetica,sans-serif;padding-left: 12px;}
.horizontal-advanced-websearch {font-size: x-small; color: #ffffff; font-family:osaka,MS Pゴシック,arial,helvetica,sans-serif; text-decoration: none}
A.horizontal-advanced-websearch:hover {text-decoration: underline}
.topnav { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: 12px; text-decoration: none; } .topnav A:link, .topnav A:visited { text-decoration: none; color: #003399; }
.topnav A:hover { text-decoration: none; color: #CC6600; }
.topnav-active A:link, .topnav-active A:visited { font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; font-size: 12px; color: #CC6600; text-decoration: none; }
.tabon a, .tabon a:visited { font-size: 10px; color: #FFCC66; font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 10px; }
.taboff a, .taboff a:visited { font-size: 10px; color: #000000; font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 10px; }
.tabon a:hover, .taboff a:hover { text-decoration: underline; }
.tabon div, .taboff div { margin-top: 7px; margin-left: 9px; margin-bottom: 5px; }
.popover-tiny { font-size: x-small; font-family: osaka,MS Pゴシック,arial,helvetica,sans-serif; }
.popover-tiny a, .popover-tiny a:visited { text-decoration: none; color: #003399; }
.popover-tiny a:hover { text-decoration: none; color: #CC6600; }
.indent { margin-left: 1em; }
.half { font-size: .5em; }
.list div { margin-bottom: 0.25em; text-decoration: none; }
.hr-center { margin: 15px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999; }
.divider { border-top: 1px dashed #cc9; }

img.number {
  position:relative;
  z-index: 2;
  float: left;
  clear: left
}

img.left {
  position:relative;
  float: left;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}

img.left2 {
  position:relative;
  z-index: 1;
  left:-12px;
  top:-2px;
  float: left;
  margin-right: -0.9em;
  margin-bottom: -0.4em;
}

font.rank {
  font-family: "Copperplate", New York, "Lucida", 平成角ゴシック;
//  font-size: 2;
  font-weight: 900;
  color: #998000;
  bgcolor: #ffffff
}

/* ---------------------------
.[TR]：一覧表データ（通常行）
--------------------------- */
.dataTableRow {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  background-color: #FFFFF0;                      /* 背景色 */
}

/* ---------------------------
.[TR]：一覧表データ（通常行）
--------------------------- */
.dataTableRow2 {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  background-color: #D0E1E1;                      /* 背景色 */
}
/* ---------------------------
.[TR]：一覧表データ（選択行）
--------------------------- */
.dataTableRowSelected {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background-color: #FFCB9D;                      /* 背景色 */
}
/* ---------------------------
.[TR]：一覧表データ（カーソルが乗っている行）
--------------------------- */
.dataTableRowOver {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  background-color: #C8FEFF;                      /* 背景色 */
}

/* ---------------------------
MS研設定分
--------------------------- */
TABLE.gray {
border-collapse : collapse ;
border-color : #ababab ;
border-width : 1px ;
border-style : solid ;
}

.yellow-table {
	padding:3px;
	font-size: 12px;
	color: #0000CC;
	BACKGROUND-COLOR: #ffffff;
	BORDER-RIGHT: 1px dotted #ffcc33;
	BORDER-TOP: 1px dotted #ffcc33;
	BORDER-LEFT: 1px dotted #ffcc33; 
	border-bottom: 1px dotted #ffcc33;
}


.hotitem-table {
	padding:5px;
	font-size: 12px;
	color: #000000;
	BACKGROUND-COLOR: #ffffff;
}

.sel1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: none;
	border-right-style: dotted;
	border-top-style: dotted;
	border-left-style: dotted;
	border-right-color: #ababab;
	border-left-color: #ababab;
	border-top-color: #ababab;
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

.sel2 {
	border-right-width: none;
	border-left-width: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4d80ff;
	border-bottom-color: #3333b3;
	background-color: #e8efff;
	line-height: 130%;
}

.sel3 {
	border-right-width: none;
	border-left-width: none;
	border-top-width: 1px;
	border-bottom-width: none;
	border-top-style: solid;
	border-top-color: #4d80ff;
	background-color: #ffffff;
	line-height: 130%;
}

.sel4 {
	border-right-width: none;
	border-left-width: none;
	border-top-width: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d80ff;
	background-color: #ffffff;
	line-height: 130%;
}

td.agray { BACKGROUND-COLOR: #eaeaea;}
td.white { BACKGROUND-COLOR: #ffffff;}
td.gray { BACKGROUND-COLOR: #dddddd;}
td.bgray { BACKGROUND-COLOR: #bfbfbf;}
td.ygreen { BACKGROUND-COLOR: #efffcf;}
td.blue { BACKGROUND-COLOR: #e8efff;}
td.purple { BACKGROUND-COLOR: #e6e6ff;}
td.pink { BACKGROUND-COLOR: #ffeff8;}
td.orange { BACKGROUND-COLOR: #ffcc4d;}



a:link {color:#0033cc; ; text-decoration: underline;}
a:visited {color:#0033cc; ; text-decoration: underline;}
a:active {color:#ff0033;}
a:hover {color:#ff0033;}

a.red:link     {color:#cc0033; text-decoration: underline;}
a.red:visited  {color:#cc0033; text-decoration: underline;}
a.red:active   {color:#0000ff; }
a.red:hover    {color:#0000ff; }

a.gray:link     {color:#727272; text-decoration: underline;}
a.gray:visited  {color:#727272; text-decoration: underline;}
a.gray:active   {color:#ff5a00; }
a.gray:hover    {color:#ff5a00; }

a.aqua:link {color:#727272; TEXT-DECORATION: none}
a.aqua:visited {color:#727272; TEXT-DECORATION: none}
a.aqua:active {color:#6699CC}
a.aqua:hover {color:#6699CC; text-decoration: underline; }

a.blue:link {color:#0033ff; TEXT-DECORATION: none}
a.blue:visited {color:#0033ff; TEXT-DECORATION: none}
a.blue:active {color:#ff801a}
a.blue:hover {color:#ff801a; text-decoration: underline; }

td {  font-size: 10pt}
.pt8 {  font-size: 8pt}
.pt9 {  font-size: 9pt}
.pt10 {  font-size: 10pt}
.pt10_b {  font-size: 10pt; font:bold}
.pt10_green {  font-size: 10pt; color:#66cc4d;}
.pt10_bgreen {  font-size: 10pt; color:#1a8033; font:bold}
.pt10_aqua {  font-size: 10pt; color:#4d80ff}
.pt10_baqua {  font-size: 10pt; color:#3380ff; font:bold}
.pt10_blue {  font-size: 10pt; color:#3333b3}
.pt10_bblue {  font-size: 10pt; color:#3333b3; font:bold}
.pt10_orange {  font-size: 10pt; color:#ff8033}
.pt10_borange {  font-size: 10pt; color:#ffb333; font:bold}
.pt10_red {  font-size: 10pt; color:#e6004d}
.pt10_bred {  font-size: 10pt; color:#e6004d; font:bold}
.pt10_gray {  font-size: 10pt; color:#666666;}
.pt11 {  font-size: 11pt}
.pt11_b {  font-size: 11pt; font:bold}
.pt11_blue {  font-size: 11pt; color:#3333b3;}
.pt11_bblue {  font-size: 11pt; color:#3333b3; font:bold}
.pt11_red {  font-size: 11pt; color:#e6004d}
.pt11_bwhi {  font-size: 11pt; color:#ffffff; font:bold}
.pt11_borange {  font-size: 11pt; color:#ff9900; font:bold}
.pt12 {  font-size: 12pt}
.pt12_whi {  font-size: 12pt; color:#ffffff}
.pt12_bwhi {  font-size: 12pt; color:#ffffff; font:bold}
.pt12_bblue {  font-size: 12pt; color:#3333b3; font:bold}
.pt14_bred {  font-size: 14pt; color:#e6004d; font:bold}
.px10 {  font-size: 10px}
.px10_red {  font-size: 10px; color:#e6004d}
.px10_gray {  font-size: 10px; color:#404040}
.px10_blue {  font-size: 10px; color:#331a99}
.px11 {  font-size: 11px}
.px11_orange {  font-size: 11px; color:#ff9900}
.px11_aqua {  font-size: 11px; color:#4d80ff}
.px11_red {  font-size: 11px; color:#e6004d}
.px11_agray {  font-size: 11px; color:#9b9b9b}
.px11_gray {  font-size: 11px; color:#404040}
.px11_green {  font-size: 11px; color:#80b34d}
.px11_blue {  font-size: 11px; color:#1a0099}
.px12 {  font-size: 12px}
.px12_orange {  font-size: 12px; color:#ff9900}
.px12_blue {  font-size: 12px; color:#1a0099}

.pagenavi {  font-size: 11px; color:#4d80ff}
.category {PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #0033ff;
	LINE-HEIGHT: 2;
	FONT-FAMILY: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}

