@charset "UTF-8";
/* CSS Document */
/*----------------------------------
AXIS Cascding Style Sheet
-------------------------------------*/

#content_map{
width: 935px;
height: 700px;
border: 0px;
position: relative;
top: 0px; 
left: 5px;}

dl.map.on {
	position:relative;
	left: 0px;
	width:610px;
	height:380px;
	background:url(../images/map/map_bkgd3.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	/*border:#999 1px solid;*/
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:340px;
	padding:10px;
	border:#526A98 1px solid;
	background:#FFF;
	color:#333;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.9em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	/*border:#000 1px solid;*/
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/point2.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../images/point-hover2.png) no-repeat 0px 0px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:95px;
	left:460px;
}
dl.map.on a#location02 {
	top:85px;
	left:65px;
}
dl.map.on a#location03 {
	top:105px;
	left:383px;
}
dl.map.on a#location04 {
	top:170px;
	left:201px;
}
dl.map.on a#location05 {
	top:72px;
	left:159px;
}
dl.map.on a#location06 {
	top:86px;
	left:457px;
}
dl.map.on a#location07 {
	top:124px;
	left:276px;
}
dl.map.on a#location08 {
	top:86px;
	left:53px;
}
dl.map.on a#location09 {
	top:100px;
	left:406px;
}
dl.map.on a#location10 {
	top:186px;
	left:183px;
}

.facility{ color: #526A98; margin-bottom: 10px;}

.m_title{font-size:1.8em;font-weight:bold; color: #526A98;}
.m_textx{font-size: 1.2em;}
