@charset "utf-8";

/*-----------------------------------------------
header(グローバルmenu)のActive化
----------------------------------------------- */
#gmenu #gnavi2 a{
	border-bottom: 5px solid #d50023;
}

#floorimg{
	background-image: url(images/flash_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:6px;
}

/*タブメニュー制作
----------------------------------------------- */
#honbun h3{ background:none; margin:0; padding:0; border:none;}

.tab li{
	float:left;
	width:102px;
	padding:5px 8px 2px 8px;
	margin:0;
	text-align:center;
	font-size:1.2em;
	line-height:normal;
	font-weight:bold;
	margin-right:1px;
	color:#FFFFFF;
}

.tab li{
	list-style-type: none;
}
.gourmet,
.goods,
.fashion,
.service{
	background-image: url(images/tab1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.goods{background-image: url(images/tab2.gif)}
.fashion{background-image: url(images/tab3.gif)}
.service{background-image: url(images/tab4.gif)}

.block .box{
	background-repeat: no-repeat;
	background-position: right bottom;
		margin-right:2px;
}
#gourmet .box{
	background-image: url(images/tab1b.gif);
	background-color:#ffb830;
}
#goods .box{
	background-image: url(images/tab2b.gif);
	background-color:#8ec558;
}
#fashion .box{
	background-image: url(images/tab3b.gif);
	background-color:#72b9d0;
}
#service .box{
	background-image: url(images/tab4b.gif);
	background-color:#eca8f0;
}
#gourmet .box .waku,
#goods .box .waku,
#fashion .box .waku,
#service .box .waku{
	padding:1em;
	min-height:7em;
	background-repeat: no-repeat;
	background-image: url(images/tab4tl.gif);
	background-position: left top;
}
#gourmet .box .waku{
	background-image: url(images/tab1tl.gif);
}
#goods .box .waku{
	background-image: url(images/tab2tl.gif);
}
#fashion .box .waku{
	background-image: url(images/tab3tl.gif);
}
#service .box .waku{
	background-image: url(images/tab4tl.gif);
}

#goods,#fashion,#service{ display:none;}

.box li{
	float:left;
	width:200px;
	background-image: url(images/listico.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding-left:20px;
	list-style-type: none;
}

.tab li a:link,
.box li a:link,
.box li a:visited,
.tab li a:visited{
	color:#FFFFFF;
}
.tab li a:hover,
.box li a:hover{
	color:#666666;
}
.tab li.cat{ display:none;}

