/* ---------------------------------
   leader
   歴代村長・連合町内会長
------------------------------------ */
#leader {
}

#mayor ul {
  list-style : none;
  margin-left : auto;
  margin-right : auto;
}

#mayor ul li {
  margin : 0ex 1ex 1ex 0ex;
  padding : 1ex;
  float : left;
  width : 8em; /* この幅以上で揃える */
  text-align : center;
  line-height : 120%;
}

#mayor ul li img {
  margin-bottom : 1ex;
}

#neighbor ul {
  list-style : none;
  margin-left : auto;
  margin-right : auto;
}

#neighbor ul li {
  margin : 0ex 1ex 1ex 0ex;
  padding : 1ex;
  float : left;
  width : 8em; /* この幅以上で揃える */
  text-align : center;
  line-height : 120%;
}

#neighbor ul li img {
  margin-bottom : 1ex;
}

/* 不使用
#neighbor th.period {
  width : 12em;
}

#neighbor th.leadername {
  width : 12em;
}

#neighbor td {
  white-space : nowrap;
  text-align : center;
}

#neighbor cite {
  font-size : small;
}
*/
