/* index.css */

#shopListAllContainer {
}

#shopListAllContainerInner {
	width: 616px;
	margin: 0 auto;
}

#shopListAllContainerInner h2 {
	margin: 10px 0;
}

#shopListAllContainerInner .shopCategory {
	margin: 0 0 18px;
}

#shopListAllContainerInner .shopCategory li {
	float: left;
	margin: 0 4px 0 0;
}

#shoplistInfomationContainer {
	width: 305px;
	scrollbar-base-color:#f0508c;
	scrollbar-face-color: #f0508c;
    scrollbar-track-color: #fff;
	
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color:#fff;






}

#shoplistContainer {
	width: 290px;
	padding: 0 15px 0 0;
	height: 400px;
	overflow-y: auto;
}
#shoplistContainer h3 {
	color: #FFF;
	background-color: #DD4559;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 5px;
}


#shoplistContainer li {
	_zoom: 1;
}

#shoplistContainer dl {
	padding: 0 0 15px;
	margin: 0 0 15px;
	background: url(../../images/common/item_dot01.gif) left bottom repeat-x;
}

#shoplistContainer dt {
	font-size: 100%;
	font-weight: bold;
	color: #DD4559;
	line-height: 1.2;
	margin: 0 0 0.2em;
}

#shoplistContainer dd {
	font-size: 85.7%;
	line-height: 1.4;
}

#shoplistContainer dd.mapLink {
	margin: 9px 0 0;
}

#shoplistContainer dd.mapLink img {
	display: block;
}

