@charset "utf-8";
@import url("../../css/import.css");
@import url("../../css/aside.css");
/* ===================================================================
CSS information

 file name  :floor.css
 author     :Lyon
 style info :ショップのご案内ページ用CSS
=================================================================== */
/* -----------------------------------------------------------
	.ショップのご案内　共通
----------------------------------------------------------- */
.shop h2 {
	width:632px;
	height:92px;
	margin:0 0 25px 0;
	background:url(../img/shopguide.gif) no-repeat;
}

.shop h3 {
	width:632px;
	height:32px;
	margin:0 0 5px 0;
}

.shop h3#fas {
	background:url(../img/fashion.gif) no-repeat;
}

.shop h3#goo {
	background:url(../img/goods.gif) no-repeat;
}

.shop h3#foo {
	background:url(../img/food.gif) no-repeat;
}

.shop h3#ser {
	background:url(../img/service.gif) no-repeat;
}

.shop h3#amus {
	background:url(../img/amusement.gif) no-repeat;
}

/* -----------------------------------------------------------
	.カテゴリから検索情報
----------------------------------------------------------- */
#aiueo {
	width:500px;
	height:17px;
	margin:0 0 10px 0;
	padding:0 0 5px 15px;
	overflow:hidden;
}
#aiueo span {
	margin:-1px 0 0 0;
	display:block;
	float:left;
}
#aiueo span#linkAiueo {
	margin:0 0 0 3px;
	padding:5px 0 0 0;
	display:block;
	float:left;
}
#aiueo img {
	margin:0 3px;
	border:none;
}

.categoryBlock {
	width:685px;
	padding:4px 0 10px 15px;
	clear:both;
}

.categoryBlock a:hover {
	text-decoration:underline;
}

.categoryBlock img {
	width:17px;
	height:12px;
	padding:8px 0 0 0;
	border:none;
	float:left;
}

.categoryBlock h4 {
	margin:0 0 0 8px;
	font-size:117%;
	float:left;
}

.categoryBlock p {
	margin:0 0 0 25px;
	clear:both;
}

/* -----------------------------------------------------------
	.カテゴリから検索情報
----------------------------------------------------------- */
.eventBlock #pdfLink {
	width:380px;
	margin:0 0 15px 0;
	float:left;
}

.eventBlock .pdf {
	margin:0 0 8px 10px;
	padding:0 0 0 8px;
	background:url(../img/arrow_off.gif) no-repeat left 40%;
	color:#8dc21f;
	display:block;
	float:left;
}

.eventBlock .pdf:hover {
	background:url(../img/arrow_on.gif) no-repeat left 40%;
	color:#8dc21f;
	text-decoration:underline;
}

#getPDF {
	width:310px;
	margin:0 0 15px 0;
	float:right;
	font-size:84%;
}

#getPDF img {
	float:left;
	border:none;
}

#getPDF p {
	width:180px;
	float:right;
}









