BODY { font-size:10pt;}
.shadow { filter:shadow(color=#888888,direction=90);}
.dshadow { filter:dropshadow(offx=2,offy=2,color=#EEEEEE);}
TABLE { font-size:10pt;}
TABLE.fixed { table-layout:fixed;}

TABLE.top{
	border-top:1px solid #CCCCCC;
}
TABLE.under{
	border-bottom:1px solid #CCCCCC;
}
TABLE.s-top{
	border-top:1px solid #CCCCCC;
}
TABLE.s-under{
	border-bottom:1px solid #CCCCCC;
}
TABLE.ss-under{
	border-bottom:2px double #cccccc;
}

.large { font-size:12pt}
.6point { font-size:6pt}
.7point { font-size:7pt}
.8point { font-size:8pt}
.9point { font-size:9pt; line-height: 20px}
.10point { font-size:10pt; line-height: 18px}
.11point { font-size:11pt}
.12point { font-size:12pt}
.13point { font-size:13pt}
.14point { font-size:14pt; font-family: "Geneva", "Arial", "Helvetica", "san-serif"}
.15point { font-size:15pt}
.16point { font-size:16pt}
.17point { font-size:17pt}
.18point { font-size:18pt}
.19point { font-size:19pt}
.20point { font-size:20pt}


#total-menu {
    position:absolute; top:0px; left:0px;
    margin-left: 0px;
    padding: 0px;
    width:1024px;
    background-color:#F1F2F4;
    border-bottom: 1px solid #CCCCCC;
}
#total-menu-1 {
    position:absolute; top:0px; left:0px;
    margin-left: 0px;
    padding: 0px;
    width:839px;
    background-color:#F1F2F4;
    border-bottom: 1px solid #CCCCCC;
}
  a:link {
    text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
    color:#003399 ; /*未訪問リンクのカラー*/
  }
  a:visited {
    text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
    color:#003399 ; /*訪問済みリンクのカラー*/
  }
  a:active {
    text-decoration:underline; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
    color:#CC3333  ; /*クリックしたときのカラー*/
  }
  a:hover {
    text-decoration:underline; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
    color:#CC3333 ; /*マウスが乗ったときのカラー*/
  }


