/* CSS Document */


/********************************************************************/
/* 大外 */
#container {
	width: 860px;
	font-size: 12px;
}

/********************************************************************/
/* ヘッダー */
#header {
	height: 108px;
	background-image: url(image/head.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* ヘッダー下ライン */
#bline {
	width: 860px;
	margin: 0px;
	padding: 0px;
}

/********************************************************************/
/* キャッチコピー */
#copy {
	width: auto;
	height: 34px;
	background-image: url(image/copy_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
    color: #663300;
}

/* リンク色 */
#copy A:link {
    font-size: 10px;
    color: #DEDEBE;
}

#copy A:active {
    font-size: 10px;
    color: #DEDEBE;
}

#copy A:visited {
	font-size: 10px;
    color: #DEDEBE;
}

#copy A:hover {
	font-size: 10px;
	color: #F8F1E7;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
width: 194px;
height: 92px;
background-image: url(image/logo.gif);
background-repeat:no-repeat;
float:left;
}

.shoplogo img {
visibility: hidden;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: 360px;
	margin: 0px;
	padding: 30px 0px 0px 20px;
	float: left;
	font-weight: bold;
}

/********************************************************************/
/* サブナビゲーション */
.subnavi {
	width: 478px;
	height: 52px;
	background-image: url(image/head_txtbg.gif);
	background-repeat: no-repeat;
	background-position:8px 35px;
	padding: 50px 10px 0px 30px;*/
	margin: 0px;
	font-size: 12px;
	float: right;
	color: #333333;
}

/* リンク色 */
.subnavi A:link {
	font-size: 11px;
}

.subnavi A:active {
	font-size: 11px;
	
}

.subnavi A:visited {
	font-size: 11px;
	
}

.subnavi A:hover {
	font-size: 11px;
	color:#FF6600;
}

/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(image/subicon01.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	font-size:13px;
	padding-right:8px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(image/subicon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
	font-size:13px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(image/left_list02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(image/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 180px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* 中央用枠160 */
.center_box {
	width: 450px;
	margin: 0px 0px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: auto;
	height: 30px;
	background-image: url(image/left_menu_t.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 18px 0px 10px 5px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FBE8B0;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	/*background-image: url(image/text_bg.jpg);*/
	background-color:#FBE8B0;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #482400;
	/*font-weight: bold;*/
}

.category_list A:link {
    font-weight: normal;
	color: #993300;
}

.category_list A:active {
    font-weight: normal;
	color: #993300;
}

.category_list A:visited {
    font-weight: normal;
	color: #993300;
}

.category_list A:hover {
    font-weight: normal;
	color:#FF6600;
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #482400;
	font-weight: bold;
}

.mcategory A:active {
	color: #482400;
	font-weight: bold;
}

.mcategory A:visited {
	color: #482400;
	font-weight: bold;
}

.mcategory A:hover {
	color:#FF6600;
	font-weight: bold;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 30px;
	background-image: url(image/left_menu_t2.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 18px 0px 10px 5px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FBE8B0;
	
}

/* 内容 */
.pickup_category_list {
	width: auto;
	/*background-image: url(image/text_bg.jpg);*/
	background-color:#FBE8B0;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #482400;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #482400;
}

.pickup_category_list A:link {
    font-weight: bold;
}

.pickup_category_list A:active {
    font-weight: bold;
}

.pickup_category_list A:visited {
    font-weight: bold;
}

.pickup_category_list A:hover {
    font-weight: bold;
	color:#FF3300;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.navi A:link {
    color:#333333;
	font-weight: bold;
}

.navi A:active {
    color:#999999;
	font-weight: bold;
}

.navi A:visited {
    color:#999999;
	font-weight: bold;
}

.navi A:hover {
    color:#999999;
	font-weight: bold;
}

/* ショップ通信 */
.shop {
	width: auto;
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 20px;
	background-image: url(image/left_li03.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	color:#333333;
}

/* 店長日記 */
.diary {
	width: auto;
	height: 28px;
	margin: 0px 0px 1px;
	padding: 12px 0px 0px 20px;
	background-image: url(image/menu_bg02.gif);
}

/* リンク集 */
.link {
	width: auto;
	margin: 3px 0px 10px 1px;
	padding: 8px 0px 0px 20px;
	background-image: url(image/left_li03.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	color:#333333;
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 28px;
	margin: 0px 0px 1px;
	padding: 12px 0px 0px 20px;
	background-image: url(image/menu_bg02.gif);
}

/* フリー */
.free_menu {
	width: auto;
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 20px;
	background-image: url(image/left_li03.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	color:#333333;
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 28px;
	margin: 0px 0px 1px;
	padding: 12px 0px 0px 20px;
	background-image: url(image/menu_bg02.gif);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 28px;
	margin: 0px 0px 1px;
	padding: 12px 0px 0px 20px;
	background-image: url(image/menu_bg02.gif);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 28px;
	margin: 0px 0px 1px;
	padding: 12px 0px 0px 20px;
	background-image: url(image/menu_bg02.gif);
}

/* オークションリンク文字サイズ */
.yahoo A:link {
	font-size: 10px;
}

.yahoo A:active {
	font-size: 10px;
}

.yahoo A:visited {
	font-size: 10px;
}

.yahoo A:hover {
	font-size: 10px;
}

.rakuten A:link {
	font-size: 10px;
}

.rakuten A:active {
	font-size: 10px;
}

.rakuten A:visited {
	font-size: 10px;
}

.rakuten A:hover {
	font-size: 10px;
}

.bidders A:link {
	font-size: 10px;
}

.bidders A:active {
	font-size: 10px;
}

.bidders A:visited {
	font-size: 10px;
}

.bidders A:hover {
	font-size: 10px;
}

/********************************************************************/
/* ショッピングカート */

/* カートタイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.shopc_title {
	width: auto;
	height: 30px;
	background-image: url(image/left_login_t.jpg);
	margin: 0px;
	padding: 3px 0px 0px 25px;
	color:#FFFFFF;
	font-weight:bold;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 0px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 30px;
	padding-top: 7px;
	background-image: url(image/cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	background-color: #DACFB3;
	border-bottom: 1px solid #E8DDC1;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	background-image:url(image/log_bg.gif);
}

/* レジに行く */
.shopc_go {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 450px;
	height: 202px;
	margin: 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
    width: 180px;
	padding:10px;
	margin: 0px;
	background-color:#FFFFFF;
}

/* 中央td */
#centertd {
    width: 450px;
	padding: 10px 15px 10px 5px;
	/padding: 10px 5px 10px 5px;
	margin: 0px;
	background-color:#FFFFFF;
}

/* 右td */
#righttd {
    width: 180px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color:#FFFFFF;
}

/* 内部ページtd */
#pagetd {
	background-color:#FFFFFF;
	width:550px;
}

#pagetd table{
    width:auto;
}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px auto;
	padding: 0px;
}

.photo_line_140 {
	width: 140px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line_250 {
	width: 250px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

.photo_line {
	width: auto;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	padding: 0px;
}

/* リンク用枠※買い物かご等の下ボタン枠 */
.link_bot_box {
/*width: auto;/
	background-color: #FFFFFF;
	/*border: 1px dashed #BFBF9F;*/
	padding: 5px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
	font-size: 12px;
}

/*　ボタン表示幅設定区切り線非表示 */
.link_bot_box .bot_b {
width: 130px;
margin-left: auto;
margin-right: auto;
}

/*※↓下記は非表示にしない場合に使用*/

/*　ボタン表示幅設定区切り線表示 */
.link_bot_box .bot_b {
width: 145px;
margin-left: auto;
margin-right: auto;
}

/* レジに進む */
.link_bot_box .bot_b .registerinput {
width: 90px;
height: 25px;
background-image: url(image/register.gif);
}

/* ログイン */
.point_box .bot_b .logininput {
width: 70px;
height: 25px;
background-image: url(image/login.gif);
}


/* 次へ */
.link_bot_box .bot_b .nextinput {
width: 50px;
height: 25px;
background-image: url(image/next.gif);
float: left;
}

/* 戻る */
.link_bot_box .bot_b .backinput {
width: 50px;
height: 25px;
background-image: url(image/back.gif);
float: left;
margin-right: 10px;
}

/* 法人で登録する場合はこちら */
.point_box .bot_b .membercoinput,
.td_color1 .bot_b .membercoinput {
width: 170px;
height: 25px;
background-image: url(image/memberco.gif);
float: left;
}

/* 個人で登録する場合はこちら */
.point_box .bot_b .memberinput,
.td_color1 .bot_b .memberinput {
width: 170px;
height: 25px;
background-image: url(image/member.gif);
float: left;
}

/* 複数のお届け先に送る */
.point_box3 .bot_b .senderinput,
.point_box3 .bot_b .shippinginput {
width: 160px;
height: 25px;
background-image: url(image/sender_n.gif);
} 

 /* 確認画面へ */
.link_bot_box .bot_b .checkinput {
width: 80px;
height: 25px;
background-image: url(image/check.gif);
}

/* 登録する */
.link_bot_box .bot_b .entryinput {
width: 70px;
height: 25px;
background-image: url(image/entry_b.gif);
float: left;
}

/* 変更する */
.link_bot_box .bot_b .changeinput {
width: 70px;
height: 25px;
background-image: url(image/change_b.gif);
float: left;
}

/* 送信する */
.link_bot_box .bot_b .sendinput {

width: 70px;
height: 25px;
background-image: url(image/send_b.gif);
float: left;
}

/* 削除する */
.point_box3 .bot_b .deleteinput,
.link_bot_box .bot_b .deleteinput {
width: 70px;
height: 25px;
background-image: url(image/delete_b.gif);
}

/* 反映する */
.td_color3 .bot_b .reflectinput {
width: 70px;
height: 25px;
background-image: url(image/reflect.gif);
}

/* 購入する */
.link_bot_box .bot_b .buyinput {
width: 70px;
height: 25px;
background-image: url(image/buy.gif);
float: left;
}

/* 決済する */
.link_bot_box .bot_b .paymentinput {
width: 70px;
height: 25px;
background-image: url(image/payment.gif);
float: left;
}

/* 変更 */
.td_color2 .bot_b .changeinput {
width: 40px;
height: 25px;
background-image: url(image/change.gif);
float: left;
margin-right: 10px;
}

/* 削除 */
.td_color2 .bot_b .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/delete_s.gif);
float: left;
}

/* 変更：テーブル内 */
.td_color2 .changeinput {
width: 40px;
height: 25px;
background-image: url(image/change.gif);
display: inline;
}

/* 削除：テーブル内 */
.td_color2 .deleteinput {
width: 40px;
height: 25px;
background-image: url(image/delete_s.gif);
}

/* 詳細 */
.td_color2 .bot_b .detailinput {
width: 50px;
height: 25px;
background-image: url(image/detail_s.gif);
}

/* トップへ戻る */
.link_bot_box .bot_b .backtopinput {
width: 90px;
height: 25px;
background-image: url(image/backtop.gif);
}

/* マイページトップへ戻る */
.link_bot_box .bot_b .backmypageinput {
width: 150px;
height: 25px;
background-image: url(image/backmypage.gif);
}

/* 購入履歴一覧へ戻る */
.link_bot_box .bot_b .backlistinput {
width: 130px;
height: 25px;
background-image: url(image/backlist.gif);
}

/*一覧へ戻る */
.link_bot_box .bot_b .backshippinglistinput {
width: 90px;
height: 25px;
background-image: url(image/backshippinglist.gif);
}

/* 画面を閉じる */
.link_bot_box .bot_b .wincloseinput {
width: 90px;
height: 25px;
background-image: url(image/winclose.gif);
}

/* はい */
.link_bot_box .deleteyinput {
width: 50px;
height: 25px;
background-image: url(image/deletey.gif);
float: left;
margin-right: 10px;
}

/* いいえ */
.link_bot_box .deleteninput {
width: 50px;
height: 25px;
background-image: url(image/deleten.gif);
float: left;
}




/* ボタン画像設定 */

/* 共通設定 */
.link_bot_box .bot_b input,
.point_box .bot_b input,
.point_box3 .bot_b input,
.td_color1 .bot_b input,
.td_color2 .bot_b .changeinput,
.td_color2 .bot_b .deleteinput,
.td_color2 .bot_b .detailinput,
.td_color2 .changeinput,
.td_color2 .deleteinput,
.td_color3 .bot_b .reflectinput {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
}


/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	/*width: auto;*/
	height: 61px;
	background-image: url(image/main_welcpm_t.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 0px;
	padding: 10px 5px 0px 80px;
	font-size:14px;
	font-weight:bold;
	color: #333333;
	display:none;
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	background-image: url(image/welcome_middle_bg.gif);
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/welcome_bottom_bg.gif);
	margin: 0px;
	padding: 0px;
}

/* 右大枠上　
※背景画像横160px、縦は設定、空白は高さ指定 */
#righttd .welcome_top {
	width: auto;
	height: 30px;
	background-image: url(image/welcome_top_s_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 5px 0px 5px;
}

/* 大枠中 */
#righttd .welcome_middle {
	width: auto;
	background-image: url(image/welcome_middle_s_bg.gif);
	margin: 0px;
	padding: 0px 8px;
}

/* 大枠下 */
#righttd .welcome_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/welcome_bottom_s_bg.gif);
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 5px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: auto;
	background-image:url(image/main_news_t.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0px;
	height:36px;
	padding: 0px 5px 0px 0px;
	text-indent: -9999px;
	/*font-weight: bold;
	color: #482400;
	font-size: 14px;*/
	
}

/* 大枠中 */
.whatnew_middle {
	width: auto;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.whatnew_middle ul {
list-style:none;
margin:0px;
padding:0px;
}

.whatnew_middle li {
    font-size: 11px;
	margin: 5px 0px;
	background-image: url(image/news_list_01.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
}

.whatnew_middle li A:link {
    color: #000000;
}

.whatnew_middle li A:active {
    color: #000000;
}

.whatnew_middle li A:visited {
    color: #000000;
}

.whatnew_middle li A:hover {
    color: #000000;
}

/* 大枠下 */
.whatnew_bottom {
	width: auto;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 40px;
	background-image: url(image/main_new_t.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 大枠中 */
.style1_middle {
	width: auto;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 5px 5px 8px;
}

.style1_middle td {
    width: auto;
}

/* 大枠下 */
.style1_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 0px;
}


.style1_table .style1_text{
width: 450px;
}


/* コピー */
.style1_copy {
	width: auto;
	margin: 0px;
	padding: 0px 0px 10px 8px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 0px 8px 8px;
	_margin: 0px 4px 8px;*/
	padding: 0px;
	float: left;
}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 231px;
	margin: 0px;
	padding: 0px;
}

/* 写真 商品説明の長さにより高さは変更してください　*/
.style1_photo {
	width: auto;
	height: 200px;
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 0px 5px;
}

/* カート内写真 */
.cart_table .style1_photo {
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細内写真 */
.list_item_table .style1_photo {
	height: auto;
	padding: 0px 5px 0px 0px ;
}

/* 商品詳細内写真 */
.detail_item_table .style1_photo {
	height: auto;
	margin: 0px 3px 5px 0px;
	padding: 0px;
}x

/* 説明 */
.style1_text {
	width: auto;
	border-left: 1px dashed #BFBF9F;
	margin: 5px 0px 0px 0px;
	padding: 5px 8px;
	font-size: 10px;
}

/* トップ用 */
.style1_middle .style1_text {
    width: 110px;
}

/* トップ用 */
.style1_middle .style1_table_middle .auto .style1_text {
    width: 80px;
	margin: 0px;
}

/* トップ用 */
.style1_middle .layout_list .style1_table_middle {
    float: none;
	margin: 5px 0px 8px 0px;
	padding: 5px;
}

/* 商品名 */
.item_name {
	font-size: 15px;
	color:#333300;
	font-weight: bold;
}

/* 価格 */
.price {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

/* 価格大 */
.priceb {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #000000;
}
/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 40px;
	background-image: url(image/top_title_bg01.gif);
	margin: 0px;
	padding: 20px 0px 0px 55px;
	font-size: 14px;
	font-weight: bold;
	color: #DEDEBE;
}

/* 大枠中 */
.style2_middle {
	width: 480px;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 5px 10px 8px;
}

/* 大枠下 */
.style2_bottom {
	width: auto;
	height: 15px;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;
	background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px;
	padding: 10px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	padding: 10px;
	font-size: 10px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: auto;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 113px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	margin: 0px 1px;
	padding: 5px 6px 5px 5px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 10px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: auto;
	margin: 5px 0px;
	padding: 5px;
	font-size: 10px;
}

/* 1位テキスト */
.rank1 {
	font-size: 12px;
	width: auto;
	padding-left: 5px;
	color: #993300;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 30px;
	background-image: url(image/ranking_t.jpg);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.style3_top h3 {
display:none;
}

/* 大枠中 */
.style3_middle {
	width: auto;
	background-image: url(image/ranking_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 10px 10px 10px 25px;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	margin: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin-top: 10px;*/
	padding: 10px 5px 5px;
	border-bottom:#663300 1p dotted;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 20px;
}

/* 説明 */
.style3_text {
	width: auto;
	margin: 10px 0px 0px;
	padding: 5px;
	font-size: 10px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 30px;
	background-image: url(image/left_login_t.jpg);
	margin: 0px;
	padding: 3px 0px 0px 25px;
	color:#FFFFFF;
	font-weight:bold;
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	margin: 0px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;
	margin: 0px 5px 0px 5px;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: auto;
	height: 30px;
	background-image: url(image/menu_bg03.gif);
	margin: 0px;
	padding: 10px 0px 0px 25px;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
.tdiary_bottom {
	width: auto;
	margin: 0px;
}

/* 写真 */
.tphoto {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

/* プロフィール */
.tdata {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
}

/* プロフィールタイトル */
.ttitle {
	margin: 0px;
	padding: 0px;
	color: #482400;
}

/* コメント */
.tcom {
    background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 620px;
	margin: 0px;
	padding: 0px 15px ;
}

/* 第二階層パンクズ */
#pan {
	padding: 10px;
    width: auto;
}

/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 575px;
	height: 40px;
	background-image:url(image/ptitle.jpg);
	margin: 0px;
	padding: 20px 0px 0px 55px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 第二階層中 */

.pmiddle {
	width: 620px;
	background-image: url(image/ptitle_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 5px 5px 8px;
	text-align:left;
}

.pmiddle {
	width: 620px;
	background-image: url(image/ptitle_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 5px 5px 8px;
	text-align:left;
}

/* 第二階層下 */
.pbottom {
	width: 620px;
	height: 40px;
	background-image: url(image/text_bg.jpg);
	margin: 0px;
	padding: 0px 5px 0px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	/*border: 1px solid #996600;*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px;
	color: #999999;
}

.detail_table_middle .item_bot_box {
	/*border-top: 1px dashed #BFBF9F;
	border-left: 0px dashed #BFBF9F;
	border-right: 0px dashed #BFBF9F;
	border-bottom: 0px dashed #BFBF9F;*/
}

.item_bot_box2 {
	/*border-top: 1px dashed #BFBF9F;
	background-color: #FCF8F1;*/
	margin: 5px 0px 0px;
	padding: 5px 5px 5px;
}


/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 225px;
	height: auto;
	background-image: url(image/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font-size: 14px;
	float: left;
	color: #482400;
	font-weight: bold;
	border-bottom:#663300 1px dotted;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 300px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
}

/* 商品数 */
.list_count {
	width: auto;
	background-image: url(image/center_td_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 10px 5px;
	padding: 10px 0px 10px 5px;
	font-size: 11px;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 0px;
    padding: 0px;
}


/* 各テーブル枠中 */
* html .list_table_middle {
    width: 600px;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 10px;*/
	padding: 10px;
	text-align:left;
}

head~/* */body .list_table_middle {
    width: 600px;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;*/
	margin: 0px;
	padding: 10px;
	text-align:left;
}

*:first-child+html .list_table_middle {
    width: 600px;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 10px;*/
	padding: 10px;
	text-align:left;
}

head~/* */body .list_table_middle {
    width: 600px;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 10px;*/
	padding: 10px;
	text-align:left;
}

.list_table_middle {
    width: 620px;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 10px;*/
	padding: 10px;
	text-align:left;
}

head~/* */body .list_table_middle {
    width: 620px;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 10px;*/
	padding: 10px;
	text-align:left;
}

.list_table_middle td {
width:auto;
}

/* 一覧用 */
.list_table_middle .style1_text {
	margin: 0px;
	border-left: 0px;
}

.list_table_middle　.list_item_table {
width:600px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	/*background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;*/
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	padding: 0px;
	margin: 0px 10px 0px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #FFFFFF;
	/*border: 1px dashed #BFBF9F;*/
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: 557px;
	height: 27px;
	background-image:url(image/sub_table_bg.gif);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 23px;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

/* 詳細説明 */
.detail_sub_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
	
}

/* 他の写真 */
.detail_sub_table02 {
	width: 580px;
	margin: 0px;
	padding: 5px 0px 0px;
	
	
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #FFFFFF;
	border: 1px dashed #BFBF9F;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	/*background-color: #FFFFFF;
	border: 1px dashed #BFBF9F;*/
	margin: 0px 5px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.sub_item img {
border:#CCCCCC 1px solid;
padding:5px;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 193px;
	
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 15px;
	padding: 0px;
	/margin: 5px 7px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 27px;
	background-image: url(image/sub_menu_bg01.gif);
	border-bottom:#996600 1px solid;
	margin: 10px 20px 5px;
	padding: 13px 5px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px dashed #BFBF9F;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 27px;
	background-image: url(image/list001.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	margin: 10px 20px 5px;
	padding: 13px 5px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px dashed #BFBF9F;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table2_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページbbs用 
背景画像横幅522px　middleボーダー設定なしの場合520px */
.page_table3_top {
	width: auto;
	height: 27px;
	background-image: url(image/sub_menu_bg02.gif);
	margin: 10px 20px 5px;
	padding: 13px 5px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #FFFFFF;
	border: 1px dashed #BFBF9F;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 27px;
	background-image: url(image/icon_sub_title02.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px;
	padding: 8px 0px 0px 30px;
	font-size: 14px;
	color: #4B2000;
	font-weight: bold;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 27px;
	background-image: url(image/icon_sub_title02.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px;
	padding: 8px 0px 0px 30px;
	font-size: 14px;
	color: #4B2000;
	font-weight: bold;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 588px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 588px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 588px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	background-color: #FFFFFF;
	border-left: 1px dashed #BFBF9F;
	border-right: 1px dashed #BFBF9F;
	border-bottom: 1px dashed #BFBF9F;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	border: 1px dashed #BFBF9F;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 5px 40px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
	color: #993300;
	font-weight: bold;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	border-bottom: 1px dashed #BFBF9F;
	margin: 0px 0px 2px 5px;
	padding: 5px 5px 10px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
    background-color: #FFFFFF;
	border-top: 1px solid #E8DCBE;
	border-left: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #999999;
}

.cart_step_2 {
	width: auto;
    background-color: #FFFFFF;
	border-top: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #999999;
}

.cart_step_3 {
	width: auto;
    background-color: #FFFFFF;
	border-top: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #999999;
}

.cart_step_4 {
	width: auto;
    background-color: #FFFFFF;
	border-top: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #999999;
}

.cart_step_1_check {
	width: auto;
    background-color: #FFFFCC;
	border-top: 1px solid #E8DCBE;
	border-left: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #7B7B53;
}

.cart_step_2_check {
	width: auto;
    background-color: #FFFFCC;
	border-top: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #7B7B53;
}

.cart_step_3_check {
	width: auto;
    background-color: #FFFFCC;
	border-top: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #7B7B53;
}

.cart_step_4_check {
	width: auto;
    background-color: #FFFFCC;
	border-top: 1px solid #E8DCBE;
	border-right: 1px solid #E8DCBE;
	border-bottom: 1px solid #E8DCBE;
	padding: 5px;
	color: #7B7B53;
}

/* 内容確認用テキスト */
.bottom_check {
	width: auto;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#4B2000;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
}

.td_color2 {
    /*background-color:#F5EFE2;*/
	border-top: 1px solid #FFF4EE;
	border-left: 1px solid #FFF4EE;
	width:350px;
	padding: 5px;
}

.td_color3 {
    background-color:#663300;
	border-top: 1px solid #FFF4EE;
	border-left: 1px solid #FFF4EE;
	padding: 5px;
	color: #FFFFFF;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	height: 27px;
	background-image: url(image/list001.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	margin: 10px 20px 5px;
	padding: 13px 5px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 0px 20px 5px;
	padding: 0px 10px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 0px 0px 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	border-bottom: 1px dashed #BFBF9F;
    border-right: 1px dashed #BFBF9F;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	border-bottom: 1px dashed #BFBF9F;
	padding: 1px;
}

/* 大枠 */
.link_shop {
    margin: 5px;
	padding: 10px 10px 0px;
}

/* テーブル */
.link_shop_table {
	width: 628px;
	margin: 0px;
}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 25px;
	background-image: url(image/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 5px 0px 0px 25px;
	font-size: 14px;
	color: #482400;
	font-weight: bold;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 15px 15px;
/*	dadaborder-top: 4px solid #CC3300;
	background-color: #482400;*/
	height:170px;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background-image:url(image/foot.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 10px 0px;
	background-color:#FFFFFF;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
}

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	background-color: #FFFFFF;
	border-top: 1px dashed #BFBF9F;
	border-left: 1px dashed #BFBF9F;
	border-right: 1px dashed #BFBF9F;
	margin: 20px 20px 0px;
	padding: 2px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #FFFFFF;
	border-left: 1px dashed #BFBF9F;
	border-right: 1px dashed #BFBF9F;
	margin: 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #BFBF9F;
	border-left: 1px dashed #BFBF9F;
	border-right: 1px dashed #BFBF9F;
	margin: 0px 20px 20px;
	padding: 2px;
}

/* テーブル小 */
.bbs_table_stop {
	width: 500px;
	margin-left: 50px;
	padding: 0px;
}

/* テーブル小 */
.bbs_table_s {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.bbs_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* tdカラー */
.bbs_td_color1 {
    width: 20px;
    background-color:#4B2000;
	padding: 5px;
	color: #FFFFFF;
}

.bbs_td_color2 {
    background-color:#F5EFE2;
	padding: 5px;
}

.bbs_td_color2 A:link {
    color: #CC3333;
}

.bbs_td_color2 A:active {
    color: #CC3333;
}

.bbs_td_color2 A:visited {
    color: #CC3333;
}

.bbs_td_color2 A:hover {
    color: #CC3333;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#F5EFE2;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #FFFFDD;
	border: 1px dashed #BFBF9F;
	margin: 5px 5px 15px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	border-top: 1px dashed #BFBF9F;
	border-bottom: 1px dashed #BFBF9F;
	margin: 10px 20px 0px;
	padding: 5px;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(image/bot_bg.gif);
	color: #FFFFFF;
	border: 1px;
}

/********************************************************************/
/* HTMLタグ要素 */
body {
	background-image:url(image/left-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#D1A375;
	word-break: break-all;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #482400;
	line-height: 140%;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #482400;
	line-height: 140%;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #482400;
	line-height: 140%;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #663300;
	line-height: 140%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #DEDEBE;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	padding-bottom: 5px;
	list-style-image: url(image/left_list.gif);
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	padding-bottom: 5px;
	list-style-image: url(image/left_list.gif);
}

li {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 140%;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************************/
/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

/********************************************************************/
/* フォント */

/* ボールド */
.text-bold {
}

/* ノーマル */
.text-normal { 
    font-weight:normal;
}

/* ボールド大 */
.text-bold-b {
	font-size: 14px;
}

/* パンクズ現ページ */
.thispage {
	color: #482400;
	font-weight: bold;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 14px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
}

/* 掲示板テキスト用カラー */
.bbs_color {
    color: #666666;
}




/* ボタン画像設定 */

/* 共通設定 */
.member .bot_b input,
.mobile .bot_b input,
.subnavi .bot_b input,
.melmaga_middle .bot_b input,
.shopc_go .bot_b input,
.shopc_in .changeinput,
.shopc_in .deleteinput {
/*display: block;*/
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
} 



/* ログイン */
.member .logininput {
display: block;
width: 163px;
height: 17px;
background-image: url(image/left_login_b.gif);
}

/* ログアウト */
.member .logoutinput {
display: block;
width: 163px;
height: 17px;
background-image: url(image/logout.gif);
} 

.member{
background-image: url(image/log_bg.gif);
}
 /* 登録 */
.melmaga_middle .entryinput {
display: block;
width: 163px;
height: 17px;
margin-top:5px;
background-image: url(image/touroku.gif);
}

/* 解除 */
.melmaga_middle .deleteinput {
display: block;
width: 163px;
height: 17px;
margin-top:5px;
background-image: url(image/kaijyo.gif);
}

/* 検索 */
.subnavi .searchinput {
display: block;
width: 43px;
height: 16px;
background-image: url(image/kensaku.gif);
margin-left:10px;
} 

.subnavi .bot_b input {
display: inline;
} 


/* レジに進む */
.shopc_go .registerinput {
display: block;
width: 90px;
height: 25px;
background-image: url(image/register.gif);
} 


/* 送信 */
.mobile .sendinput {
display: block;
width: 40px;
height: 25px;
background-image: url(image/send.gif);
} 

/* 変更：カートの中身 */
.shopc_in .changeinput {
display: block;
width: 40px;
height: 25px;
background-image: url(image/change.gif);
margin-right: 10px;
float: left;
}

/* 削除：カートの中身 */
.shopc_in .deleteinput {
display: block;
width: 40px;
height: 25px;
background-image: url(image/delete_s.gif);
float: left;
} 




/* 共通設定 */
.list_item_table .bot_b .cartaddinput,
.list_item_table .bot_b .detailinput,
.list_item_table .bot_b .inquiryinput,
.other_item .bot_b .text-11 {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
} 


/* カートに入れるボタン */
.list_item_table .bot_b .cartaddinput {
display: block;
width: 130px;
height:17px;
background-image: url(image/add_carts.gif);
background-repeat:no-repeat;
float: left;
margin-right:10px;
}



/* 詳細を見るボタン */
.list_item_table .bot_b .detailinput {
display:block;
width: 83px;
height:25px;
background-image: url(image/syousai.gif);
background-repeat:no-repeat;
float: left;
margin-right: 10px;
}

.sec_linel{
float:left;
display: none;
}



/* お問い合わせボタン */
.list_item_table .bot_b .inquiryinput {
display:block;
width: 95px;
height:25px;
background-image: url(image/toiawase.gif);
background-repeat:no-repeat;
float: left;
margin-left:8px;

}

/* 関連商品カートに入れる */
.other_item .bot_b .text-11 {
display: block;
width: 100px;
height: 25px;
background-image: url(image/add_carts_other.gif);
}

/* 共通設定 */
.detail_item_text .bot_b input {
display: block;
cursor: pointer;
text-indent: -9999px;
border: none;
background-color: transparent;
} 

/* お問い合わせボタン */
.detail_item_text .bot_b .inquiryinput {
display: block;
width: 120px;
height: 35px;
background-image: url(image/item_toiawase.gif);
float: left;
} 

/*------------*/
.sub_title {
background-image:url(image/sb_title_bg.jpg);
background-repeat:no-repeat;
font-size:14px;
color:#993300;
padding-left:10px;
line-height:35px;
}

.flash { 
margin-left:-465px; 
position: relative;
 }

*:first-child+html .flash {
margin-left:-465px;
}