body {
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
}

h1 {
    height: 44px;
    background: url(header_h1.png) repeat-x gray;
    font-family: HiraKakuProN-W6;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 44px;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#top {
    height: 240px;
    text-align: center;
    background: url(top_bg.png) gray;
}

#contents {
    text-align: center;
}

.contents {
    margin: 0 auto;
    width: 320px;
    text-align: left;
}

h2 {
    height: 22px;
    padding: 0 10px;
    background: url(header_h2.png) repeat-x gray;
    font-family: HiraKakuProN-W6;
    font-size: 14px;
    color: white;
    line-height: 22px;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.center {
    text-align: center;
}

#contents p {
    font-family: HiraKakuProN-W3;
    font-size: 14px;
    line-height: 1.5;
    margin: 1em .5em;
}

#contents li {
    text-align: left;
    font-family: HiraKakuProN-W3;
    font-size: 14px;
    line-height: 1.5;
    margin: 1em 0;
    margin-left: 1.5em;
}

#application li {
    background: url(arrow.png) right no-repeat white;
    height: 59px;
    font-family: HiraKakuProN-W3;
    font-size: 12px;
    line-height: 17px;
    overflow: hidden;
    border-bottom: 1px solid #D9D9D9;
    list-style-type: none;
}

#application a {
    display: block;
    height: 53px;
    padding: 3px 20px 3px 1px;
    color: black;
}

#application img {
    float: left;
    padding-right: 5px;
    position: relative;
    top: -2px;
}

#application strong {
    font-family: HiraKakuProN-W6;
    font-size: 14px;
    line-height: 19px;
}

#footer {
    margin-top: 8px;
}

#footer ul { 
    font-family: HiraKakuProN-W3;
    font-size: 14px;
    text-align: center;
}

#footer li {
    display: inline;
}

#footer address {
    margin: 3px 0;
    font-family: AppleGothic;
    font-size: 14px;
    text-align: center;
}

