@charset:utf-8;

*{
    font-size:100%;
    font-weight:normal;
}

body{
    margin:5% 10%;
    font-family:Verdana, 'BIZ UDPゴシック', sans-serif;
}

header{
    margin-bottom:50px;
}

h1{
    font-size:140%;
}

p{
    line-height:200%;
}

a{
    color:dodgerblue;
}

footer{
    border-top:solid 1px #ccc;
    text-align:right;
    padding-top:20px;
    color:#666;
    font-size:80%;
}

#gotohelp{
    font-size:120%;
}
