/* ---------------------------------
   landscape
   学区内の名所・旧跡
------------------------------------ */
#landscape {
}

#landscape p {
  text-indent : 1em;
}

#landscape img {
  margin-bottom : 1ex;
}

/* ↑のマージン設定の打ち消し */
#landscape p.golink img {
  margin-bottom : 0ex;
}

#landscape table {
  margin-left : 1.5em;
}

#landscape table td {
  vertical-align : top;
  background-color : white;
  border : none;
}

#landscape table td p {
  margin : 0px;
  text-indent : 1em;
}

#landscape dl.inline_dl dt {
  float : left;
  width : 5em;
}

#landscape dl.inline_dl dd {
  margin-left : 5em;
  margin-bottom : 1em;
}

#landscape dl.inline_dl dd p {
  margin : 0px;
}

.reference {
  font-size : small;
  color : blue;
}

