﻿@charset "utf-8";

* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body {
    height: 100%;
    color: #000000;
    font-family: "メイリオ","Meiryo",sans-serif;
    font-size: 80%;
    background: url(../images/bg_body.gif) left top repeat;
}

#container {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url(../images/bg_body_img.png) right bottom no-repeat;
    position: fixed;
}

/* -------------------- headerArea -------------------- */
#headerArea {
    clear: both;
    width: 100%;
    zoom: 100%;
    background-color: #0381F9;
    position: fixed;
}

#headerArea:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----- siteLogo ----- */
#siteLogo {
    float: left;
    width: 380px;
    height: 15px;
}

/* -------------------- NaviArea -------------------- */
#NaviArea {
    clear: both;
    width: 100%;
    zoom: 100%;
}

#NaviArea:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----- globalNavi ----- */
#globalNavi {
    width: 960px;
    height: 71px;
    margin: auto;
    margin-right: 80px;
    text-align: left;
}

#globalNavi:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#globalNavi ul {
    float: right;
    list-style: none;
    padding-top: 24px;
}

#globalNavi li {
    float: left;
    width: 100px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    border-left: solid 2px;
    border-left-color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

#globalNavi li.end {
    margin-right: 0px;
    border-right: solid 2px;
    border-right-color: #FFFFFF;
}

#globalNavi li a {
    color: #FFFFFF;
    text-decoration: none;
}


#bodyArea {
    clear: both;
    width: 100%;
    zoom: 100%;
    height: auto;
    padding-top: 86px;
    padding-bottom: 72px;
}

/* ----- ボディ部共通 ----- */
div.bodyTitle {
    padding: 6px 48px;
    background-color: #EEEEEE;
    text-align: left;
}

div.bodyTitle span {
    padding-left: 8px;
    margin-bottom: 0px;
    border-left: solid 8px;
    border-left-color: #0381F9;
    color: #0381F9;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 22px;
}

div.pageTop {
    text-align: right;
    padding: 0px 8px 16px 0px;
    margin-right: 60px;
}
div.pageTop:after {
    z-index: -1;
}

/* -------------------- contetnsArea -------------------- */
#contentsArea {
    margin-left: 60px;
    margin-right: 60px;
    float: left;
    line-height: 1.4em;
    width: 100%;
    word-wrap: break-word;
}


/* -------------------- footerArea -------------------- */
#footerArea {
    background: url(../images/bg_body_footer.png) left bottom;
    clear: both;
    width: 100%;
    height: 72px;
    zoom: 100%;
    position: fixed;
    bottom: 0;
}

#footerArea:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#footer {
    width: 960px;
    height: 72px;
    text-align: left;
}

/* ----- footerNavi ----- */
#footerNavi {
    width: 100%;
    height: 36px;
}

#footerNavi:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#footerNavi ul {
    float: left;
    list-style: none;
    padding-top: 8px;
}

#footerNavi li {
    float: left;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    border-left: solid 1px;
    border-left-color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
}

#footerNavi li.start {
    padding-left: 24px;
    border-left: none;
}

#footerNavi li a {
    color: #FFFFFF;
    text-decoration: none;
}

/* ----- footerCopyright ----- */
#footerCopyright {
    width: 100%;
    float: left;
    padding-left: 24px;
    color: #FFFFFF;
    font-size: 12px;
}

/* ----- お知らせ画面 ----- */
div.noticeRow {
    padding: 8px 16px 0px 16px;
    margin-right: 60px;
}

div.noticeRow ul {
    list-style: none;
}

div.noticeRow ul li.noticeGroup {
    color: #0099FF;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6em;
}

div.noticeRow ul li.noticeGroup:before {
    content: url("../images/list.png");
    margin: 0px 8px 0px 0px;
    vertical-align: text-top;
}

div.noticeRow ul li.noticeGroup span.noticeCategory {
    color: #0099FF;
    margin-left: 8px;
    padding: 2px 8px;
    background-color: #DDDDDD;
}

div.noticeRow ul li.noticeTitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
}

/* ----- FAQ画面 ----- */
div.faqRow {
    padding: 8px 16px 0px 16px;
    margin-right: 60px;
}

div.faqRow ul {
    list-style: none;
}

div.faqRow ul li.faqGroup {
    font-size: 18px;
    line-height: 1.6em;
}

div.faqRow ul li.faqGroup span {
    padding-left: 8px;
    margin-bottom: 0px;
    border-left: solid 8px;
    border-left-color: #0381F9;
    color: #0381F9;
    line-height: 1.4em;
}

div.faqQARow {
    padding: 8px 32px 0px 16px;
}

div.faqQARow li.faqQuestion:before {
    content: url("../images/q3.png");
    margin: 0px 8px 0px 0px;
    vertical-align: text-top;
}

div.faqQARow li.faqQuestion {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
}

div.faqQARow li.faqAnswer:before {
    content: url("../images/a3.png");
    margin: 0px 8px 0px 0px;
    vertical-align: text-top;
}

div.faqQARow li.faqAnswer {
    font-size: 18px;
    line-height: 1.4em;
}

div.faqQARow li.faqDetail {
    font-size: 14px;
    line-height: 1.4em;
    margin-left: 32px;
}

/* ----- お問い合わせ画面 ----- */
div.contactTopText {
    padding-top: 24px;
    font-size: 17px;
    margin-right: 60px;
}

div.contactTitle {
    font-size: 17px;
    color: #0381F9;
    line-height: 1.6em;
    margin-right: 60px;
}

div.contactTitle:before {
    content: url("../images/list.png");
    margin: 0px 8px 0px 0px;
    vertical-align: text-top;
}

div.contactRow {
    padding: 0px 16px;
    line-height: 1.6em;
    font-size: 14px;
    margin-right: 60px;
}

div.contactMail {
    padding-left: 16px;
}

div.contactRow ul {
    list-style: none;
}

div.contactRow ul li {
    line-height: 1.6em;
}

div.contactRow ul li.contactNote {
    padding-left: 16px;
}

/* ----- 動作環境画面 ----- */
div.systemTitle {
    font-size: 17px;
    color: #0381F9;
    line-height: 1.6em;
    margin-right: 60px;
}

div.systemTitle:before {
    content: url("../images/list.png");
    margin: 0px 8px 0px 0px;
    vertical-align: text-top;
}

div.systemRow {
    padding: 0px 16px;
    line-height: 1.6em;
    font-size: 16px;
    margin-right: 60px;
}
