@charset "utf-8";
#mapArea {
	font-size: 12px;
	color: #666666;
	padding: 10px 0px 10px 0px;
	height: auto;
	width: 480px;
	margin: auto;
	border-top-style: solid;
	border-top-color: #99CC00;
	border-bottom-color: #99CC00;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
#mapArea p {
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 18px;
}
#mapArea .map {
	padding: 0px 0px 5px 0px;
}
#mapArea h1 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
.closeNavi  {
	padding: 5px 0px 5px 10px;
	text-align: center;
	width: 460px;
}
.printNavi {
	padding: 5px 0px 5px 10px;
	height: auto;
	width: 460px;
	text-align: right;
}
.printNavi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

