/*
  $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: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
左右のボックス：エラー
--------------------------- */
.errorBox {
  font-family : Tahoma, Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  background: #ffb3b5;                             /* 背景色 */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
「カートには何が入っている?」ページで商品の在庫が無い時に表示するメッセージ
--------------------------- */
.stockWarning {
  font-family : Tahoma, Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 12px;                                /* フォントサイズ */
  color: #cc0033;                                  /* フォントカラー */
}
/* ---------------------------
調査中
--------------------------- */
.productsNotifications {
  background: #f2f2ff;                             /* 背景色 */
}
/* ---------------------------
「ご注文の最終確認」ページ「変更」文字
--------------------------- */
.orderEdit {
  font-family : Tahoma, Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 11px;                                /* フォントサイズ */
  color: #70d250;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
BODY：ボディ
--------------------------- */
BODY {
  background: #ffffff;                             /* 背景色 */
  color: #444444;                                  /* フォントカラー */
  margin-top: 4px;                                 /* マージン */
  margin-left: 4px;                                /* マージン */
  text-align : center;
}
/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #666666;                                  /* フォントカラー */
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #99B6D8;                                  /* フォントカラー */
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
  display: inline;                                 /* インラインボックス */
}
/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #bbc3d3;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}
/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #FFFFFF;                                  /* フォントカラー */
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TR：ヘッダー（エラー）
--------------------------- */
TR.headerError {
  background: #ff6666;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（エラー）
--------------------------- */
TD.headerError {
  font-family: Tahoma, Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #ff6666;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
  text-align : center;                             /* 横位置 */
}
/* ---------------------------
TR：ヘッダー（メッセージ）
--------------------------- */
TR.headerInfo {
  background: #00ff00;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: Tahoma, Osaka, 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: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：情報ボックス
--------------------------- */
.infoBox {
  background: #99B6D8;                             /* 背景色 */
}
/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
.infoBoxContents {
  background: #f2f2ff;                             /* 背景色 */
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* 背景色 */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNoticeContents {
  background: #FFE6E6;                             /* 背景色 */
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, 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: #F2F2FF;                             /* 背景色 */
}
/* ---------------------------
TR：商品一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #99B6D8;                             /* 背景色 */
}
/* ---------------------------
TD：商品一覧（タイトル）
--------------------------- */
TD.productListing-heading {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #99B6D8;                             /* 背景色 */
  color: #FFFFFF;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  font-variant: small-caps;                        /* 文字異体（全て大文字にする） */
}
TD.productListing-heading a {color : #FFFFFF;}
TD.productListing-heading a:hover {color : #444444;}
/* ---------------------------
TD：商品一覧（データ）
--------------------------- */
TD.productListing-data {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
A：ページリンク（通常）
--------------------------- */
A.pageResults {
	padding-left : 4px;
	padding-right : 4px;
  color: #FFFFFF;                                  /* フォントカラー */
  background-color : #99B6D8;
  border : solid 1px #FFFFFF;
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
A：ページリンク（カーソルが上に乗ったとき）
--------------------------- */
A.pageResults:hover {
	padding-left : 4px;
	padding-right : 4px;
  color: #99B6D8;                                  /* フォントカラー */
  background-color : #FFFFFF;
  border : solid 1px #99B6D8;
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
TD：ページヘッダ
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-family: Lucida Sans, Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 24px;                                 /* フォントサイズ */
  letter-spacing: .05em;
  line-height: 1.4em;
  font-weight: normal;                            /* フォント太さ */
  color: #666666;                                  /* フォントカラー */
}
/* ---------------------------
TR：サブバー（未使用）
--------------------------- */
TR.subBar {
  background: #f4f7fd;                             /* 背景色 */
}
/* ---------------------------
TD：サブバー（未使用）
--------------------------- */
TD.subBar {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
/* ---------------------------
TD：メイン
--------------------------- */
TD.main, P.main {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  line-height: 1.5;                                /* 行の高さ */
}
/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：アカウントカテゴリー
--------------------------- */
TD.accountCategory {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 13px;                                 /* フォントサイズ */
  color: #aabbdd;                                  /* フォントカラー */
}
/* ---------------------------
TD：フィールド（キー）
--------------------------- */
TD.fieldKey {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TD：フィールド（値）
--------------------------- */
TD.fieldValue {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：一覧表の項目名
--------------------------- */
TD.tableHeading {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：情報ボックス（新しくカートに入れた商品）
--------------------------- */
SPAN.newItemInCart {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #ff6666;                                  /* フォントカラー */
}
/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT：FORMの入力・選択項目
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TEXTAREA：FORMの入力項目
--------------------------- */
TEXTAREA {
  width: 100%;
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
SPAN：トップページのメッセージ（こんにちは、○○さん〜）
--------------------------- */
SPAN.greetUser {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #FFFFFF;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：フォームエリア（境界線）
--------------------------- */
TABLE.formArea {
  background: #f2f2ff;                             /* 背景色 */
  border-color: #99B6D8;                           /* 境界線の色 */
  border-style: solid;                             /* 境界線のスタイル */
  border-width: 1px;                               /* 境界線の幅 */
}
/* ---------------------------
TD：フォームエリア（タイトル）
--------------------------- */
TD.formAreaTitle {
  font-family: Tahoma, Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：マーク（在庫切れ）
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: Tahoma, Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #c76170;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：特価商品価格
--------------------------- */
SPAN.productSpecialPrice {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff6666;                                  /* フォントカラー */
}
/* ---------------------------
SPAN：エラー
--------------------------- */
SPAN.errorText {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff6666;                                  /* フォントカラー */
}
/* ---------------------------
レジチェックボックス・マウスオフ
--------------------------- */
.moduleRow { }
/* ---------------------------
レジチェックボックス・マウスオーバー
--------------------------- */
.moduleRowOver {
  background-color: #99B6D8;                       /* 背景色 */
  cursor: hand;                                    /* カーソル形状 */
}
/* ---------------------------
レジチェックボックス選択行
--------------------------- */
.moduleRowSelected {
  background-color: #99B6D8;                       /* 背景色 */
}
/* ---------------------------
チェックアウト手順
--------------------------- */
.checkoutBarFrom, .checkoutBarTo {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #8c8c8c;                                  /* フォントカラー */
}
/* ---------------------------
チェックアウト手順（現在の手順）
--------------------------- */
.checkoutBarCurrent {
  font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
/**************************************************
 **************************************************
 **************************************************
 *	kimoto begin
 **************************************************
 **************************************************
 **************************************************/
/* ---------------------------
トップタイトル
--------------------------- */
DIV.title {
	width : 655px;
	height : 152px;
	background-image : url(images/asist/title.jpg);
}
/* ---------------------------
トップタイトルユーザー名
--------------------------- */
DIV.greetingBox {
	padding-top : 18px;
	margin-right : 29px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : right;
	color : #FFFFFF;
}
DIV.greetingBox a {
	color : #FFFFFF;
}
DIV.greetingBox a:hover {
	color : #FFFFFF;
	font-size : 22px;
}
/* ---------------------------
ヘッダ
--------------------------- */
TABLE.headertbl {
	margin-top : 12px;
	margin-bottom : 4px;
}
/* ---------------------------
カテゴリーヘッダ
--------------------------- */
DIV.categoriesTitleBox {
	margin-bottom : 4px;
}
/* ---------------------------
カテゴリーボックス
--------------------------- */
DIV.categoriesBoxImg {
	width : 168px;	/* categories_outline.jpg width */
	height : 458px;	/* categories_outline.jpg height */
	background-image : url(images/asist/categories_outline.jpg);
}
/* ---------------------------
カテゴリーボックス
--------------------------- */
DIV.categoriesBox {
	padding-top : 16px;
	margin-bottom : 4px;
}
/* ---------------------------
カテゴリーライン
--------------------------- */
SPAN.categoriesLineImg {
	width : 127px;	/* categories_icon.jpg width */
	height : 16px;	/* categories_icon.jpg height */
	margin-left : 16px;
	margin-bottom : 4px;
	background-image : url(images/asist/categories_icon.jpg);
}
/* ---------------------------
カテゴリーライン
--------------------------- */
SPAN.categoriesLine {
	padding-left : 12px;
	padding-top : 1px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
}
/* ---------------------------
サーチボックス
--------------------------- */
DIV.searchBoxImg {
	width : 168px;	/* search_bg.jpg width */
	height : 84px;	/* search_bg.jpg height */
	background-image : url(images/asist/search_bg.jpg);
}
/* ---------------------------
サーチボックス
--------------------------- */
DIV.searchBox {
	padding-left : 20px;
	padding-top : 16px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
}
/* ---------------------------
ボディテキストレイアウト
--------------------------- */
TD.bodyTextLayout {
	padding-top : 8px;
	padding-left : 8px;
	padding-right : 8px;
}
/* ---------------------------
ショッピングカートボックス
--------------------------- */
DIV.shoppingCartBoxImg {
	width : 183px;	/* shoppingcatbox.jpg width */
	height : 47px;	/* shoppingcatbox.jpg height */
	background-image : url(images/asist/shoppingcartbox.jpg);
}
/* ---------------------------
ショッピングカートボックス
--------------------------- */
DIV.shoppingCartBox {
	padding-left : 56px;
	padding-top : 10px;
	line-height: 1.2em;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-align : left;
	color : #666666;
}
/* ---------------------------
インフォメーションボックス
--------------------------- */
DIV.informationBox {
	font-family : Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #444444;
}
/* ---------------------------
商品ボックス
--------------------------- */
DIV.productsBox {
}
/* ---------------------------
商品ボックス価格除外
--------------------------- */
DIV.productsItemExcPriceBox {
	height : 136px;
}
/* ---------------------------
「スペシャル」商品ボックス価格除外
--------------------------- */
DIV.productsSpecialItemExcPriceBox {
	height : 136px;
}
/* ---------------------------
商品ボックスボタン除外
--------------------------- */
DIV.productsItemExcBtnBox {
	height : 154px;
	margin-bottom : 4px;
	border-bottom : dotted 1px #99B6D8;
}
/* ---------------------------
「スペシャル」商品ボックスボタン除外
--------------------------- */
DIV.productsSpecialItemExcBtnBox {
	height : 169px;
	margin-bottom : 4px;
	border-bottom : dotted 1px #99B6D8;
}
/* ---------------------------
商品アイテム
--------------------------- */
DIV.productsItemBox {
	width : 150px;
	height : 180px;
	margin : 2px;
	border-left : solid 1px #99B6D8;
	border-top : solid 1px #99B6D8;
	border-right : solid 1px #99B6D8;
	border-bottom : solid 1px #99B6D8;
	float : left;
}
/* ---------------------------
「スペシャル」商品アイテム
--------------------------- */
DIV.productsSpecialItemBox {
	width : 150px;
	height : 195px;
	margin : 2px;
	border-left : solid 1px #99B6D8;
	border-top : solid 1px #99B6D8;
	border-right : solid 1px #99B6D8;
	border-bottom : solid 1px #99B6D8;
	float : left;
}
/* ---------------------------
商品アイテム画像
--------------------------- */
DIV.productsItemPicture {
	margin-left : 4px;
	margin-top : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
	padding-bottom : 4px;
	border-bottom : dotted 1px #99B6D8;
	text-align : center;
}
/* ---------------------------
商品アイテム名
----------------*/
DIV.productsItemName {
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	color : #444444;
}
/* ---------------------------
商品アイテム価格
--------------------------- */
DIV.productsItemPrice {
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	color : #99B6D8;
}
/* ---------------------------
「スペシャル」商品アイテム価格
--------------------------- */
DIV.productsSpecialItemPrice {
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	color : #FF9999;
}
/* ---------------------------
商品アイテムボタン(左)
--------------------------- */
DIV.productsItemBtnLeft {
	float : left;
}
/* ---------------------------
商品アイテムボタン(右)
--------------------------- */
DIV.productsItemBtnRight {
	float : right;
}
/* ---------------------------
商品アイテムボタン(右)
--------------------------- */
DIV.banner185x47Box {
	width : 185px;
	height : 47px;
}
/* ---------------------------
カートテーブル（TD）
--------------------------- */
TD.cartTbl {
	padding : 8px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #444444;
	background-color : #F2F2FF;
	border-right : solid 1px #99B6D8;
	border-bottom : solid 1px #99B6D8;
}
/* ---------------------------
コンタクトボックス
--------------------------- */
DIV.contactUsAddressBox {
	padding : 8px;
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size: 11px;
	color : #444444;
	background-color : #F2F2FF;
	border : dotted 1px #99B6D8;
}
/* ---------------------------
コンタクト（会社名）
--------------------------- */
DIV.contactUsCompanyNames {
	margin-bottom : 8px;
	border-bottom : solid 1px #99B6D8;
}
/* ---------------------------
コンタクトセパレート
--------------------------- */
DIV.contactSeparateLine {
	padding-bottom : 32px;
	margin-bottom : 24px;
	border-bottom : solid 1px #99B6D8;
}
/* ---------------------------
フッターボックス
--------------------------- */
DIV.footerBox {
	width : 842px;
	margin-top : 12px;
	padding-bottom : 2px;
	border-top : solid 1px #99B6D8;
	border-bottom : solid 1px #99B6D8;
}
/* ---------------------------
ページ切り替えカラム
--------------------------- */
TD.DisplayNumColum {
	padding-right : 10px;
	padding-bottom : 2px;
}
/* ---------------------------
ページ切り替えテキスト
--------------------------- */
TD.DisplayNumText {
	width : 462px;	/*	150x3+2x2x3	*/
	font-family: Tahoma, Osaka, Verdana, Arial, sans-serif;
	font-size: 11px;
	color : #99B6D8;
}
/* ---------------------------
ページリンク無し
--------------------------- */
SPAN.pageResults {
	padding-left : 4px;
	padding-right : 4px;
	font-weight : bold;
  color: #99B6D8;
  background-color : #FFFFFF;
  border : solid 1px #99B6D8;
}
/* ---------------------------
商品ページイメージボックス
--------------------------- */
DIV.productInfoImageBox {
	float : left;
}
/**************************************************
 **************************************************
 **************************************************
 *	kimoto end
 **************************************************
 **************************************************
 **************************************************/

