@charset "utf-8";
/* CSS Document */


/*//////////////////////////////////////////////////*/
/*// ここから追加CSS                              //*/
/*//////////////////////////////////////////////////*/

/* 静的ページ お知らせ */
table.information {
    width: 100%;
}
table.information tr th {
    padding: 10px 0px 5px 0px;
    border-bottom: solid 1px #CCCCCC;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    width:160px;
}
table.information tr th span {
    font-size: 10px;
    color: #999999;
    display: block;
}
table.information tr td {
    padding: 5px 0px 5px 10px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 12px;
}
table.information tr td ul li,table.information tr td ul,table.information tr td ol,table.information tr td ol li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


/* 静的ページ 運営会社 */
table.company {
    width: 100%;
    padding: 10px;
}
table.company tr th {
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #CCCCCC;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    width: 160px;
}
table.company tr th span {
    font-size: 10px;
    color: #999999;
    display: block;
}
table.company tr td {
    padding: 5px 0px 5px 10px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 12px;
}
table.company tr td ul li,table.company tr td ul,table.company tr td ol,table.company tr td ol li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* 静的ページ ヘルプ */
#mainContent2 div.help_title {
    width: 900px;
    height: 24px;
    margin: 0;
}

#mainContent2 div.help_txt {
    width: 150px;
    height: 0px;
    margin: 0px 0px 0px 30px;
    padding: 3px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#mainContent2 div.help_stitle {
    width: 900px;
    height: 24px;
    margin: 0;
    background: url(../img/s_title.gif) no-repeat;
}

#mainContent2 div.help_stxt {
    width: 150px;
    height: 0px;
    margin: 0px 0px 0px 50px;
    padding: 3px 0px 0px 0px;
    font-size: 12px;
    text-align: left;
}

#mainContent2 div.qq {
    width: auto;
    line-height: 1.5em;
    margin: 3px 0px 3px 80px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    text-align: left;
}

#mainContent2 div.qa {
    width: auto;
    line-height: 1.5em;
    margin: 3px 0px 3px 80px;
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

#mainContent2 div.aa {
    width: 820px;
    line-height: 1.5em;
    margin: 3px 0px 3px 80px;
    padding: 0px 0px 5px 0px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 12px;
    text-align: left;
}
