body {
	margin: 0;
	background-color: #a90000;
}

img {
	border: none;
}

#body {
	margin-left: auto;
	margin-right: auto;
	background-color: #d4cdb1;
}

#mainHr hr{
	color: #b3a479;
	height: 1px;
}

/* 汎用テキストスタイル */
.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

/* レイアウト用ボックス */
#main {
	clear: left;
	vertical-align: top;
	margin-top: 10px;
}

/* default style */
/* form */
form fieldset {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px;
}

form legend {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 3px 50px 3px 5px;
	font-weight: bold;
	margin-left: 5px;
}

form label {
	margin-left: 2px;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px dotted #a1a5a9;
	padding: 2px;
}

form .firstGroup {
	padding: 3px;
	border-top: 1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
}

form .group {
	padding: 3px;
	border-bottom: 1px solid #a1a5a9;
}

form .lastGroup {
	padding: 3px;
	border-bottom: 1px solid #a1a5a9;
	background-color: #eeeeee;
	text-align: center;
}

form .item {
	margin-left: 25%;
	line-height: 1.8em;
	text-align: left;
}

/* table */
table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 1px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-collapse: collapse;
}

th, td {
	font-size: 90%;
	padding: 5px;
	border: 1px solid #000000;
}

table td.num {
	text-align: right;
}

/* 商品に関するテーブル共通 */
.productMatrixBox table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 5px;
	border-collapse: collapse;
	border: 0px;
	background-color: #b5a479;
}

.productMatrixBox table td {
	background-color: #FFFBEF;
	padding: 5px;
	border: 1px solid #b5a479;
	vertical-align: top;
	font-size: 90%;
}

.productMatrixBox table td img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.productMatrixBox table td h5 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 95%;
}

.productMatrixBox table td p {
	margin-top: 0;
	margin-bottom: 0;
}

/* 各表示コンポーネント基底クラス */
.box {
	background: #f2eee2;
	margin: 0 10px 10px 10px;
	padding: 5px;
	border: 0;
	text-align: left;
	overflow: auto;
}

.box h5 {
	text-align: center;
	margin-top: 0;
}

.box ul {
	text-align: left;
	list-style-type: none;
	margin: -1em 0 0 0;
	padding: 0;
}

.box a:link, .box a:visited, .box a:active{
	color: #000000;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}
	
.box a:hover {
	color: #FF2611;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
	padding: 0;
}

/* 郵便番号 */
.zipcodeAlert {
	color: #fc0000;
	font-size: 85%;
}

/* --------------- ページ上 --------------- */
.tagline {
	background:#790000 none repeat scroll 0%;
}
.tagline p {
	width: 920px;
	margin: 0 auto;
	text-align:right;
	font-size:10px;
	letter-spacing:1px;
	color: #ffffff;
}

.tagline h1 {
        width: 920px;
        margin: 0 auto;
        text-align: right;
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #fff;
}
/* --------------- ヘッダー --------------- */
/* Logo */
#logo {
	margin: 5px;
	width: 84px;
	float: left;
}

/* ５つのお約束 */
#oyakusoku {
	color: #ffffff;
	font-size: 75%;
	margin: 5px;
	width: 280px;
	float: left;
}

#oyakusoku h3 {
	margin: 0;
	padding: 0 0 3px 0;
}

#oyakusoku ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#oyakusoku ul li {
	margin: 0;
	padding: 0;
}

/* 最新のお知らせ & メニュー */
#headerMenu {
	float: right;
	width: 515px;
}

#headerMenu ul {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}

#headerMenu li {
	display: inline;
	margin: 0;
}

/* お知らせ */
#headerMessageBox {
	background: #d4cdb1;
	margin : 10px 5px 5px 0;
	padding: 3px 0 0 1em;
	height: 55px;
	font-weight: bold;
}

#headerMessageBox p {
	font-size: 85%;
	color: #000000;
	margin: 0;
	padding: 0;
}

#headerMessageBox h3 {
	margin: 0;
	padding: 0 0 3px 0;
	color: #a90000;
}

#headerMessageBox ul {
	font-size: 85%;
	color: #4b4b4b;
	list-style-type: none;
}

#headerMessageBox ul li {
	display: list-item;
	font-weight: normal;
}

#headerMessageBox ul li a {
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}

#headerMessageBox ul li a:hover{
	color: #FF2611;
}

/* メインメニュー */
#headerMenu2 {
	clear: left;
	background: #000000;
	height: 1.8em;
	text-align: center;
}

#headerMenu2 ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#headerMenu2 li {
	display: inline;
	margin: 0;
}

#headerMenu2 a:link, #headerMenu2 a:visited, #headerMenu2 a:active {
	color: #d4cdb0;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
	border: #817a5d solid 2px;
}
	
#headerMenu2 a:hover {
	color: #d4cdb0;
	font-size: 95%;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 15px;
	border: #817a5d solid 2px;
}
/* --------------- ヘッダー end --------------- */

/* --------------- フッター --------------- */
#footer {
	margin-top: 30px;
	clear: both;
}

#footer hr {
	color: #b3a479;
	height: 1px;
}

#footer address {
	font-style: normal;
	font-size: 75%;
	color: #000000;
	text-align: center;
}

#footer address a:link, #footer address a:visited, #footer address a:active{
	color: #000000;
	font-size: 120%;
}
	
#footer address a:hover{
	color: #000000;
	font-size: 120%;
}
/* --------------- フッター end --------------- */


/* --------------- サイドバー --------------- */
/* 左側 */
/* 共通 */
#categoryBox.box h5, #budgetBox.box h5, #rankingBox.box h5, #searchBox.box h5, #giftsideBox.box h5 {
    color: #ffffff;
    background-color: #AA0000;
	width: 160px;
	height: 20px;
	padding: 5px 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: -1px;
}

#rankingBox.box, #searchBox.box, #categoryBox.box, #budgetBox.box, #giftsideBox.box{
	width: 160px;
	font-size: 90%;
    padding: 0;
    text-align: center;
	overflow: hidden;
}

/* 商品カテゴリ */
#categoryBox {
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#categoryBox.box ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

#categoryBox.box li {
	margin: 0;
	padding: 0;
	background: #fffbef;
	border-top: 1px solid #b3a479;
	border-bottom: 1px solid #b3a479;
}

#categoryBox.box a img {
	padding: 0 4px;
}

#categoryBox.box a {
	display:block;
	background-color: #f2eee2;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 1px;
}

#categoryBox.box a:hover {
	display: block;
	background-color: #d4cdb1;
	text-decoration: none;
	color: #000000;
	padding: 1px;
}

/* 予算別カテゴリ */
#budgetBox {
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#budgetBox.box ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

#budgetBox.box li {
	margin: 0;
	padding: 0;
	background: #fffbef;
	border-top: 1px solid #b3a479;
	border-bottom: 1px solid #b3a479;
}

#budgetBox.box a img {
	padding: 0 4px;
}

#budgetBox.box a {
	display:block;
	background-color: #f2eee2;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 1px;
}

#budgetBox.box a:hover {
	display: block;
	background-color: #d4cdb1;
	text-decoration: none;
	color: #000000;
	padding: 1px;
}

/* 贈り物カテゴリ */
#giftsideBox {
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#giftsideBox.box ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

#giftsideBox.box li {
	margin: 0;
	padding: 0;
	background: #fffbef;
	border-top: 1px solid #b3a479;
	border-bottom: 1px solid #b3a479;
}

#giftsideBox.box a img {
	padding: 0 4px;
}

#giftsideBox.box a {
	display:block;
	background-color: #f2eee2;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 1px;
}

#giftsideBox.box a:hover {
	display: block;
	background-color: #d4cdb1;
	text-decoration: none;
	color: #000000;
	padding: 1px;
}

/* 金沢屋の人気商品 */
#rankingBox {
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#rankingBox.box ol {
    margin: 1em 0;
    padding-left: 35px;
    padding-right: 2px;
   	text-align: left;
}

#rankingBox.box a:link, #rankingBox.box a:visited, #rankingBox.box a:active{
	color: #000000;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}
	
#rankingBox.box a:hover {
	color: #FF2611;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}

/* 商品検索 */
#searchBox {
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#searchBoxLeft {
	float: left;
	width: 19px;
	margin-left: 40px;
}

#searchBoxRight {
	float: left;
	width: 101px;
	text-align: left;
}

#searchBox form {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px;
}

#searchBox .button {
	padding-top: 5px;
}

/* 右側 */
/* 共通 */
#kanazawayaBanner.box, #kyotodaysBanner.box {
	text-align: center;
	overflow: hidden;
}

/* イメージバナー */
#imageBannerBox {
	padding-bottom: 5px;	
}

#imageBannerBox .inbox {
	padding-bottom: 5px;
	margin-left: 10px;
	width: 162px;
	text-align: left;
	overflow: auto;
}

/* 商品バナー（未使用） */
#bannerBox {
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#bannerBox .box {
	background: #EEEEEE;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #000;
	width: 150px;
	clear: left;
}

#bannerBox .productImage {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

#bannerBox p {
	margin-top: 0;
	font-size: 75%;
	line-height: 130%;
}
#bannerBox.box table{
	margin-left: auto;
	margin-right: auto;
	border: 0;
	background-color: #eee;
}

.bannerBoxLeft {
	float: left;
	width: 60px;
}

.bannerBoxRight {
	float: left;
	width: 90px;
}

/* 山形屋へのバナー */
#kanazawayaBanner, #kyotodaysBanner {
	font-size: 75%;
	background: #f2eee2;
	border: 1px solid #b3a479;
}

#kanazawayaBanner.box img, #kyotodaysBanner.box img {
	margin: 0;
	padding: 0;	
}

/* Powered */
#poweredBox {
	font-size:75%;
	background: #f2eee2;
	border : 1px solid #b3a479;
}
	
/* --------------- サイドバー End --------------- */


/* --------------- トップページ --------------- */
/* キャンペーンバナー */
#campaignBannerBox {
	/*padding-bottom: 5px;*/
}

#campaignBannerBox img {
	margin-bottom: 5px;
}

/* おすすめ */
.recommendsCarriage {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #eee9d3;
	overflow: auto;
	color: #aa0000;
	font-size: 100%;
	font-weight: bold;
}

.recommendsWaku {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #eee9d3;
	overflow: auto;
}

.recommends {
	width: 520px;
	margin: 0;
	padding: 0;
	background: #eee9d3;
}

.recommendsLeft {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}

.recommendsLeft img {
	margin: 0;
	padding: 0;
}

.recommendsRight {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.recommendsRight img {
	margin: 0;
	padding: 0;
}

.recommendsPrice{
	color: #aa0000;
	text-align: right;
	padding: 5px 0;
	font-size: 20px;
}

.recommendsOutline {
	color: #737373;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0;
	font-size: 12px;
}

.recommendsComment {
	color: #aa0000;	
}

.recommendsContent{
	color: #a90000;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0;
	font-size: 12px;
}

#topPageCenterImage {
	text-align: right;
	padding: 10px 10px 20px 0;
}

/* 中央バナー */
#mainCenterBannerBox .inbox{
	padding-bottom: 10px;
}

/* カテゴリの一押し 現在未使用 */
#categoryRecommendBox h3 {
	text-align: center;
	width: 100%;
}

#categoryRecommendBox img {
	margin-right: 5px;
	margin-bottom: 0;
	float: left;
}

p.toCategoryList{
	text-align: right;
	margin-right: 5px;
}

/* 更新された商品 現在未使用 */
#updatedProductBox {
	background: #b5a479;
	border: 0;
}

#updatedProductBox h3 {
	text-align: center;
}

#updatedProductBox .titleImage {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#updatedProductBox img {
	margin-right: 2px;
}

/* お客様の声 */
#topPageReviewBox {
	background: #eee9d3;
	border: 0;
	margin-top: 0;
	width: 520px;
}

#topPageReviewBoxLeft {
	float: left;
	margin: 0;
	padding: 10px 0 10px 5px;
	height: auto;
	width: 400px;
}

#topPageReviewBoxLeftInLeft {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 30px;
}

#topPageReviewBoxLeftInLeft img {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

#topPageReviewBoxLeftInRight {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	height: auto;
	width: 350px;
}

#topPageReviewBoxLeftInRight h3 {
	color: #aa0001;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	text-align: left;
}

#topPageReviewBoxRight {
	float: right;
	margin: 0px;
	padding: 10px 0 10px 0;
	height: auto;
	width: auto;
}

#topPageReviewBoxRight img {
	vertical-align: bottom;
}

#topPageReviewBoxUnder {
	clear: left;
}

.topPageReviewDisplayBoxLeft {
	float: left;
}

.topPageReviewDisplayBoxRight {
	float: left;
	width: 400px;
}

.floatClear {
	clear: both;
	margin: 0;
	padding: 0;
}

.topPageReviewDisplayBoxRightProduct {
	float: left;
	font-weight: bold;
}

.topPageReviewDisplayBoxRightProduct a:link, .topPageReviewDisplayBoxRightProduct a:visited, .topPageReviewDisplayBoxRightProduct a:active{
	color: #707070;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}
	
.topPageReviewDisplayBoxRightProduct a:hover {
	color: #FF2611;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}

.topPageReviewDisplayBoxRightPrice {
	float: left;
	padding-left: 8px;
}

.topPageReviewDisplayBoxRightTitle {
	float: left;
	font-weight: bold;
}

.topPageReviewDisplayBoxRightStar {
	float: left;
	padding-left: 8px;
}

.topPageReviewDisplayBoxRightDate {
	float: left;
	padding-left: 8px;
}

.topPageReviewDisplayBoxRightContent {
}

.topPageReviewDisplayBoxLink {
	text-align: right;
	width: 400px;
}

.topPageReviewDisplayBoxLink a:link, .topPageReviewDisplayBoxLink a:visited, .topPageReviewDisplayBoxLink a:active{
	color: #d51a23;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}
	
.topPageReviewDisplayBoxLink a:hover {
	color: #FF2611;
	font-size: 90%;
	text-decoration: underline;
	padding: 0;
}

.topPageProductMatrixBox table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 5px;
	border-collapse: collapse;
	border: 0;
	background-color: #ffffff;
	color: #707070;
	width: 520px;
}

.topPageProductMatrixBox table td {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #eee9d3;
	font-size: 90%;
}

.topPageProductMatrixBox table td img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* 事務局情報 */
#companyInformationBox {
	background: #d4cdb1;
	width: 530px;
}

#companyInfoMain {
	float: left;
	width: 400px;
}
#companyInfoMain p {
	text-align: left;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}
#companyInfoSub {
	float: left;
	width: 130px;
}
/* --------------- トップページ end --------------- */


/* --------------- 商品一覧ページ --------------- */
#productListBox h3 {
	text-align: center;
}

#productListBox h4 {
	font-size: 100%;
	line-height: 150%;
	color: #000000;
	margin: 20px 15px 5px 5px;
	padding: 0 10px 0 10px;
	text-align: left;
	border-left: 20px solid #F26611;
	border-bottom: 2px solid #F26611;
}

#productListBox img{
	margin: 2px 2px 0 2px;
	padding: 0;
}

#productDetailTable table {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-spacing: 5px;
	border-collapse: separate;
}

#productDetailTable table th {
	width: 5em;
	padding: 5px;
	text-align: left;
}

#productDetailTable table th.caption {
	width: auto;
	text-align: center;
	border: 1px;
}

#productDetailTable table td {
	width: auto;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 5px;
}

/* 次のページへのナビゲーション（現在未使用） */
.pagingNaviBox {
	text-align: center;
	font-size: 100%;
}

/* 商品一覧のテーブル無し */
.productMatrixBoxLeft {
	float: left;
	width: 114px;
	padding-right: 5px;
}

.productMatrixBoxRight {
	overflow: auto;
	float: left;
	width: 126px;
}

.productMatrixBoxRight h5.shopName {
	font-size: 95%;
}

.productMatrixBoxUnder {
	clear: left;
	width: 240px;
}

.productMatrixBoxUnderPeriod {
	width: 240px;
	height: 25px;
}

.productMatrixBoxUnder p{
	padding-top: 4px;
}

.productMatrixBoxComment {
	color: #aa0000;
}

.productMatrixBoxRight p{
	color: #aa0000;
}
.productMatrixBoxMoviebot {
	float: right;
	padding-top: 5px;
}

.productMatrixBoxRight a:link, .productMatrixBoxRight a:visited, .productMatrixBoxRight a:active{
	color: #000000;
	font-size: 95%;
	text-decoration: underline;
	padding: 0;
}
	
.productMatrixBoxRight a:hover {
	color: #FF2611;
	font-size: 95%;
	text-decoration: underline;
	padding: 0;
	padding: 0;
}

#productListTitle {
	margin: 5px;
}

.productListBoxHeader {
	width: 503px;
    background: #aa0000;
    margin: 0 auto 5px auto;
    padding: 0;
    overflow: hidden;
}

.productListBoxCarriage {
	width: 503px;
	margin: 0 auto 5px auto;
	padding: 0;
	background: #eee9d3;
	overflow: auto;
	color: #aa0000;
	font-size: 100%;
	font-weight: bold;
}

.productListBoxHeaderInBox {
	background: #f3c3c3;
	padding: 0;
	margin: 0 0 2px 15px;
	width: 488px;
	overflow: hidden;
}

.productListBoxHeaderInBox h3 {
	color: #aa0000;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	width: 380px;
}

.productListBoxHeaderInBoxLeft {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

.productListBoxHeaderInBoxLeft span {
	font-size: 90%;
}

.productListBoxHeaderInBoxRight {
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	width: 87px;
}

/* バリエーションメニュー関連 */
/* 一番外枠のボックス */
.boxCustom {
	background: #f2eee2;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 0;
	text-align: left;
}

/* 親メニュー  */
.pulldownPicture {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}

/* 隠れているメニュー */
.hiddenMenu {
	position: absolute;
	visibility: hidden;
	list-style-type: none;
	margin: -1em 0 0 0;
	padding: 0;
	width: 200px;
	background: #fffbef;
	border-color: #b5a479 #b5a479 #b5a479 #b5a479;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	z-index: 2;
}

.hiddenMenu li {
	padding: 3px;
}

.hiddenMenu li a {
	display: block;
	height: 100%;
	overflow : auto;
}

.hiddenMenu li img {
	float: left;
}

/* 隠れているメニュー通常背景色 */
.hiddenMenuCommon {
	background: #fffbef;
}

/* 隠れているメニュー選択されたときの背景色 */
.hiddenMenuSelect {
	background: #f2eee2;
}

/* ふるさと */
#hurusatoTable {
	width: 504px;
	border: 0;
	background-color: #f2eee2;
	margin-bottom: 0;
	padding-bottom: 0;
}

#hurusatoTable td {
	border: 0;
	vertical-align: top;
}

#hurusatoTable td img {
	margin: 0;
	padding: 0;
}

#hurusatoBox {
	width: 504px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

#hurusatoBoxInLeftBox {
	float: left;
	height: 60px;
}

#hurusatoBoxInRightBox {
	float: left;
	width: 364px;
	height: 60px;
}

#hurusatoBoxInRightBox h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
}
/* --------------- 商品一覧ページ end --------------- */


/* --------------- 商品ページ --------------- */
#productSummaryBox {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	border: 1px solid #b3a479;
}

#productSummaryBox h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#productSummaryBannerBox {
	margin-bottom: 0;
	padding-bottom: 0;
}

#productSummaryBannerBox img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#productSummaryBox table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
	background: #f2eee2;
	border: 0;
	width: 518px;
	font-size: 95%;
}

#productSummaryBox table td {
	vertical-align: top;
	border: 0px;
}

#productSummaryBox table td img, #productDetailBox table td img, .productSummaryBox table td img {
	margin-bottom: 5px;
	padding: 5px;
}

#productSummaryBox .orderNotes {
	border: 1px solid #a90000;
	background-color: #ffffff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
	font-size: 80%;
	color: #ae0103;
}

#productSummaryBox .orderNotes B {
	font-size: 120%;
}

#productSummaryBox .orderNotesWhite {
	border: 1px solid #a90000;
	background-color: #ffffff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
	font-size: 80%;
	color: #ae0103;
}

#productSummaryBox .orderNotesWhite B {
	font-size: 120%;
}

#productSummaryBox .orderNotesRed {
	border: 1px solid #a90000;
	background-color: #ae0103;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
	font-size: 90%;
	color: #ffffff;
}

#productSummaryBox .orderNotesRed B {
	font-size: 120%;
}

#productSummaryBox h4 {
	color: #95865d;
}

/* 購入ボタンへのアンカー部分　2011.12.1 追加 */
#productSummaryBoxAn {
	border: 1px solid #b3a479;
	display: inline-block;
	border: 0;
	background-color: #FFFFFF;
	width: 530px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
}
#productSummaryBoxAn .mycenter {
	display: inline-block;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 5px;
	float: none;
}
#productSummaryBoxAn img {
	float: left;
	position: relative;
	display: inline-block;
}
#productSummaryBoxAn .txt {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #AA0000;
	padding-right: 10px;
	text-align: left;
	position: relative;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#productSummaryBoxAn .txt .mini {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
/* 購入ボタンがあるボックスの左側 */
.linkReviewAnchor img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.linkReviewAnchor p {
	margin: 0;
	padding: 0;	
}

/* 購入ボタンがあるボックスの右側 */
.productMatrixBoxShop {
	padding: 1px;
	margin: 0;
}

.productMatrixBoxPrice {
	color: #aa0000;
	padding: 1px;
	margin: 0;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

.productMatrixBoxExp {
	padding: 1px;
	margin: 0;
}

.productMatrixBoxRightTD {
	/*width: 100%;*/
}

/* クロス販売 */
.crossItemsProductBox {
	background: #f2eee2;
	margin: 0 10px 10px 10px;
	padding: 5px;
	border: 0;
	text-align: left;
}

.crossItemsProductBox ul {
	text-align: left;
	list-style-type: none;
	margin: -1em 0 0 10px;
	padding: 0;
	overflow: auto;
}

.crossItemsProductBox h4 {
	color: #95865d;
	padding-bottom: 10px;
}

.crossItemsProductLeftBox {
	float: left;
	height: 40px;
	width: 45px;
	margin: 0;
	padding: 0;
}

.crossItemsProductLeftBox img {
	margin: 0;
	padding: 0;
}

.crossItemsProductRightBox {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	height: 40px;
	width: 450px;
	font-size: 95%;
}

.crossItemsProductRightBox a:link, .crossItemsProductRightBox a:visited, .crossItemsProductRightBox a:active{
	color: #000000;
	text-decoration: underline;
	padding: 0;
}
	
.crossItemsProductRightBox a:hover {
	color: #FF2611;
	text-decoration: underline;
	padding: 0;
}
/* クロスアイテムNEW　2011.12.1 追加 */
.crossItemsProductBox .title {
	padding-bottom: 5px;
}
.crossItemsProductBox .crossItemBox {
	float: left;
	width: 80px;
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.crossItemsProductBox .crossItemBox a {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	margin-top: 3px;
}
.crossItemsProductBox .crossItemBox strong {
	font-size: 14px;
}

/* カテゴリ */
/*#producerSummaryPageCategoryBox {
	background: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	text-align: left;
	color: #aa0000;
	font-size: 80%;
	font-weight: bold;
	width: 530px;
	overflow: hidden;
}

#producerSummaryPageCategoryBox h5 {
	margin: 5px 0 0 10px;
	padding: 0;
	font-size: 100%;
	float: left;
}

#producerSummaryPageCategoryBox ul {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}

#producerSummaryPageCategoryBox ul li {
	display: inline;
	margin: 0;
	padding: 0 7px 0 0;
	float: left;
}*/

#producerSummaryPageCategoryBox {
	background: #ffffff;
	margin: 0 10px;
	padding: 5px 0 0 10px;
	border: 0;
	text-align: left;
	color: #d49f2f;
	font-size: 80%;
	font-weight: bold;
	overflow: auto;
}

#producerSummaryPageCategoryBox h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	float: left;
}

#producerSummaryPageCategoryBox ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	position: relative;
}

#producerSummaryPageCategoryBox ul li {
	display: inline;
	margin: 0;
	padding: 0 7px 0 0;
	float: left;
	white-space : nowrap ;
}

#producerSummaryPageCategoryBox a {
	color: #d49f2f;
}

/* キーワード */
#ProductSummaryPageKeywords {
	background: #eee9d3;
	margin: 10px;
	padding: 15px;
	border: 0;
	text-align: left;
	font-size: 80%;
	color: #a29f94;
}

/* 生産者レビュー */
.producerReview {
	line-height: 180%;
}

#producersVoice.box H3 {
	background: #F26611;
	margin: 4px;
	padding: 3px;
	color: #FFFFFF;
}

.producerReview H4 {
	color: #01aa8a;
	text-align: left;
	font-size: 120%;
	margin: 20px 0 0 10px;
	padding-bottom: 0;
}
	
.producerReview img {
	margin: 5px;
}

/*.producerReviewBaseBox {
	width: 530px;
	background: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	border: 0;
	text-align: left;
	overflow: hidden;
}

.producerReviewBaseBox .titleImage {
	background: #aa0000;
	margin: 4px;
	padding: 6px;
}

#producerReviewBox {
	margin: 5px;
}

#producerReviewBox img {
	margin: 0 2px;
}

#r-topPict img {
	margin: 5px 0;
	padding: 2px;
}*/

.producerReviewBaseBox {
	background: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
	border: 0;
	text-align: left;
	overflow: auto;
}

.producerReviewBaseBox .titleImage {
	background: #aa0000;
	margin: 4px;
	padding: 6px;
}

#producerReviewBox {
	margin: 3px;
}

#producerReviewBox img {
	margin: 0 2px;
}

#r-topPict img {
	margin: 5px 0;
	padding: 0px;
}

.small{
	display: block;
	padding: 0 10px 0 2px;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	background-color: #FFF;
	clear: both;
}

.col200r{
	margin: 4px 0 5px 0;
	float: right;
}
		
.col200l{
	margin: 4px 0 5px 0;
	float: left;
}

h3.revh3 {
	color: #aa0000;
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	margin: 10px 0 0 10px;
	padding-bottom: 0;
}

h4.revh4 {
	background: #aa0000;
	margin: 4px;
	padding: 8px;
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
	font-weight: lighter;
}
	
#revleft {
	float: left;
}

#revright {
	float: right;
}

.clearReview {
	clear: both;
}

p.rev {
	font-size: 95%;
	line-height: 140%;
	letter-spacing: -1px;
	text-align: left;
	margin: 10px;
	height: 100%;
}

h3.customerReviewTopLabel {
	color: #aa0001;
	margin-top: 0;
	padding-top: 0;
	letter-spacing: 1px;
}

h3.customerReviewTopLabel img {
	margin: 10px 5px 0 0;
	padding: 0;
}

#reviewTopLabelBox {
	margin: 8px 0 8px 7px;
}

.reviewLabelBox {
	color: #fff;
	background: #b5a479;
	margin: 5px 0 5px 7px;
	padding: 0;
	width: 506px;
	height: 33px;
}

.reviewLabelBoxInLeftBox {
	float: left;
	width: 35px;
}

.reviewLabelBoxInLeftBox img {
	margin: 5px;
	padding: 0;
}

.reviewLabelBoxInRightBox {
	float: left;
	margin-top: 7px;
	font-weight: bold;
	width: 471px;
}

.reviewLabelUnderBox {
	margin: 5px 0 5px 7px;
	font-size: 95%;
	text-align: left;
}

.reviewLabelUnderBox P {
	margin-left: 10px;
}

/* その他の類似商品 */
.productBoxUlBox {
	background: #fff;
}

.productBoxUlLeftBox {
	float: left;
	height: 50px;
	width: 70px;
	margin: 0;
	padding: 0;
}

.productBoxUlLeftBox img {
	margin: 0;
	padding: 0;
}

.productBoxUlRightBox {
	float: left;
	margin-top: 5px;
	height: 50px;
	width: 250px;
	font-size: 95%;
}

.productBoxUlRightBox a:link, .productBoxUlRightBox a:visited, .productBoxUlRightBox a:active{
	color: #000000;
	font-size: 110%;
	text-decoration: underline;
	padding: 0;
}
	
.productBoxUlRightBox a:hover {
	color: #FF2611;
	font-size: 110%;
	text-decoration: underline;
	padding: 0;
}

/* お客様の声 */
#customerReviewBox {
	background: #eee9d3;
	border: 0;
	margin: auto;
}

.customerReviewBaseBox {
	background: #eee9d3;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 0;
	text-align: left;
	overflow: auto;
}

.customerReviewBaseBox a:link, .customerReviewBaseBox a:visited, .customerReviewBaseBox a:active{
	color: #000000;
	font-size: 110%;
	text-decoration: underline;
	padding: 0;
}
	
.customerReviewBaseBox a:hover {
	color: #FF2611;
	font-size: 110%;
	text-decoration: underline;
	padding: 0;
}

.customerReviewBoxInLeftBox {
	float: left;
}

.customerReviewBoxInRightBox {
	float: left;
}

.customerReviewBoxInRightBoxRight {
	float: right;
}

.customerReviewBoxInRightBox h3 {
	color: #aa0001;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

p.cust {
	font-size: 75%;
	line-height: 170%;
	text-align: left;
	margin: 10px;
	overflow: auto;
}

p.cust2 {
	font-size: 75%;
	line-height: 170%;
	text-align: right;
	margin: 10px;
	overflow: auto;
}

#reviewLeftBox {
	float: left;
	height: 37px;
}

#reviewRightBox {
	float: left;
	height: 37px;
}

#reviewBottomBox {
	clear: left;
}

/* 2007/11/27 Add */
.customerReviewMessage {
	margin: 7px 0;
	font-size: 75%;
}

/* 2007/11/27 Add */
.emphasisContent {
	color: #FF3300;
}

/* 2007/11/27 Add */
#addressBookListBoxUnderMessage1 {
	color: #FF3300;
	margin-left: 100px;
	margin-right: 100px;
}

/* 2007/11/27 Add */
#addressBookListBoxUnderMessage2 {
	color: #FF3300;
	margin-left: 100px;
	margin-right: 100px;
}

/* 2007/11/27 Add */
#orderPaymentMessage {
	color: #FF3300;
}

/* 2007/11/27 Add */
#orderCompleteMessage1 {
	text-align: center;
}

/* 2007/11/27 Add */
#orderCompleteMessage2 {
	text-align: center;
	color: #FF3300;
}
/* --------------- 商品ページ end --------------- */


/* --------------- 検索結果ページ --------------- */
#searchResultBox {
	width: 520px;
}

#srdSortList {
	padding: 20px 0 20px 30px;
	font-size: 90%;
}

#srdSortList img {
	padding-right: 5px;
}

.productSimpleTableTd {
	padding: 0;
}

#productSimpleTable {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	border: 0;
}

#productSimpleTable table {
	background-color: #f2eee2;
	border-spacing : 5px;
	border: 0 none;
}

#productSimpleTable th, #productSimpleTable td {
	font-size: 85%;
	padding: 5px;
	border: 0 none;
}

#productSimpleTable th {
	background-color: #a90000;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border: 4px solid #f2eee2;
}

#productSimpleTable td {
	vertical-align: middle !important;
}

.srdTr2_1 {
	background-color: #f2eee2;
}

.srdTr2_2 {
	background-color: #d4cdb1;
}

.srdTh1, .srdTh3, .srdTh4 {
	width: 90px;
}

.srdTh2 {
	width: 200px;
}

.srdTd2, .srdTd3 {
	font-weight: bold;
}

.srdTd1, .srdTd3, .srdTd4 {
	text-align: center;
}

.srdTd4 img {
	padding: 2px;
}
/* --------------- 検索結果ページ end --------------- */


/* --------------- お客様の声ページ --------------- */
#productReviewPageBox {
	background: #eee9d3;
	border: 0;
}

.reviewDisplayBox {
	width: 506px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #b3a479;	
	overflow : auto;
	text-align: left;
}

.reviewTitle {
	font-size: 130%;
}

.reviewDisplayBoxLeft {
	float: left;
	margin: 5px;
	padding: 0;
	font-size: 75%;
	width: 105px;
	overflow : auto;
}

.reviewDisplayBoxRight {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
	float: left;
	width: 355px;
	overflow : auto;
}

.reviewDisplayBoxOne {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 15px 0 15px;
	float: left;
	width: 460px;
	overflow : auto;
}

.reviewDisplayBoxUnder {
	clear: left;
	font-size: 75%;
	margin: 0;
	padding: 0;
	overflow : auto;
}
/* --------------- お客様の声ページ end --------------- */


/* --------------- お知らせページ --------------- */
#announceBox {
	width: 530px;
	background: #f2eee2;
	text-align: left;
	padding: 0;
	overflow: auto;
}

#announceBox h1 {
	margin: 0;
	padding: 0;
}

#announceBox h2 {
	color: #ffffff;
	margin: 5px 5px;
	padding: 5px 0 5px 20px;
	background: #a90000;
	font-size: 95%;
	font-weight: normal;
}

.announceBoxContents {
	padding: 10px 25px;
	width: 480px;
	overflow: auto;
}

#announceBoxContents {
	padding: 10px 25px;
	width: 480px;
	overflow: auto;
}

#announceBox p {
	color: #4b4b4b;
	margin: 0;
}

#recommendsBox {
	width: 530px;
	background: #d4cdb1;
	text-align: center;
	padding: 0;
}

#announceBox img {
	margin: 0px;
}

.upperType{
	margin: 0px 0px 5px 0px;
}

.lowerType{
	margin: 5px 0px 0px 0px;
}

.rightType{
	margin: 4px 0px 5px 5px;
	float: right;
}
		
.leftType{
	margin: 4px 5px 5px 0px;
	float: left;
}

.announceBoxAlt{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 80%;
	color: #000;
}
/* --------------- お知らせページ end --------------- */


/* --------------- 買い物かごページ --------------- */
#cartDisplayBox table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-spacing: 1px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#cartDisplayBox table th, #cartDisplayBox table td {
	font-size: 90%;
	padding: 5px;
	border: 1px solid #000000;
}

#cartDisplayBox table th {
	text-align: center;
}

#cartDisplayBox table .num {
	text-align: right;
	white-space: nowrap;
}

.systemMessage {
	color: #FF3300;
    font-weight: bold;
    border: 2px dotted orangered;
    padding: 2px;
    width: 95%;
    text-align: center;
    line-height: 150%;
	margin-left: auto;
	margin-right: auto;
}

#shoppingCartAlert {
	border: #fe0000 solid 2px;
	background: #fff;
	padding: 5px;
	width: 450px;
	font-size: 90%;
}

#shoppingCartAlert h4 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #fc0000;
}

#shoppingCartAlert p {
	margin: 0;
	padding: 0;
}

#shoppingCartBox.box {
	width: 530px;
	text-align: left;
	padding: 0;
}

#shoppingCartBox.box h3 {
	margin-left: 5px;
}

#shoppingCartBox.box p {
	margin-left: 5px;
}

#shoppingCartBox.box #shoppingCartAlert ul{
	text-align: left;
	list-style-type: circle;
	padding : 0 0 0 20px;
	margin: 5px;
}

#shoppingCartAlert ul li {
	font-weight: bold;
	margin: 5px;
}

#shoppingCartAlert ul li span {
	margin: 5px 0 5px 1em;
	font-weight: normal;
}

.cartAnnounce{
	clear: right;
	clear: left;
	width: 100%;
	text-align: left;
}

.cartAnnounce p{
	color: #FF0000;
}

/* リンク装飾 */
.spLink {
	width: 510px;
	height: 53px;
	margin: 0;
}
	
#shoppingCartBox.box p.toOrderLink {
	text-align: right;
	float: right;
	width: 150px;
	display: inline-block;
	position: relative;
	height: 50px;
}
#shoppingCartBox.box p.shoppingLink {
	text-align: left;
	float: left;
	width: 150px;
	height: 50px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

#orderSubmitButton {
	text-align: center;
}
	
/* 配送料金について */
#cartHtml {
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
	width: 488px;
}

#cartHtmlTitle {
   margin-top: 0;
   border-left: 20px solid #990000;
   padding: 0 0 0 10px;
   color: #AA0000;
   font-size: 18px;
}

#cartHtml .title-header {
	font-size:18px;
	color:#AA0000;
	font-weight:bold;
	background:#ffcccc;
}

#souryo.box{
	font-size: 95%;
	line-height: 140%;
	width: 485px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: #FFFFFF;
	clear: both;
}

#souryo h3, #souryo div {
	margin: 10px;
}

.souryoClearBox {
	clear: both;
}

#shoppingCartBox.box table{
	width: 500px;
	margin-left: 0;
}

#shoppingCartBox.box #souryo table {
	width: 380px;
}

#shoppingCartBox.box form {
    margin-left: 5px;
}

#cartDisplayBox form{
	padding: 0;
	margin: 0;
}
/* --------------- 買い物かごページ end --------------- */


/* --------------- 注文画面ページ --------------- */
#orderBox {
	padding: 10px;
}

#orderCustomerBox p{
	padding-left: 100px;
	padding-right: 100px;
	font-size: 75%;
}

#forgetPassword {
	padding: 7px;
	font-weight: bold;
}

/* 別送付先一覧 */
div#addressBookListBox table {

}

#orderPaymentBox{
	
}

#orderCompletedEnqueteBox form .item {
    margin-left: 0;
}

#orderCompletedEnqueteBox table {
    margin-left: 0;
    border-width: 0;
}

#orderCompletedEnqueteBox td {
    border-width: 0;
} 

#cartDisplayBoxInOrder {
	margin-left: 100px;
	margin-right: 100px;
}

#orderMultiAddressBox H4{
	margin-left: 100px;
	margin-right: 100px;
}

.orderMultiAddressBoxAlert {
	text-align: center;
	color: #ff0000;
}

/* バックボタン使うなの文字 */
/* Inset 3D Curved */
.inset {background: transparent; width:500px;  color:#AA0000; margin:5px 0px 0px 0px;}
.inset h1, .inset p {margin:0 10px;}
.inset h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.inset p {padding-bottom:0.5em;}

.inset .top, .inset .bottom {display:block; background:transparent; font-size:1px;}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden;}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
.inset .b2 {background:#EEE9D5; border-left:1px solid #999; border-right:1px solid #aaa;}
.inset .b3 {background:#EEE9D5; border-left:1px solid #999; border-right:1px solid #ddd;}
.inset .b4 {background:#EEE9D5; border-left:1px solid #999; border-right:1px solid #eee;}
.inset .b4b {background:#EEE9D5; border-left:1px solid #aaa; border-right:1px solid #fff;}
.inset .b3b {background:#EEE9D5; border-left:1px solid #ddd; border-right:1px solid #fff;}
.inset .b2b {background:#EEE9D5; border-left:1px solid #eee; border-right:1px solid #fff;}


.inset .b1 {margin:0 5px; background:#999;}
.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
.inset .b3, .inset .b3b {margin:0 2px;}
.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
.inset .b1b {margin:0 5px; background:#fff;}

.inset .boxcontent {display:block; font-weight:bold; background:#EEE9D5; border-left:1px solid #999; border-right:1px solid #fff;}

/* リンク装飾 */
#orderSubmitButton a:link, #orderSubmitButton a:visited, #orderSubmitButton a:active,
P.alignCenter a:link, P.alignCenter a:visited, P.alignCenter a:active{
	color: #000000;
	text-decoration: none;
	border: #f26611 solid 1px;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	background: #FFcc00;
	line-height: 250%;
}
	
#orderSubmitButton a:hover, P.alignCenter a:hover{
	border: #F26611 solid 1px;
	color: #000000;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	background: #cccccc;
	line-height: 250%;
}
/* --------------- 注文画面ページ end --------------- */


/* ------------会員登録、会員情報、購入履歴---------------- */
#MemberToroku.box{
	margin: 0 100px;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #B4A479;
}
	
#memberRegisterBox table, #memberInformationBox table, #memberPurchaseLogBox table,
#memberAddressBookBox table {
	width: auto;
	margin-left: auto;
	margin-right: auto;	
	background-color: #ffffff;
	border: 1px solid #000000;
	border-spacing: 1px;
	border-collapse: collapse;
}

#memberRegisterBox th, #memberRegisterBox td, #memberPurchaseLogBox th, #memberPurchaseLogBox, td,
#memberInformationBox th, #memberInformationBox td,
#memberAddressBookBox th, #memberAddressBookBox td {
	font-size: 95%;
	padding: 5px;
	border: 1px solid #000000;
}

#memberRegisterRegulationsBox {
	width: 400px;
	height: 200px;
	overflow: scroll;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#memberSidebar {
	width: 150px;
	float: left;
}

#memberAddressBookListBox {
	margin-top: 10px;
}

#sidebarLessBox{
	width: 100%;
	text-align: center;
}
	
#x{
	padding-top: 10px;
}

#header{
	background-color: #A90000;
}

table　#orderAddressBox.box{
	border: 1px;
}

td　#orderAddressBox.box{
	border: 1px;
}

/* 会員サービスページ */
/* 購入履歴ページ */
#memberPurchaseLogList Table {
	width: 500px;
}

/* 登録情報ページ */
#memberInformationBox Table {
	width: 500px;
}

#memberInformationBox Table TH {
	width: 120px;
}

/* 別送付先ページ */
#memberAddressBookBox Table {
	width: 500px;
}

#memberAddressBookBox Table TH {
	width: 120px;
}

/* 会員登録 */
#mailBox {
	text-align: center;
	width: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;

	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4a479;
	border-right-color: #b4a479;
	border-bottom-color: #b4a479;
	border-left-color: #b4a479;
}

#mailBox h2 {
	font-size: 120%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left-style: solid;
	border-left-color: #aa0000;
	border-left-width: 20px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #aa0000;
}

#mailBox h3 {
	font-size: 110%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#mailBox p {
	text-align: left;
}

#mailBox table {
	border: 0px;
	border-spacing: 0px;
	
}

#mailBox table tr {
	border: 0px;
	border-spacing: 0px;
	
}

#mailBox table tr td {
	border: 0px;
	border-spacing: 0px;
	
}

.kana2 {
	border-bottom :4px solid #aa0000;
	color : #000;
	padding-left : 10px;
	text-align: left;
}

#content {
	padding-top: 1em;
	padding-left: 10px;
	padding-right: 5px;
	margin: 0 100px;
	background: #D4CDB1;
}
		
#content h2 { margin-top: 0; }
/* ------------会員登録、会員情報、購入履歴 end---------------- */


/* --------------- 特定商取引法に関する表示、販売事業者に関する表示 --------------- */
#regulationBox h3, #entrepreneurBox h3,
#regulationBox p, #entrepreneurBox p {
	text-align: center;
}

#regulationBox table, #entrepreneurBox table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 1px;
	background-color : #ffffff;
	border: 1px solid #B4A479;
	border-collapse: collapse;
}

#regulationBox table th, #regulationBox table td,
#entrepreneurBox table th, #entrepreneurBox table td {
	font-size: 90%;
	padding: 5px;
	border: 1px solid #B4A479;
}

#regulationBox table th, #entrepreneurBox table th {
	text-align: left;
}
/* --------------- 特定商取引法に関する表示、販売事業者に関する表示 end --------------- */


/* --------------- プライバシーポリシーページ --------------- */
#privacyPolicyBox{
	width: 600px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 25px;
	border: 1px solid #B4A479;
	background: #fff;
}
.privacyPolicyLeftBox{
	width: 50px;
	float: left;
}
.privacyPolicyRightBox{
	width: 500px;
	float: left;
}
.privacyPolicyClearBox{
	clear: left;
}
#privacyPolicyBox h3 {
	font-size: 130%;
	text-align: center;
	padding-top: 10px;
}
/* --------------- プライバシーポリシーページ end --------------- */


/* ------------サイトマップ---------------- */
#siteMapBox {
	text-align: left;
	width: 600px;
	margin: 15px;
	padding: 20px;
	background: #fff;
	border: 0;
}

#siteMapBox h3 {
	
}

.siteMapLeftBox {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #f2eee2;
	color: #736c4f;
	font-weight: bold;
}

.siteMapLeftBox h4 {
	margin: 5px 0 0 5px;
}

.siteMapLeftBarBox {
	float: left;
	width: 5px;
	background: #d4cdb1;
	padding: 0;
	margin: 0;
}

.siteMapRightBox {
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	width: 420px;
}

.siteMapRightBox span {
	font-size: 80%;
	color: #97927e;
}

.siteMapRightBox ul {
	margin-top: 0;
}

.siteMapRightBox ul.yaji {
	list-style-image: url(/Design/sitemap_yaji.gif);
	margin-left: 15px;
}

.siteMapRightBox a:link, .siteMapRightBox a:visited, .siteMapRightBox a:active{
	color: #000000;
	text-decoration: none;
}

.siteMapRightBox a:hover {
	color: #FF2611;
	text-decoration: underline;
}

#siteMapMain, #siteMapMain2 {
	height: 800px;
}

#siteMapGuide, #siteMapGuide2 {
	height: 180px;
}

#siteMapMem, #siteMapMem2 {
	height: 160px;
}

#siteMapQA, #siteMapQA2 {
	height: 30px;
}

#siteMapFun, #siteMapFun2 {
	height: 450px;
}

#siteMapOther, #siteMapOther2 {
	height: 60px;
}
/* ------------サイトマップ end---------------- */


/* ------------金沢屋の想い---------------- */
#omoiBox{
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 42px;
	background: #fff;
	border: 1px solid #B4A479;
}
#omoiBox p{
	text-align: left;
	line-height: 1.5;
}
#omoiBox h3 {
	font-size: 130%;
	text-align: center;
}
/* ------------金沢屋の想い end---------------- */


/* ------------目利き委員会---------------- */
#mekikibox{
	width: 600px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	border: 1px solid #B4A479;
	background: #fff;
}

.mekikiLeftBox{
	width: 210px;
	float: left;
}

.mekikiRightBox{
	width: 350px;
	padding-left: 20px;
	float: left;
}
.mekikiClearBox{
	clear: left;
	padding-bottom: 20px;
}

#mekikibox h3 {
	font-size: 130%;
	text-align: center;
	padding-top: 10px;
}

#mekikibox img {
	margin: 2px 5px 0 5px;
	padding: 0;
}

#pastbox{
	width: 580px;
	text-align: center;
	font-size: 80%;
	color: #EEAAAA;
}

#pastbox a:link, #pastbox a:visited, #pastbox a:active{
	font-weight: bold;
}
/* ------------目利き委員会  end---------------- */













/* 未使用 */
#linkProductPageLeft {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#linkProductPageRight {
	float: left;
	margin: 3px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* content-box背景#EEEEEE用リンクカラー */
#content-box a:link, #content-box a:visited, #content-box a:active{
	color:#000000;
	font-size:80%;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
	}
	
#content-box a:hover {
	color:#FF2611;
	font-size:80%;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
}

/* 配送についてページ */
#haisouBox{
	background: #fff;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	padding : 5px;
}
#haisouBox ul {
	list-style-type: none;
}
#haisouBox table {
	margin-left: 20px;
}
#haisouBox p {
	margin-left: 20px;
	font-size: 95%;
	line-height: 125%;
}
#haisouBox h1 {
	font-size: 20px;
}
#haisouBox h2 {
	font-size: 16px;
	margin-left: 10px;
}
#haisouBox h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
#haisouBox p.tb {
	font-size: 95%;
	line-height: 150%;
	margin: 0px;
}
#haisouBox h4.htd {
	font-size: 95%;
	line-height: 150%;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

#campaignBox {
	background: #ffffff;
}
#campaignBanner {
	padding-bottom: 5px;
}
#campaignBox img {
}
#campaignBox table {
	width: 530px;
	text-align: left;
}
#campaignBox table td {
	padding: 10px;
	vertical-align: top;
	width: 510px;
	height: 826px;
}
#campaignBox H3 {
	padding-top: 10px;
	color: #FF00FF;
}
#campaignBox p {
	font-size: 75%;
}
.campaignNormalFont {
	font-size: 95% ! important;
}
.campaignNormalFontColor1 {
	color: #FF33FF;
}
.campaignNormalFontColor2 {
	color: #CC0033;
}
.campaignNormalFontColor3 {
	color: #0000FF;
}
.campaignNormalFontColor4 {
	color: #FF0000;
	font-weight: bold;
}
.campaignNormalFontColor5 {
	color: #FF0000;
	font-weight: bold;
	font-size: 110% ! important;
}
#campaignBoxLeftBox {
	float: left;
	width: 240px;
	text-align: left;
	padding-left: 20px;
}
#campaignBoxRightBox {
	float: left;
	width: 240px;
	text-align: left;
}
#campaignBoxBottomBox {
	clear: left;
}
#campaignBox h1{
	color:#F26611;
	font-size:20px;
	font-weight:700;
	text-align:center;
}
#zisshi{
	margin:5px 20px;
	padding:0px;
	border:2px solid #F26611;
	background:#F9AD81;
}
#zisshi li{
	font-weight:400;
}
#zisshi h2{
	margin:5px;
	padding:2px;
	text-align:center;
}
#kikan{
	text-align:center;
	background:#F26611;
	color:#FFFFFF;
	font-weight:400;
	margin:0;
	width:100%;
}

#yakusokuBox {
	margin-top: 10px;
}

#yakusokuBox p {
	color: #ffffff;
	font-size: 95%;
	margin: 5px 0px 5px 0px;
}

#yakusokuBox img {
	margin: 5px 0px 5px 0px;
}

#yakusokuBox ul {
	color: #fff;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

#yakusokuBox ul li {
	line-height:150%;
}

.recommendsDisplayBox {
	line-height:120%;
}
	
#shippingBox.box{
	margin-left:100px;
	margin-right:100px;
}

span[class="warningMessage"] {	/* 指定属性値を使用している該当要素へ適用 */
	float:left;
	margin-left:20px;
	width:100%;
}

/* 2007/07/29 */
.autoLink a:link, .autoLink a:visited, .autoLink a:active {
	color: #000000;
	text-decoration: none;
	border: #f26611 solid 1px;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	background: #FFcc00;
	line-height: 250%;
}
	
.autoLink a:hover {
	border: #F26611 solid 1px;
	color: #000000;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	background: #cccccc;
	line-height: 250%;
}

#orderConfirmUnitBox table {
	width: 95%;
}

.wakuTable {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	background-color: #f2eee2;
	border: 0;
}

.wakuTable th, .wakuTable td {
	padding: 0;
	border: 0;
}

.betuTable {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 1px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-collapse: collapse;
}

.betuTable th, .betuTable td {
	font-size: 90%;
	padding: 5px;
	border: 1px solid #000000;
}

#cartMessageBox {
        width: 480px;
        font-size: 90%;
        padding: 5px;
        background: #fff;
        border: 1px solid #b3a479;

}

.cartAnnounceBox {
    border: 1px solid #a90000;
	background-color: #ffffff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
	width: 488px;
	color: #ae0103;
}

.cartAnnounceBox b {
	font-size: 110%;
}

.cartAnnounceBox p {
	font-size: 110%;
	margin: 5px;
	font-weight: bold;
}

.alert0909 {
	color: #ff3300;
	font-size: 120%;
}

.akairo {
	color: #ff3300;
}

.cartAnnounceTopBox {
    border: 1px solid #CC0000;
	background-color: #ffffff;
	margin:0 14px 10px 4px;
	padding:4px;
	color: #CC0000;
}

.cartAnnounceTopBox b {
	font-size: 110%;
}

.cartAnnounceTopBox p {
	font-size:13px;
	margin: 5px;
	font-weight: bold;
}

.cartAnnounceTopImageBox {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px 0;
}

.cartAnnounceUnderBox {
    border: 1px solid #CC0000;
	background-color: #ffffff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
	width: 488px;
	color: #CC0000;
}

.cartAnnounceUnderBox b {
	font-size: 110%;
}

.cartAnnounceUnderBox p {
	font-size:13px;
	margin: 5px;
	font-weight: bold;
}

.cartAnnounceUnderImageBox {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 5px;
}

.aleartMessage {
	color: #CC0000;
	font-weight: bold;
}

.orderAnnounceBox {
	width: 840px;
	margin: 0 auto;
	clear: both;
	display: block;
	height: auto;
	padding: 5px;
	background-color: #ffffff;
	margin-top: 10px;
	border: 1px solid #CC0000;
	color: #CC0000;
}

.orderAnnounceBox p {
	font-size:13px;
	margin: 5px;
	font-weight: bold;
}

/* ------------金沢百景　今日の小窓---------------- */
#dailyPicture {
	margin-left: 10px;
	margin-bottom: 10px;
}

#dailyPictureTitle {
	background-image: url(/kana/dailyimg/hyakkei1.gif);
	width:162px;
	height: 50px;
}
 	
#dailyPicture .inbox {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    background-image: url(/kana/dailyimg/hyakkei2.gif);
    width: 162px;
    height: 150px;
    text-align: center;
}
 
/* IE 6 */
* html #dailyPicture .inbox {
    display: inline;
    zoom: 1;
}
 
/* IE 7 */
*:first-child+html #dailyPicture .inbox {
    display: inline;
    zoom: 1;
}
 
/*＼*//*/
* html #dailyPicture .inbox {
    display: inline-block;
}
/**/


/* ------------贈り物バナー---------------- */
.gift_box {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 530px;
}
.gift_box .topimg {
	background-image: url(../imageBannerimg/gift_top.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 530px;
	display: block;
	font-size: 1px;
	text-decoration: none;
	color: #FFFFFF;
}
.gift_box .topimg img {
	display: inline-block;
	float: right;
	padding-top: 6px;
	padding-right: 9px;
}
/* 一番外枠のボックス-gift */
.boxCustomgift {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	text-align: left;
	background-image: url(../imageBannerimg/gift_back.gif);
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* gift-top-banner */
.productListBoxCarriageGift {
	padding: 0;
	overflow: auto;
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	background-image: url(../imageBannerimg/gift_banner_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* giftテーブル */
.productMatrixBoxgift table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 5px;
	border-collapse: collapse;
	border: 0px;
}

.productMatrixBoxgift table td {
	background-color: #FFFFFF;
	padding: 5px;
	border: 2px solid #EBEBEB;
	vertical-align: top;
	font-size: 90%;
}

.productMatrixBoxgift table td img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.productMatrixBoxgift table td h5 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 95%;
}

.productMatrixBoxgift table td p {
	margin-top: 0;
	margin-bottom: 0;
}

/* 別送付先ページ */
#memberAddressBookBox #headprofilebox {width: 690px;}
#memberAddressBookBox .haisosetteibox {width: 600px;}
#memberAddressBookBox .haisosetteibox table.profiletable {width: 550px;}
#memberAddressBookBox .haisosetteibox table.profiletable th {width: 120px;}
#memberAddressBookBox .haisosetteibox table.profiletable th label {}
#memberAddressBookBox .haisosetteibox table.profiletable td {}
#memberAddressBookBox .tourokuBotBox {height: 24px; width: 550px;}
#memberAddressBookBox .tourokuBot {height: 24px; width: 150px;}
#memberAddressBookBox .mycontainer {width: 650px;}

/* 登録情報ページ */
#memberInformationBox #headprofilebox {width: 690px;}
#memberInformationBox .haisosetteibox {width: 600px;}
#memberInformationBox .haisosetteibox table.profiletable {width: 550px;}
#memberInformationBox .haisosetteibox table.profiletable th {width: 120px;}
#memberInformationBox .haisosetteibox table.profiletable th label {}
#memberInformationBox .haisosetteibox table.profiletable td {}
#memberInformationBox .tourokuBotBox {height: 24px; width: 550px;}
#memberInformationBox .tourokuBot {height: 24px; width: 150px;}
#memberInformationBox .mycontainer {width: 650px;}

/* 会員登録 */
#memberRegisterBox #headprofilebox {width: 840px;}
#memberRegisterBox #headprofilebox2 {width: 840px;}
#memberRegisterBox .haisosetteibox {width: 800px;}
#memberRegisterBox .haisosetteibox table.profiletable {width: 750px;}
#memberRegisterBox .haisosetteibox table.profiletable th {width: 120px;}
#memberRegisterBox .haisosetteibox table.profiletable th label {}
#memberRegisterBox .haisosetteibox table.profiletable td {}
#memberRegisterBox .tourokuBotBox {height: 24px; width: 750px;}
#memberRegisterBox .tourokuBot {height: 24px; width: 150px;}
#memberRegisterBox .mycontainer {width: 840px;}

/* ログインページ */
#memberLoginBox #headprofilebox {width: 690px;}
#memberLoginBox .haisosetteibox {width: 600px;}
#memberLoginBox .haisosetteibox table.profiletable {width: 550px;}
#memberLoginBox .haisosetteibox table.profiletable th {width: 120px;}
#memberLoginBox .haisosetteibox table.profiletable th label {}
#memberLoginBox .haisosetteibox table.profiletable td {}
#memberLoginBox .tourokuBotBox {height: 24px; width: 550px;}
#memberLoginBox .tourokuBot {height: 24px; width: 150px;}
#memberLoginBox .mycontainer {width: 650px;}

.zoomBox {position:relative; display:block;}
.zoomIcon {position:absolute; bottom:10px; right:10px;}
.zoomIcon2 {position:absolute; bottom:0px; right:0px;}

#producerReviewVideo a img,
#producerReviewVideo a span {text-align:center; display:block; margin: 0 auto 10px;}
#lbOverlay,#lbCenter,#lbBottomContainer {z-index:2;}

.productMatrixBoxMoviebot {float: right;padding-top: 5px;}

.iconset {float:left; margin-top:10px;}

#oseiboRegisterMessage {color:#B0A07B;font-weight:bold;margin:5px;}
#oseiboCompleteMessage {color:#AA0000;margin:20px;}
#oseiboDaibikiMessage {color:#AA0000;}
#oseiboCartLeft {width:340px;float:left;padding:5px 0 5px 5px;}
#oseiboCartRight {float:right;padding:5px 5px 5px 0;}
