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


/*[newlist]
------------------------------------------------*/
div#newlist {
	width: 696px;
	border: 2px solid #999999;
	margin: 0px auto 25px auto;
}

div#newlist h3 {
	margin: 5px 15px;
}

div#newlist ul {
	margin: 5px 15px;
}

div#newlist ul li {
	line-height: 1.7em;
	padding-left: 2em;
	margin: 0px;
	background-image: url(img/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.05em;
}

/*[shoplist]
------------------------------------------------*/
div#shoplist {
	width: 702px;
	margin: 0px auto;
	background-image: url(img/bg_shop_list.gif);
	background-repeat: repeat-y;
	background-position: center;	
}

/*[shoplist]
------------------------------------------------*/
div#minami-list {
	width: 702px;
	background-image: url(img/bg_minami.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

div#localmotion-list {
	width: 702px;
	background-image: url(img/bg_localmotion.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#asr-list {
	width: 702px;
	background-image: url(img/bg_asr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#activestyle-list {
	width: 702px;
	background-image: url(img/bg_activestyle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#reds-list {
	width: 702px;
	background-image: url(img/bg_reds.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.list-head {
	text-align: left;
	width: 702px;
	height: 51px;
}

div.list-head h3 {
	display: block;
	float: left;
	text-align: left;
}

div.list-head a {
	display: block;
	width: 74px;
	height: 15px;
	margin: 18px 1px 0px 0px;
	float: right;
}

div.dot-line {
	float: left;
	width: 234px;
	background-image: url(img/shop_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.shop {
	float: left;
	width: 234px;
	height: 10em;
	background-image: url(img/bg_shop_box.gif);
	background-repeat: repeat-y;
	background-position: right;

}

div.shop-right {
	float: left;
	width: 234px;
	height: 10em;
}

div.shop h4,
div.shop-right h4 {
	margin-top: 5px;
	padding: 5px 10px 0px 10px;
}

div.shop h5,
div.shop-right h5 {
	font-size: 0.875em;
	padding: 5px 10px 5px 2.5em;
	font-weight: normal;
	background-image: url(img/list_marker.gif);
	background-position: 6px 0.2em;
	background-repeat: no-repeat;
}

div.shop p,
div.shop-right p {
	font-size: 0.875em;
	padding: 5px 10px;
}

div#shop-list-footer {
	height: 1px;
	background-image: url(img/foot_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

div#shop-list-footer hr {
	display: none;
}

