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

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

***************************************/
#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 .title {
	margin-bottom: 15px;
}
#right .leftarea {
	float: left;
	width: 320px;
}
#right .leftarea p {
	width: 310px;
	font-size: 90%;
	line-height: 1.5;
	margin-bottom: 15px;
}
#right .leftarea dl dt {
	float: left;
	width: 70px;
	height: 50px;
	font-size: 90%;
	color: #cc6600;
	margin-bottom: 15px;
}
#right .leftarea dl dd {
	width: 240px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	margin-bottom: 35px;
}
#right .leftarea dl dd ul li {
	list-style-type: none;
	font-size: 90%;
	color: #cc6600;
}
#right .rightarea {
	float: right;
}

