@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FEECEE;
}
#areaName {
	width: 740px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 60px;
	color: #666666;
	background-image: url(images/areaName.gif);
	padding-left: 20px;
	font-weight: bold;
}
#areaName span {
	color: #CC3366;
}
.leaflet_Title {
	background-image: url(images/leaflet_Title.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	color: #CC3366;
	font-weight: bold;
}
.leaflet_Area {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	background-color: #F2EEF0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D37AA6;
	border-left-color: #D37AA6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D37AA6;
	height: 180px;
}
#headNavi {
	background-image: url(images/headNaviBg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	padding-right: 22px;
}
#headNavi a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#headNavi a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

