/* access.css */



body.access {
}

body.access #contents h2.head {   /* title */
  margin:0 0 15px 0;
  background-image:url(../img/access/title.gif);
}



/* access.html */
body#access #contents {
  width:650px;
  height:700px;
  margin:0 0 40px 0;
  padding:15px 15px 0 345px;
  background:url(../img/access/access-map.gif) no-repeat 0 85px;
}
html>body#access #contents {
  width:290px;
  height:685px;
}
body#access #contents h2.head {
  width:635px;
  margin:0 0 15px -345px;
}

body#access #contents ul {
  list-style-type:none;
}
body#access #contents ul li {
  position:relative;
  height:1.5em;
  margin:0 0 5px 0;
  padding:0 0 0 15px;
}
html>body#access #contents ul li {
  height:auto;
  min-height:1.5em;
}
body#access #contents ul li em {
  position:absolute;
  left:0;
  padding:0 0 0 3px;
  line-height:1em;
  font-style:normal;
  border-left:solid 12px #36c;
}

body#access #contents p {
  margin:20px 0 0 0;
}

body#access #contents p.map {
}
body#access #contents p.map a {
  position:absolute;
  left:270px;
  width:50px;
  height:20px;
  text-indent:-999em;
  background:url(../img/access/button-zoom.gif) no-repeat left top;
}
/*\*/
body#access #contents p.map a {
  overflow:hidden;
}
/**/
body#access #contents p.map a:hover {
  background-position:left bottom;
}
body#access #contents p.map a.map {
  top:385px;
}
body#access #contents p.map a.detail {
  top:655px;
}

