body {
    background-image: url("background.jpg");
    /*壁紙（清水撮影）*/
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color: blue;
    text-decoration: underline;
}