@charset "UTF-8";
body{
    background-image: 
      radial-gradient(circle, #e4f0f9 20%,transparent 20%),
      radial-gradient(circle,  #ffe8dc 20%, transparent 20%);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

    h1{
        color: #ab0f50;
}
h1{
    font-size:40px;
    }
h2{
    color: #0c4da2;
    }
h2{
    font-size:30px;
    }    
h3{
    color: #8c3003;
    }
h3{
    font-size:20px;
    }
h4{
    color: #022561;
    }     
h4{
    font-size:20px;
    }
h5{
    color: #022552
    }
h5{
    font-size:20px;
    }        
P{
    font-size: 20px;
    }
html{
    font-size: 100%;
    }
 h1{
    font-family: serif;
 }       
 h2{
    font-family: "游ゴシック体","Yu Gothic", YuGothic, sans-serif;
    }
p {
font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", sans-serif;
}
td{
    color: #ed1c24;
    }
th{
    color:#ed1c24;
}