/*
  $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;                      /* テキストの装飾 */
}
/* ---------------------------
BODY：ボディ
--------------------------- */
BODY {
  background: #FFFFFF url(images/body_bg.gif) center repeat-y;                             /* 背景色 */
  color: #333333;                                  /* フォントカラー */
  margin: 0px;                                     /* マージン */
  text-align : center;
  font-size:12px;
}
/* ---------------------------
h1：見出し
--------------------------- */
H1 {
  color: #333333;   
  font-size: 12px;
  font-weight: normal;                                 /* フォントサイズ */
  text-align : left;
  margin: 2px;                                     /* マージン */
}
/* ---------------------------
/*A：リンク（通常）
/*A { 
/*  color: #000099;                                  /* フォントカラー */
/*  text-decoration: none;                           /* テキストの装飾 */
/*}

/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:link {
  color: #2020DF;
  text-decoration: none;
}
A:visited {
  text-decoration: none;
}
A:hover { 
  color: #3155A2;                                  /*  フォントカラー */
  text-decoration: underline;                      /*  テキストの装飾 */
  background-color: #E2F5EC;
}
/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
  display: inline;                                 /* インラインボックス */
}
/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #FF99FF;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #FF9900;                             /* 背景色  通常FF9900 クリスマスE30000*/
  font-weight : bold;                              /* フォント太さ */
}
/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
}
/* ---------------------------
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: #00ff00;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #00ff00;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  text-align: center;                              /* 横位置 */
}
/* ---------------------------
TR：フッター
--------------------------- */
TR.footer {
  background: #99CC33;                             /* 背景色 */
}
/* ---------------------------
TD：フッター
--------------------------- */
TD.footer {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #99CC33;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：情報ボックス　枠の色
--------------------------- */
.infoBox {
  background: #FEE3C0;                             /* 背景色 */
}
/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
.infoBoxContents {
  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: 11px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #FEAC5A;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TD：投稿ボックス（タイトル）
--------------------------- */
TD.topicBoxHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #006600;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
TD.topicbox_head {
  padding: 5px 0 10px 3px;
  border-top: 1px solid #C6D6AD;
  border-left: 1px solid #C6D6AD;
  border-right: 1px solid #C6D6AD;
  background: url(images/list_header_bg.gif) 2px 2px no-repeat;
}
/* ---------------------------
TABLE：投稿ボックス　枠の色
--------------------------- */
TABLE.topicBox {
  border-left: 1px solid #C6D6AD;
  border-right: 1px solid #C6D6AD;
  border-bottom: 1px solid #C6D6AD;
  /* background: #C6D6AD;                             背景色 */
}
TABLE.side_topicBox {
  background: #C6D6AD;                             /* 枠の色 */
}
/* ---------------------------
TABLE：投稿ボックス（コンテンツ）
--------------------------- */
.topicBoxContents {
  background: #ffffff;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}

/* ---------------------------
TD：ランキングボックス（タイトル）
--------------------------- */
TD.rankingBoxHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #BF0000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TABLE：ランキングボックス　枠の色
--------------------------- */
.rankingBox {
  background: #C6D6AD;                             /* 背景色 */
}
/* ---------------------------
TABLE：ランキングボックス（コンテンツ）
--------------------------- */
.rankingBoxContents {
  background: #fff;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}





/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, 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 {
  line-height: 1.6;
  background: #EBF5EB;                             /* 背景色 */
}
/* ---------------------------
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 {
  line-height: 1.6;
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：商品一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #C1E3C5;                             /* 背景色 */
}
/* ---------------------------
TD：商品一覧（タイトル）
--------------------------- */
TD.productListing-heading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  height: 32px;
  background: #fff url(images/productListing-heading_bg.gif) repeat-x;                             /* 背景色 */
  color: #000000;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  font-variant: small-caps;                        /* 文字異体（全て大文字にする） */
}
TD.productListing-heading A:LINK, TD.productListing-heading A:VISITED {
	color: #27563F;
}
/* ---------------------------
TD：商品一覧（データ）
--------------------------- */
TD.productListing-data {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
A：ページリンク（通常）
--------------------------- */
A.pageResults { 
  color: #0000FF;                                  /* フォントカラー */
}
/* ---------------------------
A：ページリンク（カーソルが上に乗ったとき）
--------------------------- */
A.pageResults:hover { 
  color: #0000FF;                                  /* フォントカラー */
  background: #D9F2E6;                             /* FFFF33背景色 */
}
/* ---------------------------
TD：ページヘッダ
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 18px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  color: #333333;                                  /* フォントカラー */
}
/* ---------------------------
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: 12px;                                 /* フォントサイズ */
  line-height: 1.5;                                /* 行の高さ */
}
DIV.main_space {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px 10px;
}

/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
TH.smallText {
  font-size: 10px;
  color: 555555;
}
TD.smallText10 {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
}
/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.exsmallText, SPAN.exsmallText, P.exsmallText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
}
/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.cate_smallText, SPAN.cate_smallText, P.cate_smallText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #000099;                                  /* フォントカラー */
}
/* ---------------------------
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 {
  color: #555555;
  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: #F7FDFA;                             /* 背景色 */
  border-color: #7b9ebd;                           /* 境界線の色 */
  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;                                  /* フォントカラー */
}
/* ---------------------------
H2：強調文字
--------------------------- */
H2 {
  background: url("images/shop_title_bg.gif") no-repeat;
  background-position:center;                             /* 背景色 */
  color: #000000;                                  /* フォントカラー */
  margin: 0px;                                     /* マージン */
  text-align : center;
  padding-top: 20px;
}
/* ---------------------------
店舗説明
--------------------------- */
.products_info, .products_info P, .products_info A:LINK, .products_info A:VISITED, .products_info A:HOVER,{
  font-size: 14px;
  line-height: 1.4;
}
.products_info P, .products_info UL, .products_info LI
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.products_info TBODY TR TD {
  font-size: 14px;
  line-height: 1.4;
}
.products_info h1 {
	font-size:20px;
	font-weight:bold;
	text-align: left;
	color :#333333;
	margin:10px 0 8px;
}
.products_info h2 {
	font-size:18px;
	font-weight:bold;
	border: 1px solid #cccccc; 
	text-align: left;
	color :#333333;
	margin:10px 0 8px;
	padding:8px 10px 6px;
}
.products_info h3 {
	height:30px;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	color :#333333;
	margin:8px 0 5px;
	padding:7px 5px 2px 7px;
	background-color: #FAFAFA;
	border-left:12px #999999 solid;
	border-bottom:2px #999999 solid;
}
.products_info h4 {
	font-size:15px;
	font-weight:bold;
	border-bottom:3px #cccccc solid;
	text-align: left;
	color :#333333;
	margin:6px 0 4px;
	padding:0 3px;
}
.products_info h5 {
	font-size:15px;
	font-weight:bold;
	border-bottom:1px #666666 dotted;
	text-align: left;
	color :#333333;
	margin:6px 0 4px;
	padding:0 3px;
}

/*---------------------------
  product_info用
---------------------------*/

#products_info {
	color : #333333;
	line-height: 1.3;
}

#products_info H2 {
	color: #333333;
	text-align:left;
	border-left: 8px solid #555555;
	padding:3px 5px 1px 5px;
	margin:20px 0 15px;
	background: #f9f9f9;
}
#shop_right_content {
	float: right;
	width: 680px;
	padding: 0;
	margin: 0;
}
#shop_info {
	float: left;
	width: 310px;
	padding:0;
	background: #ffffff;
}
#shop_info_navigation {
	clear: both;
	width: 100%;
	height: 26px;
	background: url(images/products_navigation_bg.gif) left bottom repeat-x;
	margin-top: 10px;
}
.shop_info_description {
	padding: 10px 0 20px 10px;
}
#shop_info_line {
	clear: left;
}
#shop_info_line .label {
	float: left;
	width: 30px;
	font-weight: bold;
	text-align: right;
	padding: 2px 6px 1px;
	margin: 2px 0;
	border-right: 1px solid #999999;
}
* html #shop_info_line .label {
	width: 42px;
}
#shop_info_line .description {
	color: #333333;
	padding: 4px 2px 1px;
	margin: 2px 0;
	margin-left: 45px;
	background: #fefefe;
}
#shop_information {
	float: right;
	width: 680px;
	padding: 0;
	margin: 0;
}
#shop_information ul {
	list-style: none;
	height:25px;
	padding: 0;
	margin: 0;
	background: url(images/shop_information_head_bg.gif) repeat-x;
}
#shop_information ul li {
	float: left;
}
#shop_information_space {
	padding: 2px;
	border-width: 0 1px 1px 1px;
	border-color: #cccccc;
	border-style: solid;
}
#map {
	background: #efefef;
}
#cate {
	clear: both;
	padding: 0 10px;
}
.reviewspace_wrapper {
	float:left;
	width:860px;
}
#review_list {
	padding: 5px;
	margin: 5px;
}
.review_right_banner {
	float: right;
	width: 130px;
	border-left: 1px solid #cccccc;
	text-align: right;
	margin-top: 20px;
}
.review_list_header {
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
*>.review_list_header {
	height: 60px;
}
.review_list_header IMG {
	float:left;
}
#review_info {
	padding: 20px 10px;
}
#review_info_title {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
	background: #FAFAC9;
}
#comment_list {
	color: #555555;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-left: 10px;
	border-bottom: 1px solid #cccccc;
}
#comment_info {
	margin-left: 10px;
}
.comment_head {
	clear: right;
	padding: 3px;
	margin-top: 10px;
	border-bottom: 1px dotted #cccccc;;
}
.comment_text {
	padding: 5px 10px;
	background: #ffffff;
}
.comment_date {
	float: right;
	padding-right: 10px;
	margin-top: -18px;
}

#container ul { list-style: none; margin: 0; padding: 0 0 0 4px;}
#container ul li { float: left; margin: 0 0 0 3px; min-width: 84px; /* be nice to Opera */}
#cat_container ul { list-style: none; margin: 0; padding: 0 0 0 1px;}
#cat_container ul li {float: left; margin: 0 0 0 2px; min-width: 40px; /* be nice to Opera */;}

/* お出かけリスト用
---------------------------*/

#box_odekake_list {
	border: 0px solid #CCCCCC;
	font-size: small;
	text-align: center;
	padding: 0;
	width: 100%;
}
#box_odekake_listing {
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #B5D6E8;
}
#box_odekake_listing IMG {
	padding-left: 10px;
}
#box_odekake_list h2 {
	font-size: 13px;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
	border: 0;
	background: none;
}
#box_odekake_list ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
#box_odekake_list li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px;
	font-size:12px;
	margin: 0;
}
#box_odekake_button {
	font-size: 11px;
	padding: 23px 8px 3px;
	text-align:center;
	background: url(images/button_shoplist_bg.gif) center 8px no-repeat;
}
#purchased {
	text-align: left;
	padding: 10px;
	border: 1px solid #B5D6E8;
}

#purchased_list {
	font-size: 12px;
	line-height: 1.3;
	padding-top: 8px;
}


/*---------------------------
  customer_info用
---------------------------*/

#customer_pr {
	height: 1%;
	padding: 0;
	background: url(images/customer_pr_bg.gif) repeat-y;
	margin-bottom: 20px;
}
#customer_pr h3 {
	padding: 26px 30px 5px;
	margin: 0 0 10px;
	background: #fff url(images/customer_pr_head_bg.gif) no-repeat;
}
.customer_pr_info {
	float:left;
	font-size: 12px;
	line-height: 1.4;
	width: 550px;
	margin: 0 0 0 16px;
}
.customer_image {
	float: right;
	width: 160px;
	background: #fff;
	margin-right: 20px
}
.customer_topic_head {
	width: 550px;
	margin: 0;
	padding:8px 0 3px 12px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff url(images/list_header_bg.gif) 2px 2px no-repeat;
}
.customer_topic {
	width: 550px;
	font-size: 12px;
	padding: 5px 10px 10px 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.customer_pr_foot {
	clear: both;
	height: 26px;
	background: #fff url(images/customer_pr_foot_bg.gif) bottom no-repeat;
}
.customer_review_header {
	clear: both;
	width: 100%;
	height: 26px;
	margin: 0;
	padding:2px 0 3px 0;
	border-top: 0px solid #C6D6AD;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff url(images/list_header_bg.gif) repeat-x;
}
#customer_info_review_shopname {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 0px 160px 3px 2px;
}
#customer_info_review_title {
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
	background: #FCFCD8;
}

/* ---------------------------
外部ＵＲＬ
--------------------------- */
TD.public_relation {
	font-size:12px;
	border:1px solid #FFCC34;
	padding: 0 5px 5px;
	background-color: #FFFFFF;
}
TD.public_relation ul {
	padding: 0;
	margin: 0;
}
TD.public_relation ul li {
	font-size:12px;
	line-height: 1.4;
	list-style: none;
	padding: 10px 0 10px 12px;
	margin: 0;
	background: #FFFFFF url(images/pr_list_marker.gif) left 14px no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}
TD.public_relation ul li a:link, TD.public_relation ul li a:visited, {
	color: #752100;
}


/*---------------------------
ベーススタイル
---------------------------*/

#header {
	width:1000px;
	height:auto;
	_height:1%;
	clear:both;
}
#header:after {display: block;clear: both;content: " ";}
#footer {
	text-align:center;
	width:1000px;
	height:1%;
	clear:both;
	padding-top: 15px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footer_nav {
	width: 100%;
	padding: 10px 0 5px;
	background-color: #eeeeee;
}
.head_text {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
.head_text h1 {
	font-size: 11px;
	color: #555555;
}
#logo {
	float:left;
	text-align: left;
	height: 68px;
	width:630px;
	background: #fff url(images/092_1_bg.jpg) no-repeat;
}
#logo A {background:none;}
#header_usermenu {
	padding: 0;
	margin: 38px 10px 0 0;
}
#header_usermenu li {
	float: right;
	padding: 0 5px;
}
#search {
	float:right;
	padding:25px 15px 8px 15px;
	text-align: right;
	width:320px;

	background :url(images/search_header_bg.gif) 18px right no-repeat;
}
*>#search { /* hide from IE 6 */
    height: auto;
	/* background :url(images/search_bg.gif) right top no-repeat; */
}
* html #search {width:350px;}
#searchmap {clear: both;}

#wrapper {
	clear: both;
	width: 1000px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
#contentWrapper {
	float: left;
	width: 725px;
	padding: 0;
	margin: 5px 0 0 0;
}

#primary {
	float: right;
	width: 550px;
	margin: 0;
}
#primary h1 {
	font-size: 117%;
	height: 42px;
	color: #666666;
	font-weight: bold;
	background: #fff url(images/breadcrumb_bg.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 13px 5px 5px 50px;
	border-left-color: #009933;
}
#primary h1 A:LINK, #primary h1 A:VISITED {
	text-decoration: none;
}
#primary h1 A:HOVER {
	text-decoration: underline;
}
#left_navigation {
	float: left;
	width: 160px;
	margin-left: 2px;
}
#right_navigation {
	float: right;
	width: 260px;
	margin-top:5px;
	margin-right: 2px;
}

/* ---------------------------
ランキングやリストなど
--------------------------- */

#product_list {
	padding: 0;
	margin-bottom: 10px;
}
#product_list h2 {
	font-size: 110%;
	text-align:left;
	color: #333333;
	margin: 0 0 0 0;
	padding: 5px;
}

#category {
	width: 550px;
	margin-top:3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	text-align:left;
}
.category_list_header {
	clear: both;
	width: 100%;
	height: 26px;
	margin: 0 0 5px;
	padding: 8px 0 3px 0;
	border-bottom: 1px solid #A0C78D;
	background: url(images/list_header_bg.gif) left 2px no-repeat;
}
.shop_list_header {
	clear: both;
	width: 100%;
	height: 36px;
	padding-top: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #A0C78D; */
	background: url(images/shoplist_header_bg.gif) repeat-x;
}
.shop_list_header SPAN.title {
	float: left;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	width: 350px;
	padding-top: 2px;
	padding-left: 12px;
}
.shop_list_header SPAN.select {
	margin: 0;
	padding: 0 10px;
}
.category_list1 {
	clear: left;
	height: 1%;
	padding: 2px 0;
	border-bottom: 1px dotted #cccccc;
}
*>.category_list1 {height: auto; min-height: 14px;}
.category_list2 {
	clear: left;
	height: 1%;
	padding: 2px 0;
	border-bottom: 1px dotted #cccccc;
	background-color: #EEF4DF;
}
*>.category_list2 {height: auto; min-height: 14px;}
#category h2 {
	float: left;
	width: 93px;
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}
.categories_list {
	font-size: 12px;
	line-height: 1.3;
	width: 440px;
	margin-left: 100px;
}
.smallBox {
	padding: 6px 3px;
	line-height: 1.3;
}

#order_history {
	font-size: 12px;
	line-height: 1.4;
	border: 0px solid #B5D6E8;
	padding: 10px 5px;
}
#order_history h2 {
	font-size: 14px;
	text-align: left;
	padding: 3px 5px 1px;
	margin: 10px 0 3px;
	border-top: 1px solid #cccccc;
	background-color: #F7F7D5;
}
#order_history h2 A:LINK, #order_history h2 A:VISITED {
	vertical-align: bottom;
	color: #1E475E;
}
.order_history_list1 {
}
.order_history_products_list1 {

}
.order_history_products_list2 {

}
.order_history_products_list {
	padding: 5px 10px 10px;
	border-bottom: 1px solid #eeeeee;
}

/* お出かけリスト編集出力
--------------------------- */
.o_list_description {
	color: #555555;
	line-height: 1.7;
	height: 102px;
	padding: 21px 10px 10px 158px;
	margin-bottom: 10px;
	background: url(images/o_list_description_bg.gif) no-repeat;
}
#o_list_left {
	float: left;
	width: 500px;
	padding: 5px 15px 5px 5px;
}
*>#o_list_left {
	width: 480px;
}
#o_list_left TD {
	font-size: 12px;
}
#list_reload {
	padding: 10px 5px 20px;
	border-top: 1px dotted #cccccc;
}
.list_reload_btn {
	padding: 6px 5px 2px 5px;
	vertical-align: top;
}
.list_reload_text {
	font-size: 11px;
	color: #555555;
}
#list_nextpage {
	clear: both;
	width: 100%;
	padding: 10px 5px 15px;
}
.list_continue_btn {
	text-align: center;
}

#o_list_right {
	float: right;
	width: 500px;
}
#o_list_right .list_memo {
	float: left;
	width: 250px;
	padding: 5px;
	margin-left: 5px;
	background-color: #efefef;
	border: 1px solid #cccccc;
}
*>#o_list_right .list_memo {
	width: 240px;
}

#o_list_right .write_memo {
	text-align: left;
	border: 1px solid #cccccc;
	padding: 8px;
	background-color: #fff;
}
#o_list_right .memo_button {
	float: right;
	width: 210px;
}

#shop_history_list {
	line-height: 1.4;
	padding: 0;
	margin: 60px 5px 0;
	background-color: #fff;
	border-bottom: 1px dotted #D5D5D5;
}

#map_container { line-height: 1.5;}
#map_container ul { list-style: none; margin: 0; padding: 0 0 0 1px;}
#map_container ul li {float: left; margin: 0 0 0 2px; min-width: 32px; /* be nice to Opera */;}

#map_container h3 {
	font-size: 15px;
	color: #333333;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 6px;
}
#map_container h3.hot {
	clear: both;
	height: 33px;
	padding-top: 3px;
	padding-left: 30px;
	background: url(images/hot_icon.gif) no-repeat;
}
#map_container .container_content {
	clear: both;
}
.map_rail h3 {
	font-size: 15px;
	color: #333333;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 6px;
	background: url(images/line_marker.gif) bottom repeat-x;
}
.map_rail {
	clear: left;
}
.map_rail ul {
	padding: 0;
	margin: 0;
}
.map_rail ul li {
	float:left;
	width: 255px;
	list-style: none;
	padding-right:10px;
}


/* ---------------------------
編集
--------------------------- */
#review_edit_info {
	font-size: 12px;
	line-height: 1.4;
	padding: 5px 20px;
}

#review_edit_info H2 {
	color: #333333;
	text-align:left;
	border-left: 8px solid #555555;
	padding:3px 5px 1px 5px;
	margin:20px 0 15px;
	background: #f9f9f9;
}
#review_edit_info .formLabel {
	background-color: #efefef;
	padding: 2px;
	font-weight: bold;
}
#review_edit_info input, #review_edit_info textarea, #review_edit_info select {
	padding: 2px 5px;
	margin: 0 10px;
}
#review_edit_info .buttons {
	text-align: center;
}


/* ---------------------------
ログイン
--------------------------- */

#login_navigation h2 {
	color: #333333;
	font-size: 16px;
	padding: 10px 10px 3px 10px;
	margin: 50px 0 30px;
}
#login_navigation h3 {
	color: #333333;
	font-size: 14px;
	text-align: left;
	padding: 10px 10px 3px 0;
	margin: 10px 0;
	border-bottom: 1px solid #cccccc;
}
#new_customer {
	float: left;
	width: 430px;
	padding: 10px 30px 20px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	background: #f9f9f9;
}
* hmtl #new_customer {width:490px;}
#return_customer {
	float: right;
	width: 430px;
	padding: 10px 30px 20px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
* hmtl #return_customer {width:490px;}
.new_customer_main, .return_customer_main {
	line-height: 1.4;
	height: 126px;
}
#return_customer TD {
	color: #555555;
	font-size: 12px;
}
#login_navigation .button {
	text-align: center;
}

#box_login_left {
	text-align:left;
	width: 160px;
	border: 1px solid #B5D6E8;
	font-size: small;
	padding: 0;
	background-color: #F1FAFA;
	margin-bottom: 10px;
}
#box_login_left h2 {
	background-color: #E3EEE1;
	padding: 7px;
	color: #000000;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
#box_login_left ul {
	list-style-type: none;
	margin: 2px;
	padding: 1px;
	background-color: #fff;
}
#box_login_left li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px;
	font-size:12px;
	margin: 0;
}
#box_login_left .box_left_header {
	padding: 0;
	margin: 10px 0 5px;
	border-top: 1px solid #B5D6E8;
}
#box_login_left .box_left_button {
	background-color: #fff;
	font-size: 11px;
	padding: 5px 8px 3px;
	margin: 0 2px;
	text-align:right;
}

#box_odekake_left_list {
	text-align:left;
	width: 160px;
	border: 1px solid #B5D6E8;
	font-size: small;
	padding: 5px 0 0;
	background-color: #F1FAFA;
}
#box_odekake_left_list h2 {
	background-color: #E3EEE1;
	padding: 7px;
	color: #000000;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
#box_odekake_left_list ul {
	list-style-type: none;
	margin: 2px;
	padding: 1px;
	background-color: #fff;
}
#box_odekake_left_list li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px;
	font-size:12px;
	margin: 0;
}
#box_odekake_left_button {
	background-color: #fff;
	font-size: 11px;
	padding: 2px 8px;
	margin: 2px;
	text-align:right;
	border: 1px solid #C5DFED;
}
#box_login_list {
	padding: 0;
}
#box_login_list ul {
	list-style-type: none;
	margin: 2px;
	padding: 1px;
	background-color: #fff;
}
#box_login_list li {
	border-bottom: 0px dotted #CCCCCC;
	padding: 3px 3px 3px 12px;
	font-size:12px;
	margin: 0;
	background: url(images/box_list_marker.gif) 2px center no-repeat;
}


/* ナビゲーション
---------------------------------------------*/

#globalNav {
	list-style: none;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 998px;
	background: #E8E8E8 url(images/global_nav_bg1.gif) left top repeat-x;
	border: 1px solid #CCCCCC;
	margin: 7px 0 7px 0;
	padding: 0;
	clear: both;
}
* html #globalNav {
	width: 1000px;
}
#globalNav li {
	float: left;
	width: 68px;
	border-right: 1px solid #CCCCCC;
}
* html #globalNav li {
	width: 70px;
}
#globalNav li a {
	display: block;
	width: 70px;
	line-height: 1.8em;
	color: #555555;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #555555;
	background: #50B622 url(images/global_nav_a_bg.gif) 0 -100px repeat-x;
}
.banner {
	padding-bottom: 10px;
}

/* ---------------------------
プリント
--------------------------- */
TABLE#odekake_print {
	width: 1000px;
	border: 0px solid #cccccc;
}
#shop_list {
	padding: 0;
	margin: 0 15px 5px 20px;
	background-color: #fff;
	border-bottom: 1px dotted #D5D5D5;
}
#shop_description {
	margin-bottom: 10px;
}
#shop_description .name {
	font-size: 14px;
	padding: 2px 3px 1px;
	margin-bottom: 8px;
	background-color: #f6f6f6;
}
#shop_list_right {
	padding: 0 10px 5px 10px;
}
.shop_list_title {
	padding: 3px 5px 2px;
	margin: 0;
	background-color: #f9f9f9;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#shop_list_right h4 {
	font-size: 14px;
	padding: 3px 5px 2px;
	margin: 5px 0 5px 0;
	border-bottom: 1px dotted #cccccc;
}
#shop_list_right #weather {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 5x 10px 10px;
	margin-top:0;
	margin-bottom: 10px;
}
#shop_list_right #memo {
	padding: 5px;
	border: 1px solid #cccccc;
}
#shop_list_map {
	width: 100%;
	padding: 0 0 10px 0;
	border: 1px solid #cccccc;
}
#shop_list_map h5 {
	text-align: left;
	padding: 3px 12px 2px;
	margin: 0 0 10px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #cccccc;
}
.shop_list_comment {
	color:#555555;
	font-size:12px;
	padding:5px 5px 0px;
	line-height: 1.4;
}

#header-ama {
	width:100%;
	height:1%;
	clear:both;
	background: #fff;
}
#logo-ama {
	float:left;
	text-align: left;
	height: 68px;
	width:630px;
	background: #fff url(images/092_1_bg.jpg) no-repeat;
}
#logo-ama A {background:none;}

#globalNav-ama {
	list-style: none;
	width: 98%;
	margin: 10px;
	padding: 0;
	border-left: 1px solid #CCC;
}
#globalNav-ama li {
	float: left;
	border-right: 1px solid #CCCCCC;
	background:url(amaimage/global_nav-ama_a_bg.gif) left top repeat-x;
}
#globalNav-ama li a {
	display: block;
	padding: 0px 20px 0px 20px;
	white-space:nowrap;
	line-height: 26px;
	color: #555555;
	text-decoration: none;
	text-align: center;
}
#globalNav-ama li a:hover {
	color: #555555;
	background:url(amaimage/global_nav-ama_on_bg.gif) left top repeat-x;
}
#globalNav-ama:after {display: block;clear: both;content: " ";}

#amarank-menu {
	list-style: none;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #fff url(images/global_nav-ama_a_bg.gif) left top repeat-x;
	margin: 7px 0 7px 0;
	padding: 0;
	clear: both;
}
*>#amarank-menu {
	width: 100%;
}
#amarank-menu li {
	float: left;
	width: 70px;
	border-right: 1px solid #CCCCCC;
}
*>#amarank-menu li {
	height:23px;
	width: 68px;
}
#amarank-menu li a {
	display: block;
	width: 70px;
	line-height: 1.8em;
	color: #555555;
	text-decoration: none;
	text-align: center;
	background: #fff url(images/global_nav-ama_a_bg.gif) 0 0 repeat-x;
}
#amarank-menu li a:hover {
	color: #555555;
	background: #fff url(images/global_nav-ama_a_bg.gif) 0 -100px repeat-x;
}
#amapage {clear:both;width: 99%;margin:0 auto;text-align:left;background:#fff;}
#amapage h1 {color:#fff;font-size:15px;padding:7px 5px 5px 5px;margin:0;background-color:#000;font-weight:bold;	border-top: 1px solid #CC0000;border-bottom: 1px solid #CC0000;}
#amapage h1 A {color:#fff;}
#amapage h1 A:HOVER {text-decoration:underline;background:none;}
#amarank {float:left;width:240px;height:1080px;margin:10px 6px 0 0;}
#amarank h3 {color:#fff;font-size:15px;padding:5px 5px 3px 5px;margin:0;background-color:#000;}
#amarank ul {list-style:none;padding:0;margin:0;border:1px solid #cccccc;}
#amarank ul li {clear:left;font-size:12px;line-height:1.3;padding: 3px 2px 1px;margin:2px 8px;border-top:1px solid #eeeeee;}
#amarank ul li A {text-decoration:none;}
#amarank ul li A:HOVER {text-decoration:underline;}
#amarank ul li.amamedal {padding:5px 2px 4px;margin:0 3px;border-top:none;}
#amarank ul li .amastar {color:#666666;font-weight:bold;padding-left:5px;}
#amarank ul li .number1 {float:left;text-indent:-9999pt;width:33px;height:23px;background:url(images/amarank-1.gif) 0 0 no-repeat;}
#amarank ul li .number2 {float:left;text-indent:-9999pt;width:33px;height:23px;background:url(images/amarank-2.gif) 0 0 no-repeat;}
#amarank ul li .number3 {float:left;text-indent:-9999pt;width:33px;height:23px;background:url(images/amarank-3.gif) 0 0 no-repeat;}

#amaimagerank {clear:both;width:100%;margin: 10px 0 20px;}
* html #amaimagerank {height:1%;}
#amaimagerank:after {display: block;clear: both;content: " ";}
#amaimagerank h3 {color:#fff;font-size:15px;padding:5px 5px 3px 5px;margin:0;background-color:#000;}
#amaimagerank h3 A {color:#fff;font-size:13px;}
#amaimagerank h3 A:HOVER {background:none;text-decoration:underline;}
#amalist {padding:5px 3px;margin:0;margin-bottom:20px;border:1px solid #cccccc;}
* html #amalist {height:1%;}
#amalist:after {display: block;clear: both;content: " ";}
#amalist ul {list-style:none;padding:0;margin:0 0 20px;}
#amalist ul li {float:left;font-size:12px;width:94px;height:320px;line-height:1;padding: 1px 3px 1px;margin:2px 1px 5px;border-bottom:1px dashed #cdcdcd;}
* html #amalist ul li {width:101px;height:322px;}
#amalist ul li .amarankbody {height:254px;}
#amalist ul li .amaimage {overflow:hidden;width:94px;text-align:center;padding-top:3px;height:120px;}
#amalist ul li .amaimage IMG {border:none;max-width:90px;}
#amalist ul li.rank1 {background: url(amaimage/amaimagerank1.gif) 90% 90% no-repeat;}
#amalist ul li.rank2 {background: url(amaimage/amaimagerank2.gif) 90% 90% no-repeat;}
#amalist ul li.rank3 {background: url(amaimage/amaimagerank3.gif) 90% 90% no-repeat;}
#amalist ul li A {color:#333333;}
#amalist ul li A:HOVER {text-decoration:none;background:none;}
#amalist ul li A IMG {border:none;}
#amalist ul li A h4 {color:#2020DF;font-size:12px;font-weight:normal;line-height:1.2;height:55px;padding:3px 0 0 0;margin:0;text-decoration:none;}
#amalist ul li A:HOVER h4 {text-decoration:underline;background-color: #FFFADF;}
#amalist ul li .amastarimage {color:#333333;padding-top:20px;margin-top:5px;background:url(amaimage/amarecommendbg.gif) no-repeat;}
#amalist ul li .kakaku1 {color:#333333;}
#amalist ul li .kakaku2 {color:#555555;padding-top:3px;}
#amalist ul li .kakaku2nebiki {color:#cc0000;font-weight:bold;padding-top:3px;}
#amalist ul li.osusume {background:#FFF4C4 url(amaimage/amaranklist_bottom.gif) bottom repeat-x;}
#amalist ul li.osusume2 {background:#FEF0AE url(amaimage/amaranklist_bottom.gif) bottom repeat-x;}
#amalist ul li.osusume3 {background:#FCDB9E url(amaimage/amaranklist_bottom.gif) bottom repeat-x;}
#amalist ul li.osusume A:HOVER h4 {background:#FFFADF;}
#amalist ul li.osusume2 A:HOVER h4 {background:#FFFADF;}
#amalist ul li.osusume3 A:HOVER h4 {background:#FFFADF;}
#amalist ul li .amarankhead {height:27px;line-height:24px;}
#amalist ul li .amarankhead IMG {margin-left:2px;vertical-align:middle;}
#amalist .amarank-iconexp {clear:both;}
#amalist .amarank-iconexp IMG {vertical-align:middle;}
#amalist .amarank-iconexp-left {float:left;font-size:11px;color: #555555;line-height:1.4; margin: 20px 10px 10px;}
#amalist .amarank-iconexp-right {float:right;font-size:11px;color: #555555;line-height:1.4; margin: 20px 10px 10px 20px;}

#footer_sitelist {display:none;text-align:center;padding:10px;}

@media print {
	#globalNav {
		display: none;
	}
	#search {
		display: none;
	}
	#wrapper {
		width: 100%;
	}
	#footer {
		width: 100%
	}
	TABLE#odekake_print {
		width: 100%;
	}
	#header {
		display: none;
	}
	.shop_list_comment {
		display: none;
	}
	#shop_list_map {
	width: 100%;
	}
}
