#myMenu ul {
    list-style: none;
}

#myMenuCenter {
    position: absolute;
    top: 0; left: 0; width: 900px; height: 600px;
}

.myMenuItem {
    position: absolute;
    width: 280px; height: 280px;
    border-radius: 50%;
    color: white;
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .myMenuItem span {
        line-height: 280px;
        font-family: "�q���M�m���� Pro W3","HG����E","�l�r �o����","�l�r ����",serif;
        font-size: 24pt;
        margin-left: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .myMenuItem:hover {
        opacity: 1;
        margin: -20px 0 0 -20px;
        width: 320px; height: 320px;
    }

        .myMenuItem:hover span {
            line-height: 320px;
        }

#myMenuItem01 {
    background: #d35400;
    left: 58.81px; top: 512.76px;
}
#myMenuItem02 {
    background: #2980b9;
    left: 321.49px; top: 545.01px;
}
#myMenuItem03 {
    background: #27ae60;
    left: 571.72px; top: 458.85px;
}
#myMenuItem04 {
    background: #8e44ad;
    left: 758.85px; top: 271.72px;
}
#myMenuItem05 {
    background: #7f8c8d;
    left: 845.01px; top: 21.49px;
}

.slideContainar {
    padding: 50px;
    color: white;
    line-height: 1.5em;
}

.slideLogo {
    float: left;
    width: 300px; height:300px;
}
.slideContents {
    margin: 0 20px 0 320px;
    color: whitesmoke;
}
