@charset "UFT-8";
body {
    background-color: antiquewhite;
    background-image: url(img/bg.png);
}
h1 {
    text-align: center;
}
h2 {
    color: red;
    background-color: #faa;
    width: 300px;
    height: auto;
    font-family: "ヒラギノ丸ゴ Pro w4","Hiragino Maru Gothic Pro", sans-serif;
}
p {
    font-size: 20px;
    text-align: justify;
}
div {
    background: #97cdf3;
    width: 300px;
    height: auto;
}