body {
    line-height: 1.6;
    color: #333333;
}

#content.container {
    background-image: url(/common/images/top.png);
    width: 718px;
    border: solid 1px #666;
    margin: 10px auto 6px auto;
    background-repeat: no-repeat;
    background-position: left top;
    height: 544px;
    position: relative;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    padding: 10px 40px;
    color: #333333;
}

.copyright {
    text-align: center;
    font-size: 10px;
    color: #939393;
    letter-spacing: 0px;
    font-family: serif;
    margin: 25px 0;
}

.navi {
    position: absolute;
    top: 249px;
    left: 40px;
    line-height: 1;
}

.navi li {
    line-height: 1;
}

.navi li.new {
    position: relative;
}

.navi li.new:before {
    content: "NEW";
    color: #FF3333;
    position: absolute;
    left: -24px;
    top: 7px;
    font-size: 10px;
}

.navi li a {}

.navi li a img {}