@charset "utf-8";


* {
    font-family: "ＭＳ Ｐゴシック", serif;
    vertical-align: 0;
}

h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li, #copy {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}

#logo a:after {
    content: "";
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 130%;
}

.print_button {
    display: none;
}

body {
    margin: 0;
    padding: 1em;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 10pt;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

#container {
    text-align: right;
    border-style: none;
}

#content {
    width: 92%;
    margin-left: auto;
    text-align: left;
}

#content_inner {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

address {
    margin-bottom: 1em;
    font-size: 90%;
    font-style: normal;
    position: absolute; bottom: 85px; right: 25px;
}

.copy p{
    font-size: 80%;
    text-align: right;
}