@charset "UTF-8";

#imgList li
{
	float: left;
	margin-left: 10px;
}
	#imgList li:FIRST-CHILD
	{
		margin-left: 0px;
	}

.svgElem
{
}

#svg_map_obj svg
{
	overflow: hidden;
}

#svgArea
{
	width: 600px;
	height: 600px;
	overflow: hidden;
	border:1px #ddd solid;

}
