body {
    background-color: #000000;
    background-image: url('../img/back.gif');
    background-repeat: repeat-x;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.style1 {
    color: #98c8ff;
}
.style2 {
    color: #ffffff;
}

/*----- テーブル枠ここから -----*/
table.frame-white {
    border: #FFFFFF solid 1px;
    border-collapse: collapse;
}

/*----- アンカー -----*/
a:link.white_line    { color: #FFFFFF; text-decoration: underline;}
a:visited.white_line { color: #FFFFFF; text-decoration: underline;}
a:active.white_line  { color: #FF0000; text-decoration: underline;}
a:hover.white_line   { color: #FF0000; text-decoration: underline;}

a:link.white_none    { color: #FFFFFF; text-decoration: none;}
a:visited.white_none { color: #FFFFFF; text-decoration: none;}
a:active.white_none  { color: #FF0000; text-decoration: none;}
a:hover.white_none   { color: #FF0000; text-decoration: none;}

/*----- ヘッダー -----*/
.header_line {
    width: 100%;
    margin: 0px auto 0px auto;
    background-image: url('../img/line/white2_01.gif');
    background-repeat; repeat-x;
    line-height: 3px;
    font-size: 3px;
}
.header_img { width: 800px; }
.header_text {
    width: 800px;
    text-align: left;
    font-size: 10px;
}
.header_text_h1 {
    margin: 0px;
}
.header_text_bold {
    font-weight: bold;
}

/*----- ページタイトル -----*/


/*----- フッター -----*/
.footer_line {
    width: 100%;
    margin: 5px auto 0px auto;
    background-image: url('../img/line/white1_01.gif');
    background-repeat: repeat-x;
    line-height: 2px;
    font-size: 2px;
}
.footer_icon { width: 15px; }
.footer_company { width: 65px; }
.footer_sitemap { width: 75px; }
.footer_contact { width: 75px; }
.footer_copyright { text-align: right; }
