﻿@charset "utf-8";
#shops div.shop{
	padding-top:30px;
}

#shops div.shop *.shopname{
	width:630px;
	background-color:#6600aa;
	color:white;
}
#shops div.shop *.shopname a{
	color:white;
}


#shops div.shop div.info_l{
	margin-top:10px;
	float:left;
	width:40%;
}

#shops div.shop p{
	font-size:120%;
	padding-left:40px;
	padding-top:5px;
}

#shops div.shop div.info_r{
	margin-top:10px;
	float:right;
	width:60%;
}


#contents #shoplist{
	list-style-type:none;
}

#contents #shoplist li {
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 20%;
	padding-left: 17px;
	margin-bottom: 4px;
}

#privacylogo{
	padding-top:50px;
	padding-bottom:10px;
}



