.list_header{
	font-weight: bold;
}
.hanrei {
	font-size: 80%;
}
#shoplist {
	height: 500px;
	overflow-y: scroll;
	font-size: 90%;
}
#mini-map {
	float: right;
	border: 1px solid #ccc;
	padding: 1px;
	color: #666;
	font-size: 80%;
	text-align: center;
}
#tokyo-map {
	position: relative;
}
.setsumei {
	margin: 0px;
	padding: 0em 1em;
	font-size: 90%;
	line-height: 1.2;
}
.shop_detail .name {
	margin-bottom: 6px;
	padding-bottom: 2px;
	border-bottom: 1px solid #99c;
	color: #000099;
	font-size: 120%;
	font-weight: bold;
}
.shop_detail .image {
	float: left;
	margin: 0px 6px 4px 0px;
	min-height: 90px;
}
.shop_detail .notes {
	font-size: 90%;
	line-height: 1.2;
}

form {
	margin: 0px; padding: 0px;
}
form div {
	display: inline;
	font-size: 80%;
}
form div .label {
	padding: 2px;
	color: #333;
	background: #cff;
	font-weight: bold;
}
input[type="submit"], input[type="button"] {
	padding: 1px 0px 1px;
}
