@charset "utf-8";
/* CSS Document */

#siteMap {
  width:240px;
  position:fixed;
  right:-240px;
  top:10px;
  display:block;
  color:;
  z-index:2001;
  opacity: 1;
}
#siteMap #mapButton {
  position:relative;
  font-family:'Conv_HelveticaCdBd', Impact, Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight:normal;
  height:208px;
  width:39px;
  padding:0;
  text-align:center;
  right: 39px;
  margin-top:80px;
/*  background:url(images/event_open.png) top center no-repeat;*/
  display:block;
  cursor:pointer;
}
#siteMap #theMap {
  width:240px;
  height:240px;
  background-color:#fff;
  margin-top:-224px;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


/* tips */

#siteMap02 {
  width:720px;
  position:fixed;
  right:-725px;
  top:106px;
  display:block;
  z-index:1999;
  opacity: 1;
}
#siteMap02 #mapButton02 {
  position:relative;
  font-weight:normal;
  height:191px;
  width:39px;
  padding: 0;
  text-align:justify;
  right: 39px;
  margin-top:10px;
  background:url(../images/tab.png) top center no-repeat;
  display:block;
  cursor:pointer;
}
#siteMap02 #theMap02 {
  position:relative;
  width:710px;
  height:190px;
  font-family: Verdana;
  text-align:justify;
  font-size: 12px;
  font-weight:normal;
  color:#fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:-118px;
  background-color:#363131;
  margin-top:-191px;
}


