@charset "utf-8";

/*=================================================================
	
	IMS / ホール＆カルチャー用 CSS
	・Customize: 2010.03/03　※修正時に日付も更新下さい。

=================================================================*/

/*-----------------------------------------------------------------
		基礎設定
-----------------------------------------------------------------*/

/* H1 */
#hall h1.hall-top {
	background: url(../../hall/image/ttl_hall.gif) no-repeat left top;
	width: 220px;
	height: 194px;
	margin: 0px 0 10px 0px;
}

/* H3 */


/*-----------------------------------------------------------------
		ショップ一覧
-----------------------------------------------------------------*/

/* ショップごとの見出し画像指定 */
#ancor-box {
	margin:10px 0;
}

#ancor-box ul li {
	float:left;
	margin:5px 10px 5px 0;
	text-indent:-9999px;
	font-size:1px;
}
#ancor-box ul li.ancor01 a {
	width:140px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor01.gif) no-repeat left top;
}
#ancor-box ul li.ancor02 a {
	width:130px;
	height:28px;
	background: url(../../shopping/image/ancor02.gif) no-repeat left top;
	display:block;
}
#ancor-box ul li.ancor03 a {
	width:95px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor03.gif) no-repeat left top;
}
#ancor-box ul li.ancor04 a {
	width:140px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor04.gif) no-repeat left top;
}
#ancor-box ul li.ancor05 a {
	width:50px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor05.gif) no-repeat left top;
}
#ancor-box ul li.ancor06 a {
	width:50px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor06.gif) no-repeat left top;
}
#ancor-box ul li.ancor07 a {
	width:160px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor07.gif) no-repeat left top;
}

#ancor-box ul li.ancor08 a {
	width:200px;
	height:28px;
	display:block;
	background: url(../../shopping/image/ancor08.gif) no-repeat left top;
}

#ancor-box ul li.ancor01 a:hover,
#ancor-box ul li.ancor02 a:hover,
#ancor-box ul li.ancor03 a:hover,
#ancor-box ul li.ancor04 a:hover,
#ancor-box ul li.ancor05 a:hover,
#ancor-box ul li.ancor06 a:hover,
#ancor-box ul li.ancor07 a:hover,
#ancor-box ul li.ancor08 a:hover {
	background-position: 0 -28px;
}

.h3-line {
	background: url(../../shopping/image/shopping-list-line.gif) 0 0 repeat-x;
	padding:3px 0 0 0;
	margin:15px 0 0 0;
}
h3 {
/* 	font-family: serif; */
	margin:3px 0 0 3px;
	padding:0;
}
h4 {
	font-size: 80%;
	font-weight:normal;
	margin:0;
	padding:0;
}

#hall .shop-list-left {
	float: left;
	width: 190px !important;
	text-align:left;
	margin:5px 0 0 0;
}
#hall .shop-list-right {
	float: right;
	width: 490px !important;
	margin:5px 0 0 0;
	text-align:left;
}
.list-head li {
	border-bottom:3px double #777770;
	padding:5px 2px;
	float:left;
}
.list-head li.floor {
	width:100px;
	margin-right:5px;
}
.list-head li.shop {
	width:240px;
	margin-right:5px;
}
.list-head li.tel {
	width:122px;
}
.list-contents {
	background: url(../image/shop-list-bottom.gif) left bottom no-repeat;
}
.list-contents li {
	padding:5px 2px;
	float:left;
}
.list-contents  li.floor {
	width:100px;
	margin-right:5px;
}
.list-contents .shop {
	width:240px;
	margin-right:5px;
}
.list-contents li.tel {
	width:122px;
}
