/* initialize and formatting */

* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: Osaka, "MS pゴシック", arial;
}
d1, dd{
  margin-bottom: 0.5em;
}

p{
  font-size: 95%
}

/* common style */

body{
  color: #000000;
  background-color: #f0f0f0;
  text-align: center;
}

p.skipLink, p.hPhrase{
  display: none;
}

