@charset "utf-8";
/* CSS Document */


*{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #000000;
    text-align: center;
}

body{    
    background: url("/images/bk_momiji.jpg");

}

div#contents {
    margin:0 auto;
    margin-top: 250px;
    margin-bottom: 250px;
    background-color: #FFFFFF;
    border-radius: 32px;
    width: 90%;
    height: auto;
    padding:80px 40px 80px 40px;
}


div#contents h1{
    font-size: 56px;
    line-height: 1.5;
    margin-bottom: 20px;
}

div#contents p{
    font-size: 24px;
    line-height: 1.5;
}