@charset "Shift_JIS";

a {
    text-decoration: none;
}

a:link {
    color: #0000ff;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #ff8000;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
}

.title {
    text-align: center;
}

.header-blue {
    background-color: #39f;
    color:#fff;
}

.icon-blue {
    background-color: #39f;
    color:#fff;
}

.icon-yellow {
    background-color: #fcfe61;
    color:#f00;
}

/**
.icon-yellow {
    background-color: #ff9000;
    color:#fff;
}
*/

.update {
    color: #f00;
}

.marquee {
    display:-wap-marquee;
    -wap-marquee-speed:fast;
    -wap-marquee-loop:20;
}

.footer-blue {
    text-align: center;
    background-color: #39f;
    color:#fff;
}