body {
    padding: 10px;
}
h1 {
    margin: 0px;
    color: #000;
}
h2, h3 {
    margin-top: 1.5em;
    margin-bottom: 0.3em;
}
th {
    text-align: left;	
}
td {
    text-align: center;
}
ruby {
    ruby-align: center;
}
*>ruby {
    position: relative;
    top: 0.2em;
    left: 0px;
}
ruby rt {
    font-size: 0.4em;
    letter-spacing: 1em;
}
ruby>rt {
    position: absolute;
    top: -0.8em;
    left: 2.5em;
    letter-spacing: 1.8em;
}


.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

#title {
    position: relative;
    top: 0px; left: 0px;
    height: 60px;
}
#title .left, #title .right {
    color: #006;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
#title .left {
    position: absolute;
    top: 0px; left: 0px;
}
#title .right {
    position: absolute;
    right: 0px; bottom: 0px;
}
#title h1 {
    font-weight: normal;
}

#head {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 3em auto 0px;
    width: 100%;
}
#head td {
    padding: 5px 10px;
}
#head .left {
    text-align: center;
    background-color: #ffa;
    border: solid 1px #000;
}
#head .right {
    text-align: center;
    background-color: #ffc4e1;
    border: solid 1px #000;
}

#feature span {
    font-family: 'HG丸ｺﾞｼｯｸM-PRO';
    font-weight: bold;
    font-size: 1.4em;
    color: #006;
}

#outline {
    padding: 0px 10px;
    margin: 0px 10px;
    text-align: left;
    letter-spacing: 1px;
}
#outline div img {
    margin-top: 5px;
}

#example {
    font-size: 0.8em;
    margin: auto;
}
#example img {
    margin: 10px;
}

#expense {
    font-size: 0.9em;
    margin-left: 5em;
    width: 520px;
}
#expense .head th {
    text-align: center;
}
#expense th {
    vertical-align: middle;
    padding: 0px 4px 2px;
}
#expense .firstcell {
    width: 110px;
}
#expense .custom {
    text-align: right;
    padding-left: 100px;
    font-weight: bold;
    font-size: 0.9em;
    color: #009;
}

#foot {
    background-color: #fcc;
    margin: 1em auto 5px;
    color: #220;
    font-weight: bold;
    width: 100%;
}
#foot td {
    vertical-align: top;
    padding: 20px;
    font-weight: bold;
    text-align: left;
}
#foot .address {
    font-size: 0.8em;
    padding-left: 30px;
}
#foot .content {
    padding-top: 15px;
    padding-left: 5%;
    font-size: 1em;
}
#foot .content .order {
    text-align: center;
    margin-top: 7px;
    margin-right: 10px;
    float: left;
}

#foot .icon {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 9pt;
}

.adobe_readme {
    font-size: 0.7em;
    text-align:right;
}


