@media only screen and (min-width: 1000px) {
    .g-fixed {
        max-width: 1000px;
    }
}

body {
    font-size: 1.5em;
}

.top {
}

.nav {
    /*background: #0e90d2;*/
    font-weight: bold;
    font-size: 1.05em;
}

    .nav ul li.navli {
        margin: 0px -2px;
    }

.footer {
    background: #CCC;
}

.view {
}

    .view .title {
        text-align: center;
    }

    .view .content p {
        text-indent: 2em;
    }

    .view .content div {
        width: 100%;
    }

        .view .content div img {
            display: inline;
        }
