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


/* * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * MAP_buttom
* * * * * * * * * * * * * * * * * * * * * * * * * * */
body{
background: url(../../img/bg_map.gif) repeat-x;
}


#map_body{
width:700px;
height:672px;
margin: 0 auto;
background: url(../../img/img_map.jpg) no-repeat;
}

#btn_map_close{
width: 56px;
height: 21px;
margin:64px 30px 0 0;
background: url(../../img/btn_map_close_on.gif) no-repeat;
overflow: hidden;
float: right;
}
#btn_map_close span{
display: none;
}
#btn_map_close a{
width: 56px;
height: 21px;
display: block;
background: url(../../img/btn_map_close.gif) no-repeat;
overflow: hidden;
cursor: pointer;
}
#btn_map_close a:hover{
background: none;
}
