
/*	店舗カテゴリーメニュー
--------------------------------------------------------- */
div.categorybox {
	/*width: 459px; 右カラム用*/
	width: 367px;
}

	div.categorybox h3 {
		width: 82px;
		height: 11px;
		margin-bottom: 6px;
	}

	div.categorybox a:link {
		color: #996633;
		text-decoration: underline;
	}

	div.categorybox a:visited {
		color: #996633;
		text-decoration: underline;
	}

	div.categorybox a:hover {
		color: #ff9900;
		text-decoration: underline;
	}

	div.categorybox a:active {
		color: #ff9900;
		text-decoration: underline;
	}

	div.categorybox div.categorytop {
		width: 459px;
		/*width: 367px; 左カラム用*/
		height: 1%;
		margin-bottom: 8px;
		padding-top: 6px;
		background-image: url(../images/cate_b_t.gif);
		/*background-image: url(../images/cate_b_t2.gif); 左カラム用*/
		background-position: top left;
		background-repeat: no-repeat;
		filter: alpha(opacity=85);
		-moz-opacity:0.85;
		opacity:0.85;
	}

	div.categorybox div.categorybase {
		width: 459px;
		/*width: 367px; 左カラム用*/
		height: 1%;
		padding-bottom: 5px;
		background-image: url(../images/cate_b_b.gif);
		/*background-image: url(../images/cate_b_b2.gif); 左カラム用*/
		background-position: bottom left;
		background-repeat: no-repeat;
	}

	div.categorybox div.categorymiddle {
		width: 459px;
		/*width: 367px; 左カラム用*/
		height: 1%;
		padding-top: 2px;
		background-image: url(../images/cate_b_m.gif);
		/*background-image: url(../images/cate_b_m2.gif); 左カラム用*/
		background-position: top left;
		background-repeat: repeat-y;
		padding-bottom: 2px;
	}

	div.categorybox ul {
		width: 420px;
		margin: 0 20px;
	}

	div.categorybox li {
		display: inline;
		margin-left: 5px;
		line-height:2.0;
	}



/*	標準スクロールバー画像
--------------------------------------------------------- */
div.flscrollbar-arrowu {
	background-image: url('../images/scr/arrowu.gif');
}

div.flscrollbar-arrowd {
	background-image: url('../images/scr/arrowd.gif');
}

div.flscrollbar-slider {
	background-color:#dddddd;
}

div.flscrollbar-handle {
	background-color:#999999;
}

/* 今週のここいっとけ
-------------------------------------------------------- */
div.thisweekbox {
	position: relative;
	left: 60px;
	width: 864px;
	height: 300px;
	background-image: url(../images/thisweek_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

	div.thisweekbox h3 {
		position: relative;
		top: 20px;
		left: -10px;
		width: 135px;
		height: 73px;
	}

	div.thisweekbox div.shopbox1,
	div.thisweekbox div.shopbox2,
	div.thisweekbox div.shopbox3 {
		position: absolute;
		width: 130px;
		height: 185px;
		background-image: url(../images/polaroid_pict_b.gif);
		background-position:top center;
		background-repeat: no-repeat;
	}

	div.thisweekbox img.shopimg {
		width: 116px;
		height: 102px;
		margin-top: 12px;
		margin-left: 7px;
	}

	div.thisweekbox div.shopbox1 {
		top: 56px;
		left: 130px;
	}

	div.thisweekbox div.shopbox2 {
		top: 69px;
		left: 289px;
	}

	div.thisweekbox div.shopbox3 {
		top: 63px;
		left: 455px;
	}


/* 共通のエラーメッセージ
-------------------------------------------------------- */
ul.errmessages {
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
}