@charset "utf-8";
/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 860px;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
}

/************************
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;	width: auto;
*******************************************/
/* ヘッダー */
#header {
	background-image: url(image/sub_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;	width: auto;
	height: 278px;
	margin: 0px;
	padding: 0px;

}
/*
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;	width: auto;
*/

/* ★トップヘッダー */
.top_page_body #header {
	background: none;
	height: 550px;
	margin: 0px;
	padding: 0px;
}


/* ヘッダー下ライン */
#bline {
	width: 860px;
	height: 5px;
	margin: 0px;
	padding: 0px;
}


/********************************************************************/
/* キャッチコピー
MacIE以外のブラウザ用の指定に注意 */
#copy {
	width: 460px;
	height: 35px;
	margin: 0px;
	position: absolute;
    top: -90px;
	/*MacIE以外のブラウザ用\*/
    top: 8px;
    /**/
	padding: 0px 5px 5px 10px;
	font-size: 10px;
	color: #A49A86;
	line-height: 140%;
	z-index: 3;
}

/* リンク色 */
#copy A:link {
    font-size: 10px;
}

#copy A:active {
    font-size: 10px;
}

#copy A:visited {
	font-size: 10px;
}

#copy A:hover {
	font-size: 10px;
} 

/********************************************************************/
/* ショップロゴ画像の場合使用
MacIE以外のブラウザ用の指定に注意 */
.shoplogo {
	width: 200px;
	hight: 80px;
	margin: 80px 0px 0px 70px;
	position: absolute;
	top: -55px;
	/*MacIE以外のブラウザ用\*/
    top: 40px;
    /**/
	z-index: 2;

}
/*★ トップショップロゴ画像の場合使用
MacIE以外のブラウザ用の指定に注意 */
.top_page_body .shoplogo {
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	text-indent: -9999px;
}


/* ショップロゴテキストの場合使用
MacIE以外のブラウザ用の指定に注意 */
.shoptext {
	width: 340px;
	margin: 15px 0px 0px 20px;
	position: absolute;
	top: -55px;
	/*MacIE以外のブラウザ用\*/
    top: 278px;
    /**/
	position: absolute;
	z-index: 2;
}

/* リンク色 */
.shoptext A:link {
	font-weight: bold;
	text-decoration: none;
	color: #B9AE99;
}

.shoptext A:active {
	font-weight: bold;
	text-decoration: none;
	color: #B9AE99;
}

.shoptext A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B9AE99;
}

.shoptext A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/********************************************************************/
/* サブナビゲーション
MacIE以外のブラウザ用の指定に注意 */
.subnavi {
	width: 350px;
	height: 20px;
	background-color: #443C28;
                opacity: 0.8;
                filter: alpha(opacity=80);	/* IE6、IE7対応 */
                -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	padding: 5px 0px 5px 510px;
	margin: 8px 0px 0px;
	font-size: 11px;
	position: absolute;
	top: -23px;
	/*MacIE以外のブラウザ用\*/
    top: -8px;
    /**/
	z-index: 1;
	color: #A49A86;
}

/* リンク文字サイズ */
.subnavi A:link,
.subnavi A:active,
.subnavi A:visited,
.subnavi A:hover {
    font-size: 10px;
}
.subnavi A:link {
	text-decoration: underline;
	color: #B9AE99;
}

.subnavi A:active {
	text-decoration: underline;
	color: #B9AE99;
}

.subnavi A:visited {
	text-decoration: underline;
	color: #B9AE99;
}

.subnavi A:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* ご利用案内アイコン　
※アイコンサイズ横15px×縦15px
※アイコン系はalignでなく左マージンで右にあわせる */
.subicon01 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* お問い合わせアイコン　
※アイコンサイズ横15px×縦15px */
.subicon02 {
	height: 15px;
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
}

/* その他順行系アイコン　
※アイコンサイズ横15px×縦15px */
.subicon03 {
	height: 15px;
	background-image: url(img/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/* 画面を閉じるアイコン　
※アイコンサイズ横15px×縦15px */
.subicon04 {
	height: 15px;
	background-image: url(img/icon_winclose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/********************************************************************/
/* 横幅ボックス */

/* 左、右用枠160 */
.side_box {
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* 中央用枠160 */
.center_box {
	width: 500px;
	margin: 0px 0px 15px;
	padding: 0px;
}

/********************************************************************/
/* 左領域 */

/* カテゴリ一覧 */

/* カテゴリ一覧タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.category_title {
	width: auto;
	height: 22px;
	background-color: #282417;
                opacity: 0.8;
                filter: alpha(opacity=80);	/* IE6、IE7対応 */
                -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
	color: #FFFFFF;
}

/* カテゴリ一覧部分 */
.category_list {
	width: auto;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #A59A98;
	background-color: #443C28;
                opacity: 0.8;
                filter: alpha(opacity=80);	/* IE6、IE7対応 */
                -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
}

/*　親カテゴリの色※特集も共通 */
.mcategory A:link {
	color: #B9AE99;
}

.mcategory A:active {
	color: #B9AE99;
}

.mcategory A:visited {
	color: #B9AE99;
}

.mcategory A:hover {
	color: #FFFFFF;
}

/********************************************************************/
/* 特集 */

/* タイトル　
※背景画像横160px、縦は設定、空白は高さ指定 */
.pickup_category_title {
	width: auto;
	height: 22px;
	background-image: url(img/menu_bg01.jpg);
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
}

/* 内容 */
.pickup_category_list {
	width: auto;
	background-image: url(img/side_bg.jpg);
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 5px 0px 5px;
	color: #A59A98;
}

/********************************************************************/
/* ナビゲーション　
※背景画像横160px、縦は設定、空白は高さ指定 */
.navi {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* ショップ通信 */
.shop {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* 店長日記 */
.diary {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
	color: #FFFFFF;

}

/* リンク集 */
.link {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* 掲示板 */
.bbs {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* フリー */
.free_menu {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* yahooオークション */
.yahoo {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* 楽天オークション */
.rakuten {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* ビッダーズオークション */
.bidders {
	width: auto;
	height: 22px;
	margin: 0px 0px 3px;
	padding: 8px 0px 0px 18px;
	background-image: url(image/menu_bg100.png);
}

/* オークションリンク文字サイズ */
.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: 22px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */

	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
}

/* カートの中身大枠 */
.shopc_list {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */

	margin: 0px;
	padding: 0px 0px 5px;
}

/* カートの中身タイトル　
※アイコンサイズ横25px×縦20px */
.shopc_in_title {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(img/cart.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #A49A86;
}

/* カートの中身商品リスト */
.shopc_in {
	width: auto;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */

	margin: 3px;
	padding: 5px;
	font-size: 10px;
	color: #A49A86;
}

/* レジに行く */
.shopc_go {
	width: auto;
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* メインコンテンツ領域 */

/* メイン写真 */
#photo {
	width: 700px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

/* 左td */
#lefttd {
    width: 160px;
	padding: 0px 0px 0px;
	margin: 0px;
}

/* 中央td */
#centertd {
    width: 490px;
	padding: 0px 10px 15px 20px;
	margin: 0px;
}

/* 右td */
#righttd {
    width: 160px;
	padding: 0px 0px 15px 10px;
	margin: 0px;
}

/* 内部ページtd 
#pagetd {

}
*/

#popup {
    position: absolute;
    top: 10px;
}

/* 写真影 */
.photo_line_80 {
	width: 80px;
	height: auto;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	margin: 0px;
	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: #250501;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px 200px 5px 200px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
}



/********************************************************************/
/* Welcome */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.welcome_top {
	width: auto;
	height: 25px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
                -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A49A86;
	margin: 0px;
	padding: 10px 0px 5px 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* 大枠中 */
.welcome_middle {
	width: auto;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px;
	padding: 5px 10px 0px;
               color: #9E9583;
}

/* 大枠下 */
.welcome_bottom {
	width: auto;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */

	margin: 0px;
	padding: 5px;
}

/* 写真 */
.photo_welcome {
	width: auto;
	margin: 0px 10px 0px 0px;
	float:left;
}

/********************************************************************/
/* 最新情報 */

/* 大枠上　
※背景画像横490px、縦は設定、空白は高さ指定 */
.whatnew_top {
	width: auto;
	height: 25px;
	background-color: #B1AC92;
	opacity: 0.8;
	filter: alpha(opacity=80);
  　　　　　  -moz-opacity: 0.8;		/* Firefox1.5以前対応 */		margin: 0px;
	color: #373631;
	margin: 0px 0px 1px;
	padding: 7px 0px 0px 10px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}




/* 大枠中 */
.whatnew_middle {
	background-color: #D2CEBF;
	opacity: 0.8;
	filter: alpha(opacity=80);
  　　　　　  -moz-opacity: 0.8;		/* Firefox1.5以前対応 */	width: auto;
	margin: 0px;
	padding: 5px 0px 0px;
}

/* リスト文字サイズ */
.whatnew_middle li {
	margin: 5px 0px;
	padding: 0px 5px 5px 5px;
	font-size: 12px;
	list-style-type: none;
                color:#484231;
}

.whatnew_middle ul {
    padding: 0px;
}
/* リンク文字サイズ */
.whatnew_middle li A:link,
.whatnew_middle li A:active,
.whatnew_middle li A:visited,
.whatnew_middle li A:hover {
	padding-left: 10px;
	font-size: 12px;
}
.whatnew_middle li A:link,
.whatnew_middle li A:active,
.whatnew_middle li A:visited {
	color:#484231;
	text-decoration: underline;
}

.whatnew_middle li A:hover {
	color:#484231;
	text-decoration: none;
}



/* 大枠下 */
.whatnew_bottom {
	background-color: #D2CEBF;
	opacity: 0.8;
	filter: alpha(opacity=80);
  　　　　　  -moz-opacity: 0.8;		/* Firefox1.5以前対応 */	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/********************************************************************/
/* 商品関連レイアウト */

/* スタイル1　中央上
※縦画像を入れた際一部レイアウトが崩れる場合があります */

/* 大枠上
※背景画像横490px、縦は設定、空白は高さ指定 */
.style1_top {
	width: auto;
	height: 22px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #A49A86;
}

/* 大枠中 */
.style1_middle {
	width: 480px;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px;
	padding: 10px;
	color: #9E9583;
}


/* 大枠下 */
.style1_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* コピー */
.style1_copy {
	width: auto;
	margin: 0px 0px 10px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style1_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style1_table_middle {
    width: auto;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
  　　　　　  -moz-opacity: 0.8;		/* Firefox1.5以前対応 */	margin: 0px;
	padding: 5px;

}

/* 各テーブル枠下 */
.style1_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style1_table {
	width: 468px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style1_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style1_text {
	width: auto;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	border: 1px solid #D2CEBF;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	color: #9E9583;
}
/* 商品名 */
.item_name {
	font-size: 15px;
	color:#8E7F5C;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

/* 価格 */
.price {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-image: url(img/secline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 価格大 */
.priceb {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 在庫ありなし */
.stock {
	color: #9E9583;
}

/********************************************************************/
/* スタイル2　中央下 */

/* 大枠上 
※背景画像横490px、縦は設定、空白は高さ指定 */
.style2_top {
	width: auto;
	height: 22px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
                -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #A49A86;
}

/* 大枠中 */
.style2_middle {
	width: 480px;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px;
	padding: 10px;
}


/* 大枠下 */
.style2_bottom {
	width: auto;
	margin: 0px;
	padding: 0px;
}

/*　コピー　*/
.style2_copy {
	width: auto;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 10px;
}

/* 各テーブル枠上　
※背景画像横478px(外ボーダーにより変動)、縦は設定、空白は高さ指定 */
.style2_table_top {
    width: auto;
	margin: 5px 0px 0px;
    padding: 0px;
}

/* 各テーブル枠中 */
.style2_table_middle {
    width: auto;

	background-color: #250501;
	border: 1px solid #000000;
	margin: 0px;
	padding: 5px;
}

/* 各テーブル枠下 */
.style2_table_bottom {
    width: auto;
	margin: 0px;
	padding: 0px;
}

/* テーブル */
.style2_table {
	width: 468px;
	margin: 0px;
	padding: 0px;
}

/* 写真 */
.style2_photo {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* 説明 */
.style2_text {
	width: auto;
	background-color: #2F0F0A;
	border: 1px solid #000000;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

/* 2-5位テーブル */
.style2_rank_table {
	width: 458px;
	padding: 0px;
}

/* 2-5位テーブルの各ｔｄ */
.style2_rank_table td {
    width: 115px;
}

/* 2-5位セル */
.style2_rank {
	width: auto;
	background-color: #2F0F0A;
	border: 1px solid #000000;
	margin: 0px 1px;
	padding: 4px;
	font-size: 10px;
}

/* 2-5位写真 */
.style2_rank_photo {
	width: 80px;
	margin: 0px 12px 0px 13px;
	padding: 0px;
}

/* 2-5位説明 */
.style2_rank_text {
	width: auto;
	margin: 8px 8px;
	padding: 8px 0px 0px;
	font-size: 10px;
}

/* 1位テキスト */
.rank1 {
	font-size: 12px;
	width: auto;
	padding-left: 0px;
	color: #CC9966;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* 2-5位テキスト */
.rank2-5 {
	font-size: 12px;
	color: #CC9966;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/********************************************************************/
/* 右領域 */

/* スタイル3 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.style3_top {
	width: auto;
	height: 22px;
	background-image: url(img/menu_bg01.jpg);
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
}

/* 大枠中 */
.style3_middle {
	width: auto;
	background-image: url(img/side_bg.jpg);
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 10px;
}

/* 大枠下 */
.style3_bottom {
	width: auto;
	margin: 0px;
}

/* コピー */
.style3_copy {
	width: auto;
	margin: 0px 0px 10px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

/* テーブル */
.style3_table {
	width: auto;
	background-color: #250501;
	border: 1px solid #000000;
	padding: 10px 5px 5px;
	margin-top: 5px;
}

/* 写真 */
.style3_photo {
	width: 80px;
	margin: 0px;
	padding: 0px 24px;
}

/* 説明 */
.style3_text {
	width: auto;
	background-color: #2F0F0A;
	border: 1px solid #000000;
	margin: 8px 0px 0px;
	padding: 5px;
	font-size: 10px;
}

/********************************************************************/
/* メルマガ */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.melmaga_top {
	width: auto;
	height: 22px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */	margin: 0px 0px 1px;

	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
}

/* 大枠中 */
.melmaga_middle {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */

	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.melmaga_bottom {
	width: auto;
	margin: 0px;
}

/* 内容 */
.mdata {
	font-size: 10px;
	line-height: 140%;
	margin: 0px 5px 0px 5px;
	color: #A49A86;
}

/********************************************************************/
/* 店長日記 */

/* 大枠上 
※背景画像横160px、縦は設定、空白は高さ指定 */
.tdiary_top {
	width: auto;
	height: 22px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;

	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
}

/* 大枠中 */
.tdiary_middle {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px;
	padding: 5px;
}

/* 大枠下 */
.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: #8E7F5C;
}

/* コメント */
.tcom {

	margin: 5px 5px 0px;
	padding: 5px;
	font-size: 10px;
	background-color: #250501;
	border: 1px solid #000000;
}

/**********************************/
/* 第二階層 */

/* 第二階層パンクズ下大枠 */
#pagemain {
	width: 670px;
	margin: 0px;
	padding: 0px 15px 15px;
}



/* 第二階層パンクズ */
#pan {
	padding: 8px 10px 0px 10px;
    width: auto;
	color: #A49A86;
	background-color: #282417;
                opacity: 0.8;
                filter: alpha(opacity=80);	/* IE6、IE7対応 */
                -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	height: 22px;
               margin-bottom:10px;
}


/* 第二階層タイトル 
※背景画像横670px、縦は設定(15px以上)、空白は高さ指定 */
.ptitle {
	width: 660px;
	height: 22px;
	background-color: #B1AC92;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px 0px 1px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;
	color: #373631;
}


/* 第二階層中 */
.pmiddle {
	width: 660px;
	background-color: #D2CEBF;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 0px;
	padding: 10px 5px 10px;
	color: #A19884;

}
.pmiddle-wh {
	width: 660px;
	background-color: #FFF;
	margin: 0px;
	padding: 10px 5px 10px;

}

/* 第二階層下 */
.pbottom {
	width: 660px;
pbottom
	margin: 0px;
	padding: 5px;
}

/* カートに入れる・お問い合わせボタン枠 */
.item_bot_box {
	margin: 5px 0px 5px;
	padding: 10px 5px 5px;
	border-top: 1px solid #000000;
}

.item_bot_box2 {
	margin: 5px 0px 0px;
	padding: 10px 5px;
	border-top: 1px solid #000000;
}

/********************************************************************/
/* 商品一覧ページ */

/* 商品一覧タイトル　
※アイコンサイズ横35px×縦35px */
.list_name {
	width: 245px;
	height: auto;
	background-image: url(img/icon_sub_title01.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	padding: 9px 0px 5px 25px;
	font-size: 14px;
	float: left;
	color: #373631;
}

/* ソート */
.list_soat {
	width: 300px;
	margin-left: 330px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
	color: #373631;
}

/* 商品数 */
.list_count {
	width: auto;
	border-top: 2px solid #000000;
	margin: 0px 10px 5px;
	padding: 5px 0px 0px 5px;
	font-size: 11px;
	color: #373631;
}

/* 各テーブル枠上　
※背景画像横638px(外ボーダーにより変動)、縦は設定(15px以上)、空白は高さ指定 */
.list_table_top {
    width: auto;
	margin: 10px 10px 5px;
    padding: 0px;
}

/* 各テーブル枠中 */
.list_table_middle {
    width: auto;
	background-color: #282417;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	margin: 0px 15px;
	padding: 5px;
}

/* 各テーブル枠下 */
.list_table_bottom {
    width: auto;
	margin: 0px 10px;
	padding: 0px;
}

/* 商品一覧テーブル */
.list_item_table {
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	width: 618px;
	margin: 0px;
	padding: 0px;

}

/********************************************************************/
/* 商品詳細ページ */

/* テーブル枠上　
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_table_top {
	width: auto;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

/* テーブル枠中 */
.detail_table_middle {
	width: auto;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

/* テーブル枠下 */
.detail_table_bottom {
	width: auto;
	padding: 0px;
	margin: 0px 10px 10px;
}

/* 商品詳細テーブル */
.detail_item_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 商品詳細商品説明 */
.detail_item_text {
	width: auto;
	background-color: #282417;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	border: 1px solid #D2CEBF;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 160%;
}

/* 商品詳細サブタイトル 
※背景画像横638px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.detail_sub_title {
	width: auto;
	height: 22px;
	background-color: #B1AC92;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 10px 0px 5px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;
	color: #373631;
}

/* 詳細説明 */
.detail_sub_table {
	width: 618px;
	margin: 0px;
	padding: 0px;
}

/* 他の写真 */
.detail_sub_table02 {
	width: 618px;
	margin: 0px;
	padding: 5px 0px 0px;
}

/* 詳細説明テキスト */
.detail_sub_text {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	border: 1px solid #D2CEBF;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

/* 他の写真サブセル */
.sub_item {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	border: 1px solid #D2CEBF;
	margin: 0px 5px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* セル幅 */
.detail_sub_table02 td {
    width: 200px;
}

/* 他の商品写真 */
.sub_item_photo {
	width: auto;
	height: auto;
	margin: 5px 15px;
	padding: 0px;
}

/********************************************************************/
/* 内部ページのテーブル　※ptitle～pbottomの内側で使用 */

/* 内部ページの上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.page_table_top {
	width: auto;
	height: 22px;
	background-image: url(img/sub_menu_bg01.jpg);
	margin: 10px 20px 5px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;
	color: #A49A86;
}

/* 内部ページの中 */
.page_table_middle {
	width: auto;
	background-color: #2F0F0A;
	border: 1px solid #000000;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページの上※デザイン違い
かごSTEP1お客様情報の入力、STEP3、4の確認画面で使用 */
.page_table2_top {
	width: auto;
	height: 22px;
	background-image: url(img/sub_menu_bg01.jpg);
	margin: 10px 20px 5px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;
	color: #A49A86;
}

/* 内部ページの中 */
.page_table2_middle {
	width: auto;
	background-color: #2F0F0A;
	border: 1px solid #000000;
	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: 22px;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #9E9583;
	margin: 10px 20px 5px;
	padding: 8px 0px 0px 10px;
	font-size: 14px;

}

/* 内部ページの中 */
.page_table3_middle {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #9E9583;
	margin: 0px 20px;
	padding: 10px;
}

/* 内部ページの下 */
.page_table3_bottom {
	width: auto;
	margin: 0px 20px;
	padding: 5px;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px */
.page_sub_top {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
    border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	padding: 10px 0px 0px 20px;
	font-size: 14px;
	color:#8E7F5C;
}

/* 内部ページサブ上　
※アイコンサイズ横35px×縦35px
ご利用案内で使用 */
.page_sub2_top {
	width: auto;
	height: 25px;
	background-image: url(img/icon_sub_title02.gif);
	background-repeat: no-repeat;
    border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	padding: 10px 0px 0px 20px;
	font-size: 14px;
	color:#8E7F5C;
}

/* 内部テーブルフレーム */
.table_fream {
    width: 598px ;
}

/********************************************************************/
/* カートの中身 */

/* カートの中身テーブル */
.cart_table {
	width: 598px;
	margin-bottom:5px;
}

/* カートの中身テーブル　
※配置がそのテーブル内で最も下の場合 */
.cart_table_bottom {
    width: 598px;
	margin: 0px;
	padding: 0px;
}

/* カート注意書き、パスワード、新しいカード情報、ご利用ガイド */
.point_box {
	width: auto;
	background-color: #3E0902;
	border: 1px solid #000000;
	margin: 5px 5px 0px 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

.point_box2 {
	width: auto;
	margin: 0px 5px 8px 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.point_box3 {
	width: auto;
	background-color: #250501;
    border: 1px solid #000000;
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}

/* エラーボックス */
.error_box {
	width: auto;
	background-color: #250501;
	border: 1px solid #000000;
	margin: 5px 40px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* エラーテキスト */
.error_text {
    color: #CC9966;
}

/* テーブルパティング　
※各項目divに設定 */
.box_padding {
	padding: 2px;
}

/* カート金額 */
.cart_price_box {
	width: 150px;
	margin: 0px 0px 2px 5px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
	border-bottom: 1px solid #000000;
}

/* カートステップテーブル */
.cart_step_table {
	width: auto;
	margin-left: 5px;
}

/* カートステップ 
※現ページはcheck 画像サイズ横幅160px */
.cart_step_1 {
	width: auto;
    background-color: #000000;
	border-top: 1px solid #220A0A;
	border-left: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
	color: #666666;
}

.cart_step_2 {
	width: auto;
    background-color: #000000;
	border-top: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
	color: #666666;
}

.cart_step_3 {
	width: auto;
    background-color: #000000;
	border-top: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
	color: #666666;
}

.cart_step_4 {
	width: auto;
    background-color: #000000;
	border-top: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
	color: #666666;
}

.cart_step_1_check {
	width: auto;
    background-color: #3E0902;
	border-top: 1px solid #220A0A;
	border-left: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
}

.cart_step_2_check {
	width: auto;
    background-color: #3E0902;
	border-top: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
}

.cart_step_3_check {
	width: auto;
    background-color: #3E0902;
	border-top: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
}

.cart_step_4_check {
	width: auto;
    background-color: #3E0902;
	border-top: 1px solid #220A0A;
	border-right: 1px solid #220A0A;
	border-bottom: 1px solid #220A0A;
	padding: 5px;
}

/* 内容確認用テキスト */
.bottom_check {
	width: 610px;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 5px;
}

/* フォーム系td背景 */
.td_color1 {
    background-color:#000000;
	border-top: 1px solid #2F0F0A;
	border-left: 1px solid #2F0F0A;
	padding: 5px;
	color: #B9B3B3;
}

.td_color2 {
    background-color:#250501;
	border-top: 1px solid #2F0F0A;
	border-left: 1px solid #2F0F0A;
	padding: 5px;
	color: #B9B3B3;
}

.td_color3 {
    background-color:#250501;
	border-top: 1px solid #2F0F0A;
	border-left: 1px solid #2F0F0A;
	padding: 5px;
	color: #B9B3B3;
}

/********************************************************************/
/* 店長日記・最新ニュース */

/* 各テーブル枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.tdiary_news_table_top {
	width: auto;
	height: 22px;
	background-color: #282417;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	margin: 10px 20px 5px;
	padding: 6px 0px 0px 10px;
	font-size: 14px;
	color: #A19884;
}

/* 各テーブル枠中 */
.tdiary_news_table_middle {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
               border:1px solid #282417;
	margin: 0px 20px 5px;
	padding: 0px 10px 10px;
}

/* 各テーブル枠下 */
.tdiary_news_table_bottom {
	width: auto;
	background-color: #443C28;
    opacity: 0.8;
    filter: alpha(opacity=80);	/* IE6、IE7対応 */
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */	margin: 0px 20px;
	padding: 0px;
}

/* テーブル */
.tdiary_news_table {
	width: 598px;
	margin: 0px;
	padding: 0px;
}

/* テキスト部分 */
.tdiary_news_text {
	width: auto;
	margin: 0px;
	padding: 10px;
}

/* 写真部分 */
.tdiary_news_photo {
	width: auto;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/********************************************************************/
/* リンク集・ショップのご案内 */

/* td左 */
.td_link_shop1 {
    width: 150px;
	background-color: #443C28;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	color: #A19884;
	border-bottom: 1px solid #282417;
    border-right: 1px solid #282417;
	padding: 5px;
}

/* td右 */
.td_link_shop2 {
    width: auto;
	padding: 1px;
	border-bottom: 1px solid #282417 ;
}

/* 大枠 */
.link_shop {
    margin: 10px 5px 10px 5px;
	padding: 10px 10px 0px;
}

/* テーブル */
.link_shop_table {
	width: 630px;
	margin: 0px;

}

/* ショップタイトル項目 */
.shop_title {
	width: auto;
	height: 25px;
	margin-bottom: 5px;
	padding: 0px 0px 5px 10px;
	font-size: 14px;
}

/* リンクタイトル項目 */
.link_title {
	width: auto;
	margin-bottom: 5px;
	padding: 9px 0px 0px 15px;
}

/* テキスト部分 */
.shop_link_text {
	width: auto;
	margin: 0px;
	padding: 10px;
	color: #373631;
}

/********************************************************************/
/* ご利用ガイド */
.guide_text {
	width: auto;
	margin: 0px;
	padding: 0px 10px 5px;
}

/********************************************************************/
/* フッター */
#footer {
	padding: 0px 15px 5px;
	font-size: 11px;
	text-align: right;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0px;
}

/********************************************************************/
/* ウィンドウを閉じる */
.win_close {
	padding-left: 10px;
} 

/********************************************************************/
/* 掲示板 */

/* 大枠上　
※背景画像横618px(外ボーダー設定により変動)、縦は設定(15px以上)、空白は高さ指定 */
.bbs_table_top {
	width: auto;
	margin: 5px 20px 0px;
	padding: 5px;
}

/* 大枠中 */
.bbs_table_middle {
	width: auto;
	background-color: #250501;
	border: 1px solid #000000;
	margin: 0px 20px;
	padding: 10px;
}

/* 大枠下 */
.bbs_table_bottom {
	width: auto;
	margin: 0px 20px 5px;
	padding: 5px;
}

/* テーブル小 */
.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:#000000;
	padding: 5px;
	color: #B9B3B3;
}

.bbs_td_color2 {
    background-color:#2F0F0A;
	padding: 5px;
}

.bbs_td_color3 {
    width: 30px;
    background-color:#2F0F0A;
	padding: 5px;
}

/* テキスト */
.bbs_text {
	width: auto;
	background-color: #2F0F0A;
	border: 1px solid #000000;
	margin: 5px 5px 15px;
	padding: 15px;
}

/* ページ送り */
.sec_line_top {
	width: auto;
	text-align: right;
	margin: 10px 20px 0px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #373631;
}

/********************************************************************/
/* フォームボタン強調 */
.bot_b input {
    padding: 2px;
	background-color: #FFFFFF;
	background-image: url(img/bot_bg.gif);
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/********************************************************************/

/* HTMLタグ要素 */
body {
	background-color: #443C28;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	word-break: break-all;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #A59A98;
	line-height: 140%;
}


A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #8E7F5C;
	line-height: 140%;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #8E7F5C;
	line-height: 140%;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #8E7F5C;
	line-height: 140%;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #AD9F81;
	line-height: 140%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #B9AE99;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 3px 0px 25px;
}

/* ナビゲーション用リストアイコン
注意：リストのため画像位置が上にずれる */
.category_list li {
	padding-bottom: 5px;
	list-style-image: url(img/icon04.gif);
}

/* 特集用リストアイコン
注意：リストのため画像位置が上にずれる */
.pickup_category_list li {
	padding-bottom: 5px;
	list-style-image: url(img/icon04.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: #A49A86;
}

/* リンク文字かご関連 */
.text-link-bot-b {
	font-size: 12px;
}

/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: normal;
}

/* 掲示板テキスト用カラー */
.bbs_color {
	color: #CC9966;
}

/*****************************************************/
/* ★中央ブランドバナーフリースペース */

/* 大枠上　
※背景画像横500px、縦は設定、空白は高さ指定 */
.to_brand {
	width: 500px;
	height: 146px;
                margin-bottom:20px;
	position: relative;
}
.to_brand a:link img,
.to_brand a:visited img {
	border: none;
}
.to_brand a:hover img {
	border: none;
filter: alpha(style=0; opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

/* ★トップメインイメージ*/
.topmain_img {
	width: 860px;
	height: 550px;
	position: absolute;
	top: 0px;
	left: 0px;
	top: -556px;
	left: -180px;

}

/*****フリーページ****************************/
/* ★第二階層中フリーページ */
.pmiddle-free {
	width: 630px;
	margin: 15px 10px 40px 12px;
}
.pmiddle-free h3 {
	margin-top: 30px;
}
.pmiddle-free h4 {
	margin: 20px 0px 7px 0px;
	background: url(image/purchase/purchase_arrow.gif) no-repeat 11px 0px;
	padding-left: 32px;
	color: #2E291F;
	font-size: 15px;
}
.banner-both {
	width: 608px;
	margin: 20px 11px 0px 11px;
	font-size: 15px;
}
.clear {
	clear: both;
	margin-bottom: 20px;
	visibility: hidden;
	height: 1px;
}
.banner-l {
	width: 290px;
	float: left;
}
.banner-r {
	width: 290px;
	float: right;
}
.pmiddle-free p,
.pmiddle-free table {
	color: #2E291F;
}
.pmiddle-free p.h4p {
	margin: 0px 0px 0px 11px;
}

.point-both {
	width: 618px;
	margin: 20px 11px 0px 12px;
}
.point-l {
	width: 200px;
	height: 106px;
	float: left;
	background: url(image/purchase/purchase_po1.gif) no-repeat;
}
.point-r {
	width: 200px;
	height: 106px;
	float: left;
	margin-left: 9px;
	background: url(image/purchase/purchase_po2.gif) no-repeat;
}
.point-r2 {
	width: 200px;
	height: 106px;
    float: left;
	margin-left: 9px;
	background: url(image/purchase/purchase_po3.gif) no-repeat;
}
.point-l p,
.point-r p,
.point-r2 p {
	margin: 40px 10px 15px;
}

.table-both {
	width: 608px;
	margin: 20px 11px 0px 11px;
}
.table-l {
	width: 234px;
	float: left;
}
.table-l table,
.watch-r table,
table.sozai {
    border-collapse: collapse;
	border-top: 1px solid #2E291F;
}
.table-l th,
.watch-r th,
table.sozai th {
	border-bottom: 1px solid #2E291F;
	background: #BEBBAB;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
.table-l td,
.watch-r td,
table.sozai td {
	border-bottom: 1px solid #2E291F;
	padding: 10px;
}
.table-r {
	width: 350px;
	float: right;
}
.table-r p {
	padding: 0px;
	margin: 0px;
}

.watch-both {
	width: 608px;
	margin: 20px 11px 0px 11px;
}
.watch-l {
	width: 199px;
	float: left;
}
.watch-r {
	width: 380px;
	float: right;
}
.watch-both2 {
	width: 630px;
	margin: 20px 0px 30px;
}
.watch-l2 {
	width: 310px;
	float: left;
}
.watch-r2 {
	width: 310px;
	float: right;
}
.sozai {
	margin-top: 20px;
}
table.waku td.waku-cell {
	border: 1px solid #8C7D5E;
	padding: 6px;
}
table.waku td.comment {
	font-size: 11px;
	vertical-align: top;
	line-height: 120%;
}

/* purchase2 */
/*********************************/

#purchase2 {
	color: #333;
	position: relative;
}

#purchase2 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#h2-comment p {
	position: absolute;
	left: 22px;
	top: 97px;
	color: #FFF;
	font-size: 15px;
}

#purchase2 h4 {
	padding-left: 0px;
}
#box01-bg {
	background: url(image/purchase2/purchase2_boxbg.jpg) repeat-y;
	margin-top: 20px;
}
#box01-bg-inner {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
#box01-b {
	background: url(image/purchase2/purchase2_boxb.jpg) no-repeat left bottom;
	padding-bottom: 15px;
}
#box01-bg-inner .comment01 {
	position: absolute;
	top: 60px;
	left: 122px;
}
#box01-bg-inner .comment02 {
	position: absolute;
	top: 198px;
	left: 122px;
}
#box01-bg-inner .comment03 {
	position: absolute;
	top: 333px;
	left: 122px;
}

#box01-bg-inner .comment04 {
	position: absolute;
	top: 467px;
	left: 122px;
	width: 338px;
}
#box01-bg-inner .photo01 {
	position: absolute;
	top: 380px;
	right: 30px;
}
#box01-bg-inner .comment01 p,
#box01-bg-inner .comment02 p,
#box01-bg-inner .comment03 p,
#box01-bg-inner .comment04 p {
	padding: 0px;
	margin: 0px 30px 0px 0px;
}

.flow {
	background: url(image/purchase2/purchase2_arrow.jpg) no-repeat center bottom;
	height: 178px;
}
.flow.end {
	background: none;
}

.flow img.photo {
	float: left;
	margin-right: 15px;
}
.flow2 .photo {
	float: left;
	margin-right: 15px;
	height: 250px;
}
.flow2 {
	height: 250px;
}

#box02 {
	background: url(image/purchase2/purchase2_box2.jpg);
	height: 727px;
	width: 630px;
	position: relative;
}
#box02-comment01 {
	position: absolute;
	left: 241px;
	top: 218px;
	width: 340px;
}
#box02-comment02 {
	position: absolute;
	left: 46px;
	top: 397px;
	width: 340px;
}
#box02-comment03 {
	position: absolute;
	left: 241px;
	top: 595px;
	width: 340px;
}
#box02-comment01 p,
#box02-comment02 p,
#box02-comment03 p {
	margin: 0px;
}

#satei p img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


 

/*****フリーページフォーム****************************/
.frame {
	padding-left: 15px;
}


.font-r {
	color: #D20000;
}
img {
 border: none;
}
ul.security {
	margin-top: 15px;
	margin-left: -20px;
}
ul.security li {
	list-style: disc;
	margin-left: 1.2em;
	color: #2E291F;
}

img.float-r {
	margin-left: 20px;
	float: right;
	margin-top: 3px;
}
.banner-img {
	margin-bottom: 10px;
}