@charset "utf-8";

/**************************************************** left **/

#left #map {
	border-left: 2px solid #361e11;
	border-right: 2px solid #361e11;
	border-bottom: 2px solid #361e11;
	margin: 0 0 30px 0;
}

/**************************************************** オススメ店舗 **/
#left .shop {
	background: url(/images/bg_pickup.gif) no-repeat 0 0;
	height: 564px;
	margin: 0 0 50px 0;
}
#left .shop ul {
	padding: 0 0 0 16px;
}
#left .shop li {
	width: 160px;
	height: 280px;
	float: left;
	background: url(/images/bg_pickup_shop.gif) no-repeat 0 0;
	text-align: center;
	margin: 0 16px 0 0;
}
#left .shop li.last {
	margin: 0;
}
#left .shop .shopimg {
	margin: 20px 0 10px 0;
}
#left .shop dl {
	margin: 0 10px;
	color: #333333;
	text-align: left;
	height: 135px;
}
#left .shop dl dt {
	margin: 0 0 10px 10px;
}
#left .shop dl dt a{
	text-decoration: underline;
	font-weight: bold;
}
#left .shop dl dt a:link { color:#f763dd; text-decoration: underline; }
#left .shop dl dt a:visited { color:#f763dd; text-decoration: underline; }
#left .shop dl dt a:hover { color:#fdc5f3; text-decoration: underline; }
#left .shop dl dt a:active { color:#f763dd; text-decoration: underline; }

#left .shop .shopinfo  {
	background: url(/images/icon_pickup.gif) no-repeat 0 0;
	font-size: 75%;
	padding: 2px 0 2px 0;
	margin: 0 10px 0 60px;
}
/**************************************************** キャバクラスクール **/
#left .school h3 {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px #989898 dotted;
}
#left .school ul {
	width: 720px;
	height: 164px;
	background: url(/images/bg_school_dictionary.gif) no-repeat 0 0;
	margin: 0 0 50px 0;
}
#left .school ul li {
	float: left;
}
#left .school .bt01 a {
	width: 300px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/bt_school.gif) no-repeat 0 0;
	margin: 37px 0 0 33px;
}
#left .school .bt02 a {
	width: 300px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/bt_dictionary.gif) no-repeat 0 0;
	margin: 37px 0 0 48px;
}
#left .school .bt01 a:hover {
	background: url(/images/bt_school.gif) no-repeat 0 -90px;
}
#left .school .bt02 a:hover {
	background: url(/images/bt_dictionary.gif) no-repeat 0 -90px;
}

/**************************************************** キャバクラについて **/
#left .kyabakura h3 {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px #989898 dotted;
}
#left .kyabakura p {
	background: #bdb8b1;
	color: #5e5c58;
	padding: 20px;
}