/* ログインIDとパスワード部分の入力エリアのサイズ設定 */
.idpass {
	height: 21px;
	width: 60px;
}

/* left（左）領域の設定 */
#left {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: left;
}

/* left（左）領域のメニュー部分の設定 */
/* メンバーメニュー・新規メンバー・ゲストメニュー余白 */
.leftsidemenu {
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
}

/* left（左）領域のメニュー部分の設定2 */
/* オレンジのメニュー部分（テキスト） */
.leftsidemenu2 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	padding-right: 5px;
}

/* center（中央）領域の左・下余白設定 */
.main {
	padding-left: 10px;
	padding-bottom: 20px;
}

/* center（中央）領域の設定 */
#center {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: left;
	width: 560px;
}

/* ショッピングカテゴリ部分の枠線（左・右・下） */
.categoryline {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

/* 江戸の伝統工芸部分のテキスト・余白設定 */
.edotext {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* 先月のランキング部分のテキスト・余白設定 */
.rankup {
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

/* footer領域の設定 */
#footer {
	font-size: 10px;
	line-height: 150%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	width: 737px;
}

/* footer領域のpタグの設定 */
#footer p {
	font-size: 10px;
	line-height: 150%;
}

/* 商品リスト領域 */
#list { width: 741px; }

/* 商品リスト段組設定 */
.list_left   { float: left; margin-top: 10px; margin-right: 9px; margin-bottom: 30px; width: 240px }
.list_right  { float: left; margin-top: 10px; margin-bottom: 30px; width: 240px }

/* 商品・ショップ名インデント設定 */
.leftmargin20 { margin-bottom: 20px; margin-left: 20px }

/* ショップ名の設定（右寄せ） */
.shop  { text-align: right }

/* 地区別ページのメニュー段組設定 */
.float_menu  { float: left; margin-right: 40px; margin-bottom: 30px; width: 200px }
.float_main { float: left; width: auto }

/* 地区別ページのメニュー余白設定 */
.menumargin { margin-bottom: 20px; margin-left: 15px }

/* 地区別ページの商品テーブル下余白設定 */
.bottomspace { margin-bottom: 20px }

/* 各地区へのリンクテキスト設定 */
.area { text-align: center; margin-top: 10px }

