@charset "utf-8";
/* CSS Document */

.brand {
	margin-left: 3px;
	line-height: 140%;
}
.brand a:link {
	font-weight: bold;
	text-decoration:none;
	color:#333333;
	line-height: 140%;
}
.brand a:visited {
	font-weight: bold;
	text-decoration:none;
	color:#333333;
	line-height: 140%;
}
.brand a:hover {
	font-weight: bold;
	text-decoration:underline;
	color:#333333;
	line-height: 140%;
}
.shop-name {
	margin-left: 3em;
	line-height: 140%;
}
.shop-name a:link {
	text-decoration:none;
	color:#333333;
	font-weight: normal;
	line-height: 140%;
}
.shop-name a:visited {
	text-decoration:none;
	color:#333333;
	font-weight: normal;
	line-height: 140%;
}
.shop-name a:hover {
	text-decoration:underline;
	color:#333333;
	font-weight: normal;
	line-height: 140%;
}
