@charset "Shift_JIS";

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
}

div#pageWrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #ffffff;
}

div#mainContents {
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
    padding-top: 0px;
    background-color: #ffffff;
    float: center;
}

h1 { font-size: 20pt; color:#ffffff; font-family: "ゴッシック",sans-serif ; style="background-color: #c0c0c0; text-align: center; width: 100%";}
h2 { font-size: 16pt; color:red; font-family: "明朝",serif ;}
h3 { font-size: 15pt; color:black; font-family: "明朝",serif ;}
h4 { font-size: 12pt; color:blue; font-family: "明朝",serif ;}
h5 { font-size: 11pt; color:black; font-family: "明朝",serif ;}
h6 { font-size: 20pt; color:black; font-family: "ゴッシック",sans-serif ; style="background-color: #c0c0c0; text-align: center; width: 100%";}
 
h7 { font-size: xx-small;}
