/***************************************

	店舗トップページレイアウト用

***************************************/
#left ul li {
	list-style-type: none;
}
#left ul li a {
	display: block;
	border-bottom: dashed 1px #cccccc;
	width: 175px;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding: 7px 0 0 5px;
}
#left ul li a:hover {
	display: block;
	border-bottom: dashed 1px #cccccc;
	width: 175px;
	height: 25px;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	vertical-align: middle;
	padding: 7px 0 0 5px;
}
#left ul li ul li {
	list-style-type: none;
}
#left ul li ul li a {
	border: none;
	width: 170px;
	height: 25px;
	font-size: 80%;
	color: #660000;
	text-align: left;
	vertical-align: middle;
	padding: 7px 0 0 10px;
}
#left ul li ul li a:hover {
	border: none;
	width: 170px;
	height: 25px;
	font-size: 80%;
	color: #cc0000;
	text-decoration: underline;
	text-align: left;
	vertical-align: middle;
	padding: 7px 0 0 10px;
}


#right h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 4px 0 0 10px;
}
#right h5 {
	font-size: 150%;
	font-weight: 600;
	margin-bottom: 10px;
}
#right h5 b {
	font-size: 80%;
	font-weight: 600;
	color: #999999;
	margin-right: 5px;
}
#right img {
	float: left;
	width: 313px;
	height: 270px;
	margin: 0 0 10px 5px;
}
#right .googlemap {
	float: right;
	border: solid 1px #999999;
	width: 270px;
	height: 270px;
	margin-right: 5px;
}
#right table {
	clear: both;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 auto;
}
#right table tr th {
	border: solid 1px #cccccc;
	background-color: #ffeebb;
	width: 100px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#right table tr td {
	border: solid 1px #cccccc;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

