body {
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
    background-color: #ffffff;
    background-image: url(./img/back01.jpg); 
    background-repeat: repeat-y; 
    background-position:center top
}

table {
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}

.small0 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 80%; font-style: normal; line-height: 1.0}
.small1 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 80%; font-style: normal; line-height: 1.2}
.small2 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 80%; font-style: normal; line-height: 1.4}
.medium0 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 100%; font-style: normal; line-height: 1.0}
.medium1 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 100%; font-style: normal; line-height: 1.2}
.medium2 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 100%; font-style: normal; line-height: 1.4}
.large0 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 116%; font-style: normal; line-height: 1.0}
.large1 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 116%; font-style: normal; line-height: 1.2}
.large2 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 116%; font-style: normal; line-height: 1.4}
.xlarge0 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 166%; font-style: normal; line-height: 1.0}
.xlarge1 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 166%; font-style: normal; line-height: 1.2}
.xlarge2 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 166%; font-style: normal; line-height: 1.4}


a:link { color: #003399; text-decoration: none;}
a:visited { color: #660099; text-decoration: none;}
a:hover { color: #0099cc; text-decoration: underline;}
a:active { color: #ffcc00; text-decoration: underline;}

/*フッター*/

#footer {
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}

#footer a:link { color: #666666; text-decoration: none;}
#footer a:visited { color: #666666; text-decoration: none;}
#footer a:hover { color: #666666; text-decoration: underline;}
#footer a:active { color: ##FF0000; text-decoration: underline;}