@charset "utf-8";

#container #content .shop_box {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	height: 1%;
}

#container #content .shop_box .shopImg {
	float: left;
	width: 250px;
}

#container #content .shop_box .location {
	width: 530px;
	float: both;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
	height: 1%;
}

#container #content .shop_box .location .name {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #99CCFF;
}

#container #content .shop_box .location .name strong {
	font-size: 130%;
	display: block;
}

#container #content #saiji_box {
	display: block;
	height: 1%;
	position: relative;
	margin: 0px 0px 30px;
	overflow: hidden;
}
#container #content #saiji_box dt {
	float: left;
	width: 250px;
	padding: 8px 0px 8px 0px;
	background: url(../../common/images/dot_line.gif) repeat-x bottom;
}
#container #content #saiji_box dd {
	padding: 8px 0px 8px 20px;
	width: 530px;
	float: left;
	background: url(../../common/images/dot_line.gif) repeat-x bottom;
}







#container #content #dealer_box
 {
	display: block;
	width: 100%-30px;
	position: relative;
	margin: 0px 30px 0px;
	overflow: hidden;
}
#container #content #dealer_box
 dt {
	font-weight: bold;
	font-size: 12pt;
        padding: 10px 10px 0px 0px;
	width: 100%;
}

#container #content #dealer_box
dd {
	font-size: 10pt;
	padding: 0px 0px 10px 10px;
	width: 100%;
	background: url(../../common/images/dot_line.gif) repeat-x bottom;
}






#container #content h2 {
	font-weight: bold;
	background: url(../../common/images/icon_star.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	font-size: 130%;
	margin: 0px 0px 10px;
}
#container #content h3 {
	font-weight: bold;
	background: url(../../common/images/icon_circle.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	font-size: 110%;
	margin: 0px 0px 10px;
}
#container #content .shopImg img {
	border: 1px solid #CCCCCC;
}
