/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body {
  color: #000000;
  background-color: #f0f0f0;
  text-align: center;
}


a, a:link, a:visited {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
}

ul {
  margin-bottom: 2.0em;
  list-style-type: none;
  list-style-position: outside;
}

p {
  margin-bottom: 1.0em;
  font-size: 95%;
}

img {
  border:0;
  }