@charset "Shift_JIS";

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: #008080;
}

div#pageWrapper {
    width: 975px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #008080;
}

div#header {
    height: 110px;
    line-height: 1.5;
    background-color: #008080;
}
div#mainContents {
    margin-right: auto;
    margin-left: auto;
    height: 2750px;
    padding-top: 10px;
    background-color: #ffff99;
    float: right;
}
div#navi {
    margin-right: auto;
    margin-left: auto;
    height: 2750px;
    padding-top: 10px;
    background-color: #ffff99;
    float: left;
}
div#footer {
    clear: both;
    height: 20px;
    line-height: 1.3;
    padding-top: 0;
    background-color: #008080;
}

h1 { font-size: 36pt; color:#ffffff; font-family: "ƒSƒbƒVƒbƒN",sans-serif ; style="background-color: #c0c0c0; text-align: center; width: 100%";}
h2 { font-size: 16pt; color:red; }
h3 { font-size: 15pt; color:black; }
h4 { font-size: 14pt; color:blue; }
h5 { font-size: 12pt; color:#ffffff; }
h6 { font-size: 20pt; color:black; style="background-color: #c0c0c0; text-align: center; width: 100%";}
 
h7 { font-size: xx-small;}
