/* 外部スタイルシート　basic.css */


BODY {background-color: FFFFFF; color: 2F4F4F; font-size: 11pt}

A{ text-decoration: none}
  A:link{color: #006400}
 A:visited{color: #800000}
 A:active{color: #008000}
 A:hover{ color: #008000; font-weight: "bold"}
 .plain{font-size: 11pt}
 .small{font-size: 8pt}
 .bold{font-size: 12pt;font-weight:bold}
 .gothic{font-size: 11pt;font-weight:bold;font-family: 'ＭＳ ゴシック'}
 .font14{font-size: 14pt}
 .font12{font-size: 12pt}
 .font24{font-size: 24pt}
 .font8{font-size: 8pt}
 .font9{font-size: 9pt}
 .font10{font-size: 10pt}
 .font10bold{font-size: 10pt;font-weight:bold}
 .font11{font-size: 11pt}
 .font11bold{font-size: 11pt;font-weight:bold}
 .font36{font-size: 36pt}
 .white{font-size: 11pt; color:#FFFFFF}
 .white24{font-size: 24pt; color:#FFFFFF}
 .whitebold{font-size: 11pt; color:#FFFFFF;font-weight:bold}
 .white36bold{font-size: 36pt; color:#FFFFFF;font-weight:bold}
 .white24bold{font-size: 24pt; color:#FFFFFF;font-weight:bold}



.big{font-size:13pt}
.med{font-size:10pt}
.small{font-size:9pt}
.basicbold{font-size:11pt; font-weight:bold}
.bigbold{font-size:13pt; font-weight:bold}
.smallbold{font-size:9pt; font-weight:bold}
.bold{font-weight:bold}

.tomato{color:#FF6347; font-size:11pt}
.green{color:#32CD32; font-size:11pt}
