/*
 * vrManual global style
 * (C)2011 Hareko 
*/
.emph {
  font-weight: bold;
}
.ital {
  font-style: italic;
}
.example {
  color: gray;
}
.comm {
  background-color: silver;
  padding: 0 0.2em 0 0.2em;
}
.list {
  margin-left: 1.0em
}
.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list ul ul li {
  margin-left: 1.0em;
}
.table {
  font-size: 0.9em;
  border-collapse: collapse;
}
.table th {
  background-color: #eeeeee;
  text-align: center;
  font-size: 1.0em;
  font-weight: normal;
}
.table tr {
  vertical-align: top;
}
.table td, th
{
  border: 1px solid silver;
  padding: 0.15em 0.3em 0.1em 0.3em;
}
