@charset "UTF-8";

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

Print CSS

for www.tokyo-med.ac.jp/hmc/
coded by d-spica at 2008-12-04
linked to "$page-name.html"

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

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


body {
  background: none;
}

div#container {
  padding: 0;
  width: 100%;
  background: none;
}

div#header {
  display: none;
}

div#contents {
  overflow: visible;
  margin: 0 auto;
  padding: 0;
  width: 580px;
}

div#contents p#topicpath {
  padding-left: 5px;
}

div#contents p.to-top {
  display: none;
}

div#main {
  float: none;
  padding-left: 0;
  width: 580px;
}

div#main h1 {
  margin: 10px 0 20px;
  padding: 10px;
  height: auto;
  border: solid 1px #999;
  background: none;
  font-size: 139%;
}

div#main div.section h2 {
  margin-bottom: 0.5em;
  margin-left: 0;
  padding: 0 5px;
  height: auto;
  border-bottom: solid 3px #CCC;
  background: none;
  font-size: 116%;
}

div#main div.section h3 {
  margin: 1.5em 0 0.5em;
  padding: 0 5px;
  border-bottom: solid 1px #E6E6E6;
  background: none;
  font-size: 108%;
}

div#sub {
  display: none;
}

div#footer {
  display: none;
}

