@charset 'utf-8';
@import url("common.css");

p{
	margin		: 20px;
	line-height	: 150%;
}

/* header */
#header_map{
	background	:  #FFF;
}

/* map */
#map{
	width		: 460px;
	height		: 332px;
	overflow	: hidden;
	margin		: 0 auto;
	float		: right;
}

#map ul{
	width		: 460px;
	height		: 332px;
	list-style	: none;
}

#map li{
	float		: left;
}
.detailmap{
	width		: 254px;
	height		: 300px;
margin:20px 0 0 20px;
}

.content-nav{
margin:5px 10px;
}