#worldarea-map_box {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	height: 536px;
	margin-top: 6px;
}

#area_navi {
	/*clear: both;*/
	overflow: hidden;
}
#area_navi ul {
	list-style: none;
}
#area_navi ul li {
	font-size: 16px;
	text-align: center;
}
#area_navi ul li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #f00;
	/*background: rgba(255,0,0,0.6);*/ /*背景を透明化*/
	font-family: 'M PLUS 1p', sans-serif;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
	border: 1px solid #f00;
	-webkit-box-shadow: 2px 2px 6px #000;
	box-shadow: 2px 2px 6px #000;
	padding-left: 10px;
	padding-right: 10px;
}
#area_navi ul li.current a {
	background-color: #9c6;
}
#area_navi ul li a:hover {
	background-color: #fff;
	border: 1px solid #f00;
	color: #f00;
}
#asia {
	position: absolute;
	top: 250px;
	left: 270px;
}
#europe {
	position: absolute;
	top: 180px;
	left: 20px;
}
#america {
	position: absolute;
	top: 240px;
	left: 660px;
}
#africa {
	position: absolute;
	left: 50px;
	top: 330px;
}
#nis {
	position: absolute;
	top: 140px;
	left: 250px;
}
#oceania {
	position: absolute;
	top: 400px;
	left: 350px;
}







.clearbox {
	clear: both;
}
