body {
    color: #222;
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
    background-color: white;
}
#wrapper {
    background-color: white;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    height: auto;
    min-height: 100vh;
}
#wrapper h1 {
    margin: 40px auto 0;
    display: block;
    width: 150px;
	text-indent: -99999px;
    height: 0;
    padding-top: 50px;
    background: url("./common/images/logo-kanteikyoku.png") center center no-repeat;
    background-size: 150px 50px;
    overflow: hidden;
}
#wrapper h2 {
    color: #222;
    amrgin: 0 auto;
    padding: 0.25em 0 1em;
}
#pagelink {
    border-top: 1px solid #ccc;
    overflow: hidden;
}
#pagelink li {
    display: block;
    padding: 0.5em 1em;
    text-align: justify;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}