/* ---------------------------------
   class
   講習会案内
------------------------------------ */
#class {
}

#classheader {
  border : green solid 1px;
  margin : 2em 1em;
}

#class em#limited {
  background : yellow;
  color : black;
}

#class .bigcaution {
  font-size : x-large;
  margin-top : 1em;
  margin-bottom : 1em;
  color : red;
  font-weight : bold;
  margin-left : 2em;
}

#class .caution {
  color : red;
  font-weight : bold;
  text-indent : 2em;
}

#class ul {
/*  list-style-image : url("square_k.gif");*/
  list-style-type : square;
}

#class ul li {
  margin-bottom : 1.5em;
}

#class table {
  margin-bottom : 0px;
}

#class table td {
  background : none;
  border : none;
  padding : 0px;
  margin : 0px;
}

/*
    default.css の定義を上書き
*/
#class dt {
  float : left;
  width : 5em;
}

#class dd {
  margin-left : 5.5em;
  /* dt の width に合わせる */
}



