body {
    margin: 0px;
    padding: 0px;
}
#over {
    width: 770px;
    border: 1px solid #999;
}
img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#header {
    background-color: #CCC;
    height: 10px;
}
#footer {
    background-image: url(images/ft_bg.gif);
    background-repeat: repeat-x;
    height: 32px;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
}
#main .txtarea {
    font-size: 9pt;
    line-height: 1.8;
    margin-top: 20px;
    margin-right: 80px;
    margin-left: 80px;
    padding-bottom: 20px;
}
p {
    margin: 0px;
}


h1 {
    font-size: 12pt;
    text-align: center;
    line-height: 1.4;
}
h2 {
    font-size: 11pt;
    line-height: 1.4;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-color: #999;
    border-bottom-color: #999;
    margin-top: 40px;
}
h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 4;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.line_01 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    margin-bottom: 20px;
    margin-top: 10px;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}
#main .txtarea .lst_box {
    padding: 20px;
    border: 1px solid #98DCBC;
    margin-top: 40px;
}
#main .txtarea .lst_box .ttl {
    width: 430px;
    float: left;
    margin-top: 8px;
}
#main .txtarea .lst_box .btn {
    width: 120px;
    float: left;
}
.famol {
    list-style-type: circle;
}
.table_area {
    margin: 0px;
    padding: 0px;
}
.table_area th {
    background-color: #D0F1E7;
}
.table_area td {
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    vertical-align: top;
}