/*
  $Id: stylesheet.css,v 1.3 2005/02/01 16:04:15 hiroyuki Exp $
*/


/* ID はページで一度だけ使う、レイアウト的な要素に対して使う
   class は繰り返し使うようなものに対して使う */

/* -------------------------------------
　　一般的に利用するスタイル

------------------------------------- */
body{
  font-size :            12px;
  font-family :          "Osaka","Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}  

h1 {
	font-size:2mm;
	color:#000000;
}

td, th {
  font-size :            12px;
  font-family :          "Osaka","Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}


p {
	margin :               0;
}

img{
	border: none;
}

strong{
	font-weight: bolder;
}

form{
	margin: 0;
	padding: 0;
}

.f2 {
font-size:12px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.clearboth{
	display: none;
}

.boxText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;
  line-height: 120%;
  color: #333333;
}


A.boxText:active {
  color: #993333;
  text-decoration: none;                          /* フォントカラー */
}

A.boxText:visited {
  color: #993333;
  text-decoration: none;                          /* フォントカラー */
}

A.boxText:link {
color: #993333;
text-decoration: none;                          /* フォントカラー */
}

A.boxText:hover {
color: #993333;
text-decoration: underline;                          /* フォントカラー */

}

/* ---------------------------
FORM：フォーム

--------------------------- */
FORM {
  display: inline;                                 /* インラインボックス */
}
/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 50px;                                 /* フォントサイズ */
  color: #ff0000;                                  /* フォントカラー */
  line-height: 18px;
}
/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation {
  color: #333333;
  font-size: 50px;                                 
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
  color: #333333;                                  /* フォントカラー */
  text-decoration: underline;
}
/* ---------------------------
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;                              /* 横位置 */
}

/* -------------------------------------
　　パーツのスタイル

------------------------------------- */

/* --- 一覧表示の奇数行用 --- */

.odd{
	background: #FFFFFF;
}

/* --- 一覧表示の偶数行用 --- */

.even{
	background: #ffffff;
}

/* --- 入力フォームのタイトル幅揃え用 --- */

.formh{
	font-size:12px;
}

/* --- 入力フォームのTEXTAREA --- */

textarea {
	width: 100%;
}

/* --- レジチェックボックス・マウスオフ --- */

.moduleRow { 
	background-color: #ffffff;
}

/* --- レジチェックボックス・マウスオーバー --- */

.moduleRowOver {
	background-color: #ffffff;
	cursor: hand;
}

/* --- レジチェックボックス選択行 --- */

.moduleRowSelected {
	background-color: #D7E9F7;
}

/* --- 「ご注文の最終確認」ページ「変更」文字 --- */

.orderEdit {
	color: #993333;
	text-decoration: underline;
}

/* --- メッセージ（こんにちは、○○さん〜） --- */

.greetUser {
	color: #0000a0;
	font-weight: bold;
}

/* --- 商品価格 --- */

.productPrice {
	color: #660000;
	font-size:14px;
}

/* --- 本体価格 --- */

.productHontaiPrice {
	color: #660000;
}

/* --- 通常価格 --- */

.productRegularPrice {
	color: #660000;
	font-weight: bold;
}

/* --- 特価商品価格 --- */

.productSpecialPrice {
	color: #ff0000;
	font-weight: bold;
}

/* -------------------------------------
　　エラー表示・情報表示のスタイル

------------------------------------- */

div.messageBox {
	margin-bottom: 0.5em;
}

div.messageBox p{
	padding: 2px;
}

div.messageBox p.messageStackError, p.messageStackWarning{
	background-color: #FFE6E6;
}

div.messageBox p.messageStackSuccess{
	background-color: #99ff00;
}

/* --- 一番上で表示されるエラー --- */

#errorBox{
	background: #ffb3b5;
	font-weight: bold;
}

#headerError{
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
}

#headerInfo{
	background: #00ff00;
	font-weight: bold;
	color: #ffffff;
}

/* --- フォームの入力案内 --- */

.notice_s{
	color: #ff9900;
	font-size: 12px;
}

/* --- フォームの入力エラー --- */

.error_s{
	color: #ff0000;
}

/* --- 注意・警告 --- */

.warning{
	color: #cc0033;
}

/* --- エラー --- */

.error{
	color: #ff0000;
}

/* --- 注意・警告（強調） --- */

.warning_bold{
	color: #ff9900;
	font-weight: bold;
}

/* --- エラー（強調） --- */

.error_bold{
	color: #ff0000;
	font-weight: bold;
}

/* -------------------------------------
　　ヘッダー用スタイル

------------------------------------- */

div#header td{
	font-size: 10px;
	color: #363636;
}

div#header td.navigation {
	font-size: 10px;
	background: #ccd4e4;
	color: #000000;
}

div#header a{
	font-size: 10px;
	color: #000000;
}

div#header a:hover{
	font-size: 10px;
	color: #FFFFFF;
}

/* -------------------------------------
　　フッター用スタイル

------------------------------------- */

div#footer td{
	color: #363636;
	padding: 3px;
}

div#footer td.footer_info {
	background: #ccd4e4;
	color: #000000;
}

div#footer td.footer {
	background: #3E5E89;
	color: #ffffff;
	text-align: center;
}

div#footer a{
	color: #FFFFFF;
}

div#footer a:hover{
	color: #AABBDD;
}

/* -------------------------------------
　　レイアウトテーブル

------------------------------------- */

td#contentsleft,td#contentsright,td#contentsmain{
	vertical-align: top;
}

td#contentsleft{
	background-image: url("images/left_bg.gif");
	background-position: right;
	background-repeat: repeat-y;
	width: 0;
}

td#contentsright{
	background: #ffffff;
	width: 0;
}

td#contentsmain{
	background-color: #FFFFFF;
	background-image: url("images/common/bg_img.gif");
	width: 400;
}

/* -------------------------------------
　　左側ナビ
------------------------------------- */

div#contentsleft{
	color: #363636;
	line-height: 130%;
	padding-left: 1px;
	padding-right: 3px;
}

div#contentsleft dl{
	margin-bottom: 1em;
	height: 100%;
}

div#contentsleft dt{
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 1px;
	padding-bottom: 2px;
	font-weight: bold;
}

div#contentsleft dd{
	margin-left: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
}

div#contentsleft dd.center {
	text-align: center;
	padding-bottom: 5px;
}

div#contentsleft dd.icon {
	border-bottom: 1px dashed #cfcfdf;
}

div#contentsleft dd.icon a:link{
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsleft dd.icon a:visited{
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsleft dd.icon a:active{
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsleft dd.icon a:hover{
	border-left: .5em solid #AA0000;
}

/* -------------------------------------
　　右側ナビ
------------------------------------- */

div#contentsright{
	color: #363636;
	line-height: 130%;
}

div#contentsright table {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

div#contentsright table.cart {
	border: 2px solid #339933;
}

div#contentsright table.cart th {
	background: #339933;
}

div#contentsright table.promo {
	border: 2px solid #e82f3d;
}

div#contentsright table.promo th {
	background: #e82f3d;
}

div#contentsright table.info {
	border: 2px solid #c39a62;
}

div#contentsright table.info th {
	background: #c39a62;
}


div#contentsright td {
	color: #363636;
	line-height: 130%;
	padding: 3px;
	background: #fffcf3;
}

div#contentsright th {
	color: #ffffff;
	line-height: 130%;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}

.bot {
	height: 100%;
}

/* -------------------------------------
　　メインコンテンツ
------------------------------------- */



div#contentsmain {
	background-color: #FFFFFF;
	color: #363636;
	line-height: 130%;
	margin-bottom: 0em;
	width: 380px;
}

div#contentsmain .small{
	color: #363636;
	line-height: 130%;
}

div#contentsmain h1{
	font-size: 150%;
	background-color: #FFFFFF;
	color: #363636;
	line-height: 150%;
	margin-bottom: 0em;
	padding-left: 0.3em;
	margin-right: 100px;
	border-left: 0.5em solid #8B73A8;
	border-bottom: 0px solid #999999;
	font-weight: bold;
}

div#contentsmain h2{
	background-color: #FFFFFF;
	color: #363636;
	line-height: 150%;
	margin-top: 2em;
	margin-bottom: 0em;
	padding-left: 0.3em;
	border-left: 0.5em solid #AA0000;
	border-bottom: 0px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	background: #eeeeee;
}

div#contentsmain h3{
	background-color: #FFFFFF;
	color: #363636;
	line-height: 150%;
	margin-top: 2em;
	margin-bottom: 0em;
	padding-left: 0.3em;
	border-left: .5em solid #eeeeee;
	border-bottom: 0px solid #999999;
	border-right: 1px solid #999999;
	background: #eeeeee;
	font-weight: bold;
}

div#contentsmain th {
	color: #363636;
	line-height: 130%;
	font-weight: bold;
	text-align: left;

}

div#contentsmain td {
	color: #363636;
	line-height: 130%;

}

div#contentsmain .icon a:link{
	line-height: 150%;
	border-bottom: 1px dashed #cfcfdf;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:visited{
	line-height: 150%;
	border-bottom: 1px dashed #cfcfdf;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:active{
	line-height: 150%;
	border-bottom: 1px dashed #cfcfdf;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #DDDDDD;
}

div#contentsmain .icon a:hover{
	line-height: 150%;
	border-left: .5em solid #AA0000;
}

.date {
  font-size :            12px;
  font-family:Georgia, Sans-Serif;
  color :            #666699;
  }
  
/* --- ボックス --- */

div#contentsmain div{

}

/* --- ボックス（通常用） --- */

div#contentsmain div.main{
font-size: 12px;
text-align:left;
margin: 0px 0px 0px 0px;

}

/* --- ボックス（レビュー用） --- */

div#contentsmain div.reviews{
	clear: none;
}

/* --- ボックス（画面下のボタン用） --- */

div#contentsmain div.navi{
	margin-bottom: 2.0em;
	color:#ff9900;
}

/* --- ボックス（一覧表示の上部用） --- */

div#contentsmain div.header{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
 	width: 370px;
}

/* --- ボックス（一覧表示の下部用） --- */

div#contentsmain div.footer{
	padding-top: 0.5em;
	border-top: 1px solid #cccccc;
}

/* --- ボックス（情報ボックス用） --- */

div#contentsmain div.infobox {
	border: 1px solid #cccccc;
	background: #e5e5e5;
	font-size: 12px;
}

/* --- ボックス（情報ボックスに縦線を入れる用） --- */

div#contentsmain div.infoboxsp {
	border-right: 1px solid #cccccc;
}

/* --- ボックス（情報ボックス内、子ボックス用） --- */

div#contentsmain div.formarea {
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 352px;
}

/* --- ボックス（案内ボックス用） --- */

div#contentsmain div.infoboxnotice {
	margin-top: 3px;
	border: 1px solid #cccccc;
	background: #e5e5e5;
}

/* --- ボックス（商品ページ・商品ボックス用） --- */

div#contentsmain div.plainbox{
	padding: 0.5em;
	border: 1px solid #ccd4e4;
}

div#contentsmain div.navi p, div.header p, div.footer p{
	margin: 0;
	padding: 0;
	color:#ff9900;
}

/* -------------------------------------
　　<table>用スタイル

------------------------------------- */

/* --- 情報ボックス（コンテンツ） --- */

.infoBoxContents {
	background: #e5e5e5;
	font-size: 14px;
}

/* --- 案内情報ボックス（コンテンツ） --- */

.infoBoxNoticeContents {
	background: #e5e5e5;
}

/* --- TR：商品一覧（タイトル） --- */

TR.productListing-heading {
	background: #ccd4e4;
}

/* --- TD：商品一覧（タイトル） --- */

TD.productListing-heading {
	background: #ccd4e4;
	color: #333333;
	font-weight: bold;
	font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}

/* --- TD：アドレス帳、レビュー一覧等の項目名 --- */

TD.tableHeading {
	font-weight: bold;
	font-size:12px;
}

/* -------------------------------------
　　リンク装飾設定

------------------------------------- */

a:link, a:visited, a:active, a:hover {
	font-size: inherit;
}

a:link{
	color:#000000;
	text-decoration: none;
}

a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#000000;
	text-decoration: underline;
}

a:active{
	color:#000000;
	text-decoration: underline;
}


a.red:link{
	color:#993333;
	text-decoration: none;
}

a.red:visited{
	color:#993333;
	text-decoration: none;
}

a.red:hover{
	color:#993333;
	text-decoration: underline;
}

a.red:active{
	color:#993333;
	text-decoration: underline;
}


/* -------------------------------------
　　カレンダー
------------------------------------- */

TABLE.calendar {
  border-collapse:collapse;
  font-family:Georgia, Sans-Serif;
}

TD.calendarTitle {
  border:1px #FFFFFF solid;
  font-size:12px;
  padding:0;
  text-align:left;
  background-color:#FFFFFF;
  color:#000000;
  font-family:Georgia, Sans-Serif;
}

TD.calendarSun {
  border:1px #FFFFFF solid;
  font-size:10px;
  padding:5px;
  text-align:center;
  background-color:#990000;
  color:#FFFFFF;
  font-family:Georgia, Sans-Serif;
}

TD.calendarSat {
  border:1px #FFFFFF solid;
  font-size:10px;
  padding:5px;
  text-align:center;
  background-color:#990000;
  color:#FFFFFF;
  font-family:Georgia, Sans-Serif;
}

TD.calendarWek {
  border:1px #FFFFFF solid;
  font-size:10px;
  padding:5px;
  text-align:center;
  background-color:#990000;
  color:#FFFFFF;
  font-family:Georgia, Sans-Serif;
}

TD.calendarBHol {
  border:1px #FFFFFF solid;
  font-size:10px;
  padding:5px;
  text-align:center;
  background-color:#999999;
  color:#FFFFFF;
  font-family:Georgia, Sans-Serif;
}

TD.calendarBWek {
  border:1px #DDDDDD solid;
  font-size:10px;
  padding:5px;
  text-align:center;
  background-color:#000000;
  color:#FFFFFF;
  font-family:Georgia, Sans-Serif;
}


/* -------------------------------------
　　カテゴリー（アイテムインデックス）
------------------------------------- */

.menuBoxContentLink {
  text-align:right;
}

.clearboth {
	clear: both;
}


