﻿@charset "utf-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #999999;
  width: 95%;
  margin: 0 auto;
  background-color: skyblue;
  font-size: 14px;
  list-style-type: none;
}
p {
  font-size: 16px;
  line-height: 1.6;
}
h3 {
  font-size: 18px;
  color: tomato;
  font-weight: bold;
  text-align: center;
}
