@charset "utf-8";
/**********レイアウト設定**********/

#map_home{
	clear:both;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}


#map_left{
	width:250px;
	float:left;
}

#map_right{
	width:250px;
	float:left;
	padding-left:25px;
}

#map_left ul,#map_right ul{
	padding:10px 0 10px 20px;
}
#map_left li,#map_right li{
	line-height:2;
}
