@charset "utf-8";

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

Admission

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

#main section{
  margin-bottom:40px;
}

#main section h3{
  color:#337951;
  line-height:120%;
  margin-bottom:20px;
  padding-top:4px;
  font-size:116%;
}

#main section ul.changeList {
  margin-bottom:20px;
}

#main section ul.changeList li {
  margin-bottom: 10px;
  line-height: 165%;
  margin-bottom: 10px;
  background: url(../common/en01.gif) no-repeat 0px 4px;
  padding-left: 16px;
}

#main section dl {
  overflow:hidden;
  padding-top:20px;
  border-top:1px dotted #CCCCCC;
  border-bottom:1px dotted #CCCCCC;
  margin-bottom:20px;
}

#main section dl dt{
  margin-bottom:5px;
  color:#365189;
}

#main section dl dd{
  margin-bottom:15px;
}



