/* Charset
==========================================================*/
@charset"Shift_JIS";

html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	color: #555555;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	background-image: url(../../retail/shopinfo/img/shoplist_map_bg2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {margin: 10px 0px;}
#wrapper {width: 185px;}
#wrapper p {
	background-image: url(../img/dot_line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#brandtitle {
	background-image: url(../../retail/shopinfo/img/shoplist_brand.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	font-size: 12px;
	padding-bottom: 2px;
	height: 18px;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}

