/* CSS Document */

#document a {
	color: #333333;
	text-decoration: none;
}

#document a:hover {
	text-decoration: underline;
}

#document .list a.shop {
	color: #333333;
	text-decoration: none;
}

#document .list a.shop:hover {
	text-decoration: underline;
	color: #FF6600;
}

#document #map {
	height: 553px;	
	width: 555px;
	border: 1px solid silver;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#document .list {
	width: 540px;
	margin-left: 20px;
	text-align: center;
}

#document .list tr {
	padding: 10px;
	height: 42px;
}

#document .list th {
	width: 200px;
	vertical-align: top;
	line-height: 15pt;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	padding-left: 10px;
	font-weight: normal;
	color: #333333;
}

#document .list td {
	width: 340px;
	vertical-align: top;
	line-height: 15pt;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
}
#document .list .tel {
	color: #f76b1f;
}


#document .kana {
	font-size: 0.75em;
}

