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

@charset "EUC-JP";

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

/* -------------------------------------
　　一般的に利用するスタイル
------------------------------------- */
/* 新規挿入開始 */
.list {
	list-style : square;
}

.bold {
	font-weight:	bold;
	font-size:	70%;
	color:	#666666;
}
/* 新規挿入終了 */

body {
	font-family: Verdana, Arial, sans-serif;
}

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: #fffff0;
}

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

.even{
	background: #ffffff;
}

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

.formh{
	width: 8em;
}

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

textarea {
	width: 100%;
}

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

.moduleRow {
	background-color: #E4F9FF;
}

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

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

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

.moduleRowSelected {
	background-color: #D7E9F7;
}

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

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

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

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

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

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

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

.productHontaiPrice {
	color: #000000;
}

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

.productRegularPrice {
	color: #ff0000;
	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{
	font-size: 90%;
	color: #8899bb;
}
/* 追加開始 */
.notice_s_red{
	font-size: 70%;
	font-weight: bold;
	color: #FF0000;
}
/* 追加修了 */
/* --- フォームの入力エラー --- */

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

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

.warning{
	color: #cc0033;
}

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

.error{
	color: #ff0000;
}

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

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

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

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

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

div#header td{
	font-size: 85%;
	color: #363636;
	padding: 0px;
}

div#header td.navigation {
	background: #EDECBA;
	color: #363636;
}

div#header a{
	color: #363636;
}

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

/* 新規追加 */
div#header table.headernavi {
}

div#header tr.headernavi {
	font-size: 65%;
}

div#header tr.headernavi a{
	color:#3333CC;
}

div#header tr.headernavi a:hover{
	color:#990033;
}

div#header tr.headernavi a:visited{
	color:#663399;
}

div#header td.headernavi {
	padding:0px 1px;
}
/* 新規追加終了 */

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

div#footer td{
	font-size: 85%;
	color: #363636;
	padding: 3px;
}

div#footer td.footer_info {
	background: #EDECBA;
	color: #363636;
/* 新規挿入開始 */
	font-size: 70%;
/* 新規挿入終了 */
}

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

div#footer a{
	color: #FFFFFF;
}

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

/* 新規挿入開始 */
div#footer td.fotter-copyright {
	font-size: 60%;
	color: #363636;
	text-align: center;
}
/* 新規挿入終了 */
/* -------------------------------------
　　レイアウトテーブル
------------------------------------- */

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

td#contentsleft{
/* 新規挿入開始 */
	border-right:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
/* 新規挿入終了 */
	width: 1%;
}

td#contentsright{
	background: #ffffff;
/* 新規挿入開始 */
	border-right:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
/* 新規挿入終了 */
	width: 1%;
}

td#contentsmain{
	background: #ffffff;
	padding: 15px 11px 11px 15px;
	width: 98%;
}

/* 新規挿入開始 */
/* 商品詳細ページ、その他写真表示用テーブル */
div#contentsmain table.subpicture{
	padding:	0px;
	margin:		0px;
}

div#contentsmain table.subpicture tr{
}

div#contentsmain table.subpicture td{
	padding:	0px;
	margin:		0px;
}
/* 新規挿入終了 */

/* 新規挿入開始 */
td#contentsmain-top{
	background: #ffffff;
	padding: 0px;
	width: 98%;
}
/* 新規挿入終了 */

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

div#contentsleft{
	font-size: 80%;
	color: #363636;		/* 文字色 */
	line-height: 130%;
}

div#contentsleft dl{
	margin-bottom: 1em;
	height: 100%;
	padding-bottom: 20px;

}

div#contentsleft dt{
/* 新規挿入開始 */
	border-top: 1px solid #dddddd;
	height: 100%;
/* 新規挿入終了 */
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

/* 新規挿入開始 */
div#contentsleft dt.just {
	margin: 0em;
	padding: 0em;
}

div#contentsleft dt.login {
	height: 100%;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

div#contentsleft dt.welcome {
	height: 100%;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("images/welcome_bg.gif");
	background-repeat: repeat;
	color:#ffffff;
	padding-left: 5px;
}
/* 新規挿入終了 */

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

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

div#contentsleft dd.icon {
}

/* 新規挿入開始 */
div#contentsleft h1.icon {
	font-size: 90%;
	font-weight: normal;
	margin:0px;
	display : inline;
}
/* 新規挿入終了 */

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

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

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

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

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

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

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

div#contentsright table.cart {
/* 新規挿入開始 */
	margin-top: 0em;
/* 新規挿入終了 */
}

div#contentsright table.cart th {
}

div#contentsright table.promo {
}

div#contentsright table.promo th {
}

/* 新規挿入開始 ベストセラー用 */
div#contentsright table.best {
	font-size: 115%;
}

TD.best_in{
	border-bottom: #99CC00 1px dashed;
}
/* 新規挿入終了 */
/* SEO追加開始 */
TD.best_in h2{
	font-family: sans-serif, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight:normal;
/*	color: #363636;	*/
	background-color	:transparent;
	display : inline;
	border:none;	
}
/* SEO追加終了 */

/* 新規挿入開始 トピックス用 */
div#contentsright table.topix {
/*商品レポート登録テスト*/
	margin-top: 0em;
	margin-bottom: 0em;
}

div#contentsright table.topix td {
	padding: 3px;
	background-color: #ffffff;
	font-size: 60%;
}

div#contentsright table.topix_in {
	margin: 3px;
	padding: 0px;
}

div#contentsright table.topix_in td {
	border-bottom: #DDDDDD 1px dotted;
}

.topix_photo {
	padding: 0px;
	margin:  0px;
	border:  #999999 1px solid;
	background-color: #FFFFFF;
}

.topix_title {
	padding: 1px, 0px;
	margin:  0px;
	font-weight:normal;
	font-size: 100%;
	background-color: #DDDDDD;
}
/* 新規挿入終了 */

div#contentsright table.info {
}

div#contentsright table.info th {
}

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

div#contentsright th {
	font-size: 80%;
	color: #363636;
	line-height: 130%;
	text-align: left;
	font-weight: bold;
}

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

/* 新規挿入開始 */
td#contentsmain-top {
	vertical-align: top;
}

td#contentsmain-top.toppage {
	padding: 0px;
	border:#555555 3px solid;
}

td#contentsmain-top table.toppage {
	padding: 0px;
	margin: 0px;
}

td#contentsmain-top table.toppage th {
	padding: 7px 0px 0px;
}

td#contentsmain-top table.toppage td {
	padding: 0px;
	font-size: 70%;
}

td#contentsmain-top table.topinfo td {
	padding: 0px, 7px;
	font-size: 70%;
	border-top:#dddddd 1px solid;
}

.topinfo-title {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 100%;
	color: #99cc00;
	padding-left: 0.3em;
	font-weight: bold;
	letter-spacing:	0.1em
}

/* 20060315 注文状況表示のため追加 */
td#contentsmain-top div.ods_info{
	height: 250px;
	overflow-y: scroll;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td#contentsmain-top table.ods_info {
	padding: 0px, 0px, 15px, 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
}

/*
td#contentsmain-top table.ods_info_hd {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	background-color:#eee8aa;
        border: 0px;
}
*/

td#contentsmain-top table.ods_info td {
	padding: 0px, 3px;
	border: 1px solid #999999;
}

/*
td#contentsmain-top table.ods_info_hd td {
	padding: 0px, 3px;
	margin: 0px;
	border: 1px solid #999999;
	text-align: center;
}
*/
/* ここまで 20060315 注文状況表示のため追加 */

/* 新規挿入終了 */

/* レシピ用開始 */
td#contents-recipes-top {
	vertical-align: top;
}

td#contents-recipes-top.recipes {
	padding: 0px;
}

td#contents-recipes-top table.recipes {
	border-collapse: collapse;
}

td#contents-recipes-top table.recipes th {
}

td#contents-recipes-top table.recipes td {
	background: #F9F6EF;
	font-size: 70%;
}

td#contents-recipes-top table.recipes_title td {
	margin-top:10px;
	padding-top:10px;
	padding-right:5px;
}
/* レシピ用終了 */

/* SEO対策 */
td#contentsmain-top table.toppage h2 {
	font-family: sans-serif, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight:normal;
	color: #363636;
	background-color	:transparent;
	display : inline;
	border:none;	
}

td#contentsmain-top table.topinfo td {
	padding: 0px, 7px;
	font-size: 70%;
	border-top:#dddddd 1px solid;
}
/* SEO対策 */

/* ヘルプ用開始 */
div#contentsmain table.help{
}

div#contentsmain table.help tr{
	border:1px solid;
}

div#contentsmain table.help td{
}

div#contentsmain table.helplist{
	margin	:1em 0em;
}

div#contentsmain table.helplist th{
	font-size	:85%;
	font-weight	:bold;
	padding	:0em 0.5em;
}

div#contentsmain table.helplist td{
	font-size	:70%;
	padding	:0em 2em;
}

div#contentsmain table.helpanswer{
	margin	:0.5em 0em;
}

div#contentsmain table.helpanswer th{
	font-size	:70%;
	font-weight	:bold;
	padding	:0.2em 0.5em;
	background-color: #DDDDDD;
}

div#contentsmain table.helpanswer td{
	font-size	:70%;
	padding	:0.2em 0.5em;
	vertical-align	:top;
}

div#contentsmain table.help h1{
	font-size: 120%;
	color: #363636;
	line-height: 150%;
	margin: 0.5em 2em 0.5em 0em;
	padding: 0em 1em;
	border-left: 1em solid #669900;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	background: #eeeeee;
}

div#contentsmain table.helpanswer .helptext{
	padding-right:14em;
}

.helpbox1 {
	margin:	10px 20px;
	padding:	0.5em 1em;
	border: 1px solid #669900;
	background-color:	#EEEEEE;
}

.helplist1 {
	list-style-type:	square;
	margin:	0.5em 1em 0.5em 2em;
}
/* ヘルプ用終了 */

div#contentsmain {
	font-size: 85%;
	color: #363636;
	margin-bottom: 0.5em;
/*テスト追加*/
	line-height:150%;
	font-size: 85%;
}

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

div#contentsmain h1{
	font-size: 160%;
	color: #363636;
	font-family:"ＭＳ ゴシック", sans-serif, Arial, Helvetica;
	line-height: 130%;
	margin-bottom: 1em;
	padding-left: 0.3em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, strength=20);
/*	margin-right: 100px;*/
	margin-right: 20px;
	border-bottom: thin solid #99cc00;
	border-bottom-style:groove;
}

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: #363636;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

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;
}

/* --- ボックス --- */

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.recipes{
}

div#contentsmain div.recipes h1{
	font-size: 160%;
	color: #363636;
	font-family:"ＭＳ ゴシック", sans-serif, Arial, Helvetica;
	line-height: 130%;
	margin-bottom: 1em;
	padding-left: 0.3em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, strength=20);
	margin-right: 100px;
	border-bottom: thin solid #BC807F;
	border-bottom-style:inset;
}
/*　レシピ用終了　*/

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

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 #edecba;
}

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

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

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

div#contentsmain div.formarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #edecba;
	background: #F7FFDD;
}

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

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

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

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

div#contentsmain div.navi p, div.header p, div.footer p{
	margin: 0;
	padding: 0;
}
/* 新規挿入開始 */
/*----  ポイント利用方法説明ページ  ----*/
div#contentsmain div.point {
	font-size : 0.8em;
	color : #363636;
	line-height : 2em;
	white-space : pre;
}

div#contentsmain div.point h3 {
	font-size : 1.3em;
}
/* 新規挿入終了 */

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

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

.infoBoxContents {
	background: #fffff0;
}

/* 新規挿入開始(ポイント履歴が折り返されて表示されることから、テーブルのレイアウトを調整する為。)*/
.infoBoxContentsMypoints {
	background: #fffff0;
	font-size: x-small;
}
/* 新規挿入終了 */

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

.infoBoxNoticeContents {
	background: #FFE6E6;
}

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

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

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

TD.productListing-heading {
	background: #edecba;
	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:#3333CC;
	text-decoration: none;
}

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

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

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

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

div#calendar table {
	border:1px #DDDDDD solid;
	border-collapse:collapse;
}

div#calendar td {
	border:1px #DDDDDD solid;
	padding:1px;
	text-align:center;
	font-size: 12px;
}

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;
}

/* -------------------------------------
　　TOPIX内で使用する。JUSTフィットなクラス
------------------------------------- */
div#contentsmain table.main.just{
	margin:	0px;
	padding:	0px;
}

div#contentsmain table.main.just tr{
	margin:	0px;
	padding:	0px;
}

div#contentsmain table.main.just td{
	margin:	0px;
	padding:	0px;
}
