/* レイアウトの設定*/
body{
margin:0px 0px 0px 0px;
padding:0px;
}


/* ヘッダーの設定*/
#head{
width:900px; height:50px;
background : wihte;
}


/* ラッパーの設定*/
#wrap{
width:900px;
position:relative;
}


/* 左側の設定*/
#left{
    float:left;
    width:200px;
    height:4700px;
    background-color:white;
}


/* 真ん中の設定*/
#center{
    float:left;
    width:500px;
    height:4700px;
background-color:white;
}


/* 右側の設定*/
#right{
    float:left;
    width:200px;
    height:4700px;
    background-color:#fed2dd;
}


/* フッターーの設定*/
#foot{
width:900px;
background-color:white;
clear:both;
}



body{
font-size: 10pt;
text-align:center; 
margin-top: 0px;
background-image : url(bg.gif); }



a:link { color:#333333; }

a:visited { color:#333333; }

a:hover { text-decoration:none; color:#333333; }

th,td { font-size: 10pt;}

H1 { font-size: 12px; letter-spacing : 2px; color: maroon ; margin:0px 0px 0px 0px; text-align: right; }

H2 { font-size: 11px; letter-spacing : 2px; color: #4a7dd2; margin:0px 0px 0px 0px; text-align: right; }

HR { width: 770px; color: white; background-color: white; height: 1px; border: 1px; border-style: dotted; }  /* ライン */

.moji-kan2 { letter-spacing: 2px; }  /* 文字間隔 */
.moji-kan3 { letter-spacing: 3px; }  /* 文字間隔 */
div.gyou-kan { line-height: 1.5em; letter-spacing : 2px; }  /* 行間隔 */

div.center{ background-position: center; }　/* 中央揃え */
.migi { text-align: right; } /* 右揃え */
div.migi { text-align: right; color:#666666; } /* 右揃えdiv */

.fs8 { font-size: 8pt; }　/* 文字サイズ8pt */
div.fs8 { font-size: 8pt; letter-spacing: 2px; }
.fs10 { font-size: 10pt; }  /* 文字サイズ10pt */

.fb { background-color : white; }  /* 文字の背景色 */
.kokuban { letter-spacing : 1px; color:white; }  /* 黒板文字 */


ul.list01 li {
list-style : url(../../img/list01.png);
font-family: Microsoft JhengHei; 
margin:-10px -10 -10;
}

ul.list02 li {
list-style : url(../../img/list02.png);
font-family: Microsoft JhengHei; 
margin:6px -6;
}




