/*ƒy[ƒW‚ÌŠî–{ƒfƒUƒCƒ“—pcss*/

body {
  background-color: ivory;
  color: black;
}

h1 {
  color: red;
  font-size: 3em;
  font-family: "‚l‚r ‚o–¾’©", "×–¾’©‘Ì",serif;
  font-style: italic;
  margin: 0px;
}

h2 {
  font-family: "‚l‚r ‚o–¾’©", "×–¾’©‘Ì",serif;
  font-size: 1em;
  color: maroon;
}

h3 {
  font-family: "‚l‚r ‚o–¾’©", "×–¾’©‘Ì",serif;
  color: #993333;
  font-size: 1.3em;
  text-align: center;
  margin: 1em 0px;
  background-color: #ccffff;
  border-top: double 3px #01a252;
  border-bottom: double 3px #01a252;
}

p {
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h a {
  color: darkslategray;
  text-decoration: none;
  font-weight: bold;
}

p img {
  float: left;
  margin-right: 5px;
}

address {
  font-family: "Times New Roman", Times, serif;
  font-size: 80%;
  font-style: normal;
  text-align:center;
  border-top: dashed 1px #663300;
  padding-top: 5px;
  margin-top: 15px;
}
