@charset "UTF-8";
body {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}
#contents{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 12pt;
    font-weight:normal;
    text-decoration: none;
    margin-top:20px;
    margin-bottom:2px;
}
.bgyellow {
    background-color: yellow;
}
.bgblue {
    background-color: #00ffff;
    width: 50%;
    margin-top:2px;
}
.bggreen {
    background-color: lightgreen;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.noline {
    border:none;
}
.withgraph{
    border: solid 1px #000000;
}
.tbl_o th{
    background-color: lightsalmon;
}
.tbl_o td {
border-bottom: dotted 1px #000000;
}
.tbl_o td.nwp {
    white-space: nowrap;
}
.noline td {
    vertical-align: top;
}
.withgraph th {
    background-color: #cccccc;
    border: solid 1px #000000;
}
.withgraph td {
    border:solid 1px #000000;
}
td.right {
    text-align: right;
}
td.center {
    text-align: center;
}
ul {
    list-style-type: none;
    padding-left: 0px;
}
li {
    line-height: 2em;
    border-bottom:dotted 1px black ;
}
