/*トップページのレイアウト用css*/

body {
  text-align: center;
  background-color: #ccffff;
}
.contents {
  width: 500px;
  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: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
}

.navibar h2 {
  width: 70px;
  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;
}
