@charset "utf-8";
/* CSS Document */

/*------------ 各見出し ------------*/
#left_contents h3.topic {
	padding: 5px 15px;
}

/*------------ 各ボックス（左コンテンツ） ------------*/
#left_contents .shop_contents {
	width: 585px;
	padding: 15px 0 15px 15px;
}

#left_contents table {
	/*width: 390px;*/
	margin-right: 10px;
	line-height: 1.3em;	
	float: left
}

#left_contents table tr {
	background-image: url(../img/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#left_contents table th {
	padding: 6px 10px 6px 5px;
	width: 110px;
	vertical-align: top;
	font-weight: normal;
}

#left_contents table td {
	padding: 6px 10px 6px 5px;
}


#left_contents .shop_contents #map_box {
	width: 179px;
	float: right;
}

#left_contents #map_box p {
	padding: 5px 0;
	text-align: center;
}

#left_contents table#kounyu {
	margin-left: 10px;
}

.access{
	width:390px;
}

.shopping_info{
	border-top:1px solid #999999;
}

.shopping_info_inner{
	border-bottom:1px dotted #CCCCCC;
	padding:10px 0px;
}

#left_contents table tr.border_none{
	background:none;
}



