/*表現（個別）ページのレイアウト用css*/

body {
  text-align: center;
  background-color: #e7faee;
}
.contents {
  width: 600px;
  margin: auto;
  background-color: #ffffed;
  text-align: left;
  border: solid 1px #999999;
}
h1 {
  background-image:url(../NYcty039-s.jpg);
  height: 150px;
  font-size: 48px;
  padding-left: 10px;
  margin-bottom: 0px;
  text-align: left;
}
h2 {
  color: navy;
  font-size: 1em;
  font-family: "Times New Roman", "ＭＳ Ｐ明朝", "細明朝体",serif;
  text-align: right;
  margin: 1em 0px;
}
h3 {
  text-align: left;
  font-family: "Times New Roman", "Times", serif;
}
p {
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 1em;
}
address {
  background-color: #00bfff;
  color: #fffefd;
  padding-bottom: 5px;
  border: none;
}
