@charset   "UTF-8";
 /* schedule styles */


div#subNavi h2 {
 display:block; 
}


div#subNavi li.person {
  line-height: 180%;
}


div#mainContents {
 border:#cc9999 1px solid;
}

div#mainContents div#schedule {
  display: block;
  width: auto;
  height:auto;
  margin: 0 0 2em 0 ;
}

div#mainContents div#schedule h1 a{
 color:#ffffff;
}
div#mainContents div#schedule h2 a{
 color:#cc3300;
}
div#mainContents div#schedule p a{
 text-decoration:underline;
}

div#mainContents div#schedule h1{
  background-color:#cc9999;
}


div#mainContents div#schedule h2{
  color: #ff0000;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 2px dashed #c0c0c0;
  margin:2em 50px 1em 30px;
}

div#mainContents div#schedule h3{
  color:#006666;
  font-size: 100%;
  margin: 0 35px 10px;
 line-height:1.5em;
}

div#mainContents div#schedule p{
  margin: 1em 30px;
}

div#mainContents div#schedule p#top { 
 margin: 3em 2em;
}

