@charset "UTF-8";
/* CSS Document */

#map_contents {
	width:960px;
	background:#ffffff;
}
#map_shadow_top {
	width:960px;
	height:10px;
	background-image:url(../common/images/contents_top.png);
	background-repeat: repeat-x;
}
#map_shadow_bottom {
	width:960px;
	height:10px;
	background-image:url(../common/images/contents_bottom.png);
	background-repeat: repeat-x;
}
#map_main {
	width:900px;
	padding:0px 30px;
	color:#333333;
}

#shop_list {
	background-image:url(images/ul_shop_bg.png);
	background-repeat:repeat-y;
	min-height:10px;
}
li.shop {
	list-style-type:none;
	width: 260px;
	margin:5px 20px 5px;
	padding-bottom:5px;
	border-bottom:dotted #CCCCCC 1px;
}
li.shop img {
	margin:2px 40px;
}