/* BODY部の設定 */BODY { color: #330000; background-color: #FFFFFF }/* リンク部分の色 */A:link    { color:#0033FF }A:visited { color: #666699 }A:active  { color: #FF3300 }A:hover   { color: #008000 }A.top:link    { color:#0033FF }A.top:visited { color: #666699 }A.top:active  { color: #FF3300 }A.top:hover   { color: #008000 }A.top:link, A.top:visited, A.top:active, A.top:hover { text-decoration: none }/* 段落のセンタリング */P.black10nC  { color: #000000; font-size: 10pt; font-weight: normal; text-align: center }P.black10bL  { color: #000000; font-size: 10pt; font-weight: bold; text-align: left }P.black10bC  { color: #000000; font-size: 10pt; font-weight: bold; text-align: center }P.black10nL  { color: #000000; font-size: 10pt; font-weight: normal; text-align: left }P.black10nR  { color: #000000; font-size: 10pt; font-weight: normal; text-align: right }P.black12nL  { color: #000000; font-size: 12pt; font-weight: normal; text-align: left }P.black12nC  { color: #000000; font-size: 12pt; font-weight: normal; text-align: center }P.black12bC  { color: #000000; font-size: 12pt; font-weight: bold; text-align: center }P.black6nL   { color: #000000; font-size:  6pt; font-weight: normal; text-align: left }P.black8nC   { color: #000000; font-size:  8pt; font-weight: normal; text-align: center }P.black8bC   { color: #000000; font-size:  8pt; font-weight: bold; text-align: center }P.black8nL   { color: #000000; font-size:  8pt; font-weight: normal; text-align: left }P.red10bC    { color: #FF0000; font-size: 10pt; font-weight: bold; text-align: center }P.red12bC    { color: #FF0000; font-size: 12pt; font-weight: bold; text-align: center }P.gray6nL    { color: #808080; font-size:  6pt; font-weight: normal; text-align: left }P.gray8nL    { color: #808080; font-size:  8pt; font-weight: normal; text-align: left }P.blue8nC    { color: #0000FF; font-size:  8pt; font-weight: normal; text-align: center }P.blue8nL    { color: #0000FF; font-size:  8pt; font-weight: normal; text-align: left }P.blue10nL   { color: #0000FF; font-size: 10pt; font-weight: normal; text-align: left }P.blue12bC   { color: #0000FF; font-size: 12pt; font-weight: bold; text-align: center }P.white8nC   { color: #FFFFFF; font-size:  8pt; font-weight: normal; text-align: center }P.white8nL   { color: #FFFFFF; font-size:  8pt; font-weight: normal; text-align: left }P.white10nL  { color: #FFFFFF; font-size: 10pt; font-weight: normal; text-align: left }P.white10nC  { color: #FFFFFF; font-size: 10pt; font-weight: normal; text-align: center }P.white10bC  { color: #FFFFFF; font-size: 10pt; font-weight: bold;   text-align: center }P.white12nL  { color: #FFFFFF; font-size: 12pt; font-weight: normal;   text-align: left }P.white12bC  { color: #FFFFFF; font-size: 12pt; font-weight: bold;   text-align: center }P.white16bC  { color: #FFFFFF; font-size: 16pt; font-weight: bold;   text-align: center }P.white10bL  { color: #FFFFFF; font-size: 10pt; font-weight: bold;   text-align: left }P.yellow10bR { color: #FFFF00; font-size: 10pt; font-weight: bold; text-align: right }P.8p { font-size: 8pt  }P.9p { font-size: 9pt }P.10p { font-size: 10pt }P.11p { font-size: 11pt }P.12p {  font-size: 12pt }/* id属性 */.white     { color: #FFFFFF }.black     { color: #000000 }.blue      { color: #0000FF }.red       { color: #FF0000 }.cyan      { clolr: #AFEEEE }.gray6     { color: #808080; font-size:  6pt }.gray8     { color: #808080; font-size:  8pt }.water8	{ color: #006699; font-size:  8pt }.yellow    { color: #FFFF00 }.redbold   { color: #FF0000; font-weight: bold }.jobcolor  { color: #0099CC }.redbold   { color: #FF0000; font-weight: bold }.red8bold  { color: #FF0000; font-size:  8pt; font-weight: bold }.bold      { font-weight: bold; }.normal    { font-weight: normal; }.font6     { font-size: 6pt }.font8     { font-size: 8pt }.font9     { font-size: 9pt }.font10    { font-size: 10pt }.font11    { font-size: 11pt }.font12    { font-size: 12pt }.black10   { color: #000000; font-size: 10pt }/* リンクボタン */A.btn {  display: block;             /* ブロック要素にする */  width: 80px;                /* 横幅 */  color: #ffffff;  background-color: #3399FF;  /* 背景色 */  border: outset 2px #9999cc; /* 枠の色 */  margin: 0px;  padding: 3px 1px 1px 0px;  font-size: 12px;            /* フォントサイズ */  line-height: 12px;          /* 行の高さ */  text-align: center;         /* 水平揃え */  text-decoration: none;      /* 下線を消す */}A.btn:hover {  color: #eeeeee;  background-color: #555588;  /* 背景色 */  border: inset 2px #9999cc;  /* 枠の色 */  margin: 0px;  padding: 4px 0px 0px 1px;}A.btn:active { color: #ffffff; }A.btn:visited { color: #ffffff; }