@charset "UTF-8";

/*---------------------------------------------

Guide Category Page CSS

for www.tokyo-med.ac.jp/hmc/
coded by d-spica at 2008-10-03
linked to "/guide/page-name.html"

---------------------------------------------*/

 
@import url(default.css);
@import url(common.css);
@import url(lower.css);


body#index div#main div.section img.photo {
  float: right;
  margin-bottom: 10px;
}

body#floor div#main div.section div#floor1 {
  position: relative;
  margin: 0.75em 0;
}

body#floor div#main div.section div#floor1 p {
  margin: 0;
}

body#floor div#main div.section div#floor1 p.floor-switch {
  position: absolute;
  top: 325px;
  left: 115px;
  width: 213px;
}

body#floor div#main div.section div#floor1 ul.nav {
  position: absolute;
  top: 460px;
  left: 164px;
  padding-left: 94px;
  width: 76px;
  background: url(../img/guide/bg-floor-nav.png) no-repeat left top;
}

body#floor div#main div.section div#floor1 ul.nav li {
  padding-left: 0;
  background: none;
}

body#floor div#main div.section div#floor1 ul.nav li a:hover {
  border-bottom: none;
}

body#table div#main div.section table.schedule {
  font-size: 85%;
}

body#table div#main div.section table th,
body#table div#main div.section table td {
  padding: 1px 2px;
}

body#table div#main div.section table.schedule td {
  min-width: 70px;
  max-width: 90px;
}

* html body#table div#main div.section table.schedule td {
  width: 80px;
}

*:first-child+html body#table div#main div.section table.schedule td {
  width: 80px;
}
