/*トップページのレイアウト用css*/

body {
  text-align: center;
  background-color: #e7faee;
}
.contents {
  width: 600px;
  margin: auto;
  background-color: #ffffed;
  text-align: left;
  border: solid 1px #999999;
  position: relative;
}
h1 {
  background-image:url(NYcty039-s.jpg);
  height: 200px;
  font-size: 48px;
  padding-left: 10px;
  margin-bottom: 0px;
  text-align: left;
}
h2,h3,p {
  margin-left: 10px;
  margin-right: 10px;
}
p {
  margin-left: 20px;
}
.navibar {
  background-color: #ffbb9e;
  padding: 0px;
  width: 600px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
}
table, th, td {
  border-style: solid;
  border-color: steelblue;
  border-width: 1px;
}
th {
  background-color: greenyellow;
  text-align: center;
}
td {
  background-color: white;
}
caption {
  font-weight: bold;
  color: red;
}

.navibar h2 {
  width: 90px;
  float: left;
  text-align: center;
  background-color: #ffd9c8;
  margin: 4px;
  font-family: "ＭＳ Ｐ明朝", "細明朝体",serif;
  font-size: 1em;
  line-height: 1.5em;
  border-right: solid 1px #fffefd;
}
.navibar h2 a {
  display: block;
  width: 90px;
}
address {
  background-color: #42B079;
  color: #fffefd;
  padding-bottom: 5px;
  border: none;
}
