


html {
    min-width: 950px;

    -webkit-text-size-adjust: 100%
}

body {
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 14px;
    background: #ccc;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

#wrap {
    position: absolute;
    width: 950px;
    left: 50%;
    margin-left: -475px;
    padding: 0;
    border: 1px #aaa solid
}

a {
    color: #0051cd;
    text-decoration: none
}

a.not-active {
    pointer-events: none;
    cursor: default
}

a:hover {
    color: #f99b20;
    text-decoration: underline
}

div {
    margin: 0;
    padding: 0
}

p {
    text-align: justify
}

pre {
    font-family: "Consolas", "Courier New", Courier, monospace;
    margin: 0 auto 0 auto;
    display: inline-block;
    text-align: left
}

img {
    border-style: none
}

#wrap1_main {
    width: 100%;
    background: #fff
}

div.title {
    background: #00255d;
    color: #fff;
    padding: 20px 10px 20px 10px;
    text-align: center;
}

div.title a {
    color: #f99b20;
}

div.title div:first-child {
    font-size: 21px;
    font-weight: bold;
}

div.title div:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}

div.title div:nth-child(3) {
    font-size: 16px;
    margin-top: 15px;
}

div.title .comment {
    font-size: 14px;
    opacity: 0.5;
}

div.contents {
    width: 920px;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0
}

div.teaser {
    text-align: center;
}

div.copyright {
    background: #00255d;
    color: #fff;
    padding: 20px 10px 20px 10px
}

div.sectitle {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 3px 0;
    margin: 10px 0 10px 0;
    border-bottom: solid #00255d;
    color: #00255d
}

div.sectitle span {
    background: #00255d;
    color: #fff;
    padding: 6px 10px 4px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

iframe {
    display:block;
    margin: 0 auto
}
