/* ブロック -------------------------------------------------*/
body {
	margin: 5px;
}
div#title {
	margin: 5px;
	padding: 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}
div#googlemaps {
	margin: 5px;
	padding: 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}
div#mapMessage {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}
div#serviceName {
	margin: 0 0 5px 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em; 
	background-color: transparent;
}
div#serviceAddress {
	margin: 5px 0 2px 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}
div#serviceTel {
	margin: 2px 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}
div#serviceAdminName {
	margin: 2px 0 10px 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}
div#serviceMemo {
	margin: 10px 0 5px 0;
	text-align: left; 
	color: #333;
	font-size: 12px;
	line-height: 1.1em; 
	background-color: transparent;
}

