@charset "EUC-JP";

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
    text-align: center;
	background-image: url("images/bkg.jpg");
	background-repeat: yes-repeat;
	background-attachment: scroll;
	background-position: top left;
}
body div {
	text-align: left;
	margin: 0 auto;
}
img{
	border: none;
}

strong{
	font-weight: bolder;
}

form{
	margin: 0;
	padding: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.clearboth{
	clear: both;
	display: none;
}

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

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

.odd{
	background: #efefef;
}

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

.even{
	background: #ffffff;
}

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

.formh{
	width: 8em;
}

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

textarea {
	width: 100%;
}

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

.moduleRow {
	background-color: #b5b5b6;
}

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

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

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

.moduleRowSelected {
	background-color: #717071;
}

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

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

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

.greetUser {
	color: #4c4948;
	font-weight: bold;
}

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

.productPrice {
	color: #000000;
	font-weight: bold;
}

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

.productHontaiPrice {
    font-size: 70%;
	color: #000000;
}

.redHontaiPrice {
    font-size: 70%;
	color: #d94473;
}


.oroshiHontaiPrice {
    font-size: 70%;
	color: red;
}



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

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

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

.productSpecialPrice {
	color: #d94473;
	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{
	font-size: 90%;
	color: #d94473;
}

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

.error_s{
	font-size: 90%;
	color: #d94473;
}

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

.warning{
	color: #cc0033;
}

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

.error{
	color: #ff0000;
}

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

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

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

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

/* -------------------------------------
　　ヘッダー用スタイル
------------------------------------- */
/* nagata 2007/12/07 修正 900 → 1080 */
div#header{
    width:900px;
}

div#header td{
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

div#header td.navigation {
	background: #898989;
	color: #000000;
	font-family: Osaka, Verdana, Arial, sans-serif;  /* フォトファミ */
	font-size: 11px;                                 /* フォトサイズ */
	background-image: url( images/row_bg.gif);
	line-height: 18px;
        width: 50%;
}

div#header a{
	color: #000000;
}

div#header a:hover{
	color: #F7AB26;
}

/* -------------------------------------
　　フッター用スタイル
------------------------------------- */
/* nagata 2007/12/07 修正 900 → 1080 */
div#footer{
    width:900px;
    clear:both;
}

div#footer td{
	font-size: 11px;
	color: #78797a;
	padding: 3px;
}

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

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

div#footer a{
	color: #FFFFFF;
}

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

/*
    ミドルエリア
*/
/* nagata 2007/12/07 修正 900 → 1200 */
div#middlearea{
    width:1200px;
}


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

/*#contentsleft,td#contentsright,td#contentsmain{
	vertical-align: top;
	padding-bottom: 0.5em;
}

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

#contentsright{
	background: #ffffff;
	width: 1%;
}

#contentsmain{
	background: #ffffff;
	padding: 15px;
	width: 98%;
}*/

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

div#contentsleft{
    float:left;
    width:253px;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	background-color:#C9CACA;
	padding:5px;

/*
	background-image: url("images/left_bg.gif");
	background-position: right;
	background-repeat: repeat-y;
*/

}

div#contentsleft dl{
	/*margin-bottom: 1em;*/
	margin: 0px;
	background-color:#BDBDBD;
}

div#contentsleft dt{
	/*
	margin-top: 1em;
	margin-left: 1px;
	padding-left: 5px;
	*/
	font-weight: bold;

}

div#contentsleft dd{
	margin: 0px;
/*
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
*/
}
div#contentsleft dt.center {
	text-align: center;
}
div#contentsleft dd.center {
	text-align: center;
	padding-bottom: 5px;
}

div#contentsleft dd.icon {
	/*border-bottom: 1px dashed #717071;*/
	padding-left:5px;
	padding-bottom:3px;
}

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

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

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

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

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

div#contentsright{
    margin-right:0px;
    padding-right:0px;
    float:right;
    width:150px;
	font-size: 80%;
	color: #000000;
	line-height: 130%;


}

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

div#contentsright table.cart {
	border: 1px solid #b5b5b6;
}

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

div#contentsright table.promo {
	border: 1px solid #898989;
}

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

div#contentsright table.info {
	border: 1px solid #4c4948;
}

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


div#contentsright td {
	font-size: 80%;
	color: #363636;
	line-height: 130%;
	padding: 3px;
	background: #efefef;
}

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

/* -------------------------------------
　　メインコンテンツ
------------------------------------- */
div#contentsmain {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	margin-bottom: 0.5em;
    float:left;
    width:600px;
	padding: 15px;
}

div#contentsmain .small{
	font-size: 80%;
	color: #000000;
	line-height: 180%;
}

div#contentsmain h1{
	font-size: 150%;
	color: #000000;
	line-height: 150%;
	margin-bottom: 1em;
	padding-left: 0.3em;
	/*margin-right: 100px;*/
	/*border-left: 0.5em solid #8B73A8;*/
	border-bottom: 5px solid #999999;
	font-weight: bold;
}

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

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

div#contentsmain th {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#contentsmain td {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

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

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

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

/* -------------------------------------
　　差込HTML用
------------------------------------- */
div#contentssub {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	margin-bottom: 0.5em;
    float:left;
    width:58%;
	padding: 15px;
}
/* --- ボックス --- */

div#contentsmain div{
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

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

div#contentsmain div.main{
}

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

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

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

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

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

div#contentsmain div.header{
	margin-top: 0em;
	margin-bottom: 0.5em;
}

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

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

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

div#contentsmain div.infobox {
	margin-top: 3px;
	border: 1px solid #4c4948;
	background: #efefef;
}

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

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

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

div#contentsmain div.formarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #4c4948;
	background: #d3d3d4;
}

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

div#contentsmain div.infoboxnotice {
	margin-top: 3px;
	border: 1px solid #4c4948;
	background: #efefef;
}

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

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

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

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

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

.infoBoxContents {
	background: #efefef;
}

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

.infoBoxNoticeContents {
	background: #FFE6E6;
}

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

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

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

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

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

TD.tableHeading {
	font-weight: bold;
}

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

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:#F7AB26;
	text-decoration: underline;
}

a:active{
	color:#F7AB26;
	text-decoration: none;
}

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

div#calendar table {
  border:1px #DDDDDD solid;
  border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#calendar td {
  border:1px #DDDDDD solid;
  font-size:0.8em;
  padding:1px;
  text-align:center;
  background-color:#FFFFDD;
}

div#calendar td.calendarTitle {
	background-color:#FFFFDD;
}

div#calendar td.calendarSun,div#calendar td.calendarSat,div#calendar td.calendarWek{
	font-weight:bold;
}

div#calendar td.calendarSun {
	background-color:#FFCCCC;
	color:#FF0000;
}

div#calendar td.calendarSat {
	background-color:#CCFFFF;
	color:#0000FF;
}

div#calendar td.calendarWek {
	background-color:#EEEEEE;
}

div#calendar td.calendarBHol {
	background-color:#FFCCCC;
	color:#FF0000;
}

div#calendar td.calendarBWek {
	background-color:#FFFFFF;
}

/* -------------------------------------
　　ボックスの文字と行間
------------------------------------- */

.boxtd {
	font-size: 65%;
	line-height: 100%;
}
