/*
  www.jus.or.jp event¥¹¥¿¥€¥ë
   Committer: $Author: hatano $
   LastUpdate: $Date: 2003/09/21 23:41:42 $
   Revision: $Revision: 1.7 $
   CVSStatus: $State: Exp $
*/


/*
  block level tags
*/

dl.summary {
  background-color: #ccffff;
}

/* headings */
h2.updates {
  color: black;
  background-color: white;
  font-size: x-small;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}


/* lists */
li.program {
  margin-top: 1em;
  margin-bottom: 1em;
}

li.event-list {
  margin-bottom: 1em;
}

li.notice {
  color: red;
  margin-bottom: 1em;
}

/* ul */
ul.updates {
  font-size: x-small;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

ul.program {
  /* background-color: #ffccff; */
  list-style-type: none;
}


ul.speaker {
  list-style-type: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul.staff {
  list-style-type: none;
  text-align: right;
}


/*
  inline level tags
*/

/* span */
span.theme {
  color: #006400;
    /* #006400 is darkgreen */
  font-weight: bolder;
  text-indent: 0.5em;
}


