/* ---------------------------------
   river
   学区内の河川
------------------------------------ */
#river p {
  text-indent : 1em;
}

#river cite {
  font-size : small;
}

/* kurayasu.html */
#kurayasu p {
  text-indent : 1em;
}

#kurayasu table {
  width : 95%;
  font-size : small;
  line-height : 120%;
}

#kurayasu th.yearcol {
  width : 6em;
}

/*
    default.css の定義を上書き
*/

#kurayasu table ul {
  margin-left : 0ex;
  list-style : none;
}

#kurayasu dl {
  margin : 0px;
}

#kurayasu dt {
  font-weight : normal;
  float : left;
  width : 3em;
}

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


