body {
    background-image: url("../images/jasdf_background.png");
    background-size: cover;
}

#downloadArea {
    min-height: 725px;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.40);
}

#downloadArea img {
    width: 200px;
    margin: 20px auto;
}

#downloadArea .download {
    font-size: 20px;
    font-weight: bold;
    font-family: Times New Roman;
    padding: 7.5px 15px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(200, 0, 0, 0.75);
}

#downloadArea .download:hover {
    background-color: rgba(200, 0, 0, 0.55);
}

#contentArea {
    color:#FFFFFF;
    position: relative;
    text-align: center;
}

#contentArea h1 {
    padding: 50px 0;
    margin: 0;
    font-size: 50px;
    font-style: italic;
    font-family: Times New Roman;
}

#contentArea ruby {
    font-size: 80px;
    -webkit-ruby-position: after;
}

#contentArea rt {
    font-size: 30px;
}

#message {
    font-size: 20px;
    padding: 40px 0 20px;
}

#messageDownload {
    font-size: 20px;
    padding: 20px 0 40px;
}

#collections {
    color: #444444;
}

#collections h2 {
    color: #333333;
    font-size: 35px;
    font-family: Times New Roman;
}

#collections ul {
    text-align: left;
    width: 750px;
    margin: auto;
    padding: 0;
}

#collections li{
    display: inline-block;
    text-align: center;
    height: 90px;
    width: 120px;
    padding: 0;
    margin: 0;
    background-color: #000000;
}

#collections img{
    height: 100%;
}

#collections li:hover {
    opacity: 0.70;
    cursor: pointer;
}

#collections .caution {
    color: #FFFFFF;
    font-size: 10px;
}