@charset "UTF-8";
/* CSS Document */
body{
color:#5F5B5A;
line-height:20px;
}
.map{
margin:0 auto;

width:642px;
height:762px;
background-image:url(images/map.png);
background-repeat:no-repeat;
border:1px solid #5F5B5A;
background-position:bottom;
}
.map_text{
margin:0 auto;
margin-top:555px;
}
.font_11{
font-size:11px;
}
.font_12_b{
font-size:12px;
font-weight:bold;
}
.font_12_b a{
color:#5F5B5A;
text-decoration:none;
}
a:visited{
color:#5F5B5A;
text-decoration:none;
}
a:hover{
color:#29ABE2;
text-decoration:none;
}