@charset "utf-8";
#container {
	margin:0 auto;
	text-align:left;
	width: 700px;
	background-color: #FFFFFF;
	overflow:hidden;
	clear: both;
}

.path{
	padding:5px 0 5px 10px;
	width:700px;
}



#contentsA {
	width:700px;
	margin:0 auto;
}

#MAP_A {
	float:left;
	width:240px;
	margin-left:100px;
		display:inline;
}

#MAP_B {
	float:right;
	width:240px;
	margin-right:100px;
	display:inline;
	
}

#contentsA ul {
	list-style:none;
}

#contentsA ul .IN {
	padding-left:15px;
}

#contentsA li {
	background:url(images/icon.gif) no-repeat 0 1em;
	padding:25px 0 25px 49px;
}

#contentsA .IN li {
	background:url(images/icon2.gif) no-repeat 0 0.8em;
	padding:15px 0 15px 25px;
}

hr {
clear:both;
}
