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

/*----------------------------------------------------
	#store
----------------------------------------------------*/

#left_container .text_h2{
	height: 25px;
	width: 680px;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/store/title_h2.gif) no-repeat;
	margin-bottom:50px;
}

#datatable{
	float:left;
	border-top: 1px solid #604c3f;
	border-bottom: 1px solid #604c3f;
	padding-left:20px;
}
#datatable .store_name{
	border-bottom:1px dashed #604c3f;
}
#datatable .store_name span{
	color:#646464;
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
}
#datatable .store_data ul{
	margin-left:20px;
}
#datatable .store_data li{
	color:#969696;
	padding-bottom:5px;
}
#map_area{
	float:right;
	margin-right:20px;
}
