/*
  www.jus.or.jp 勉強会スタイル
   Committer: $Author: hatano $
   LastUpdate: $Date: 2003/09/28 14:05:58 $
   Revision: $Revision: 1.7 $
   CVSStatus: $State: Exp $
*/


/*
  block level tags
*/

div {
  width: 90%;
  padding-left: 1em;
}

div.benkyokai {
  margin-left: 3em;
}

div.footer {
  width: 95%;
  text-align: right;
}

}

/* lists */
dl.benkyokai {
 margin-left: 5px;
 pudding-left: 5px;
}

dt.benkyokai {
 margin-top: 0.5em;
}

ul.disc {
  font-size: medium;
  list-style-image: none;
  list-style-type: disc;
  line-height: 3ex;
}

/* table */
table.benkyokai {
  background-color: white;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 90%;
}

td.benkyokai {
  padding: 4px 4px;
}

th.benkyokai {
  padding: 4px 4px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}


/*
 inline level tags
*/

span.note {
  background-color: yellow;
  color: black;
  font-weight: bold;
  font-size: medium;
}

