/* -------------------------- */
/* ----  all page         --- */
/* -------------------------- */
div#all {
  width: 720px;
}
body {
  font-family: '‚l‚r ƒSƒVƒbƒN';
  text-align: center;
  color: #630;
}
div#all {
  width: 600px;
  text-decoration: none;
}

a         { }
a:link    { color: #009; text-decoration: none; }
a:visited { color: #090; text-decoration: none; }
a:active  { color: #900; text-decoration: none; }
a:hover   { color: #c00; text-decoration: none; }

table {
  border-collapse:collapse;
}
td {
  text-align: left;
  font-size: 10pt;
}

span.wc_white   { color: #fff; }
span.wc_brown   { color: #630; }
span.wc_red     { color: #c00; }
span.wc_blue    { color: #00c; }
span.wc_green   { color: #0c0; }
span.wc_d-green { color: #060; }
span.wc_black   { color: #000; }

span.w_orange   { font-weight: bold; color: #f90; }
span.w_red      { font-weight: bold; color: #c00; }
span.w_blue     { font-weight: bold; color: #00c; }


/* -------------------------- */
/* ----  div              --- */
/* -------------------------- */
div#main0 {
  width: 600px;
}

/* -------------------------- */
/* ----  index            --- */
/* -------------------------- */
table.m0_00 {
  width: 600px;
  background-color:#fff;
  border-top: 1px solid #090;
}
td.m0_01 {
  width: 600px;
  background-color:#fff;
  vertical-align: bottom;
  padding-left: 100px;
  height: 20px;
}

table.m0_10 {
  width: 600px;
  background-color:#fff;
  border-bottom: 1px solid #090;
}
td.m0_11 {
  width: 400px;
  height: 50px;
  background-color:#fff;
  vertical-align: bottom;
  padding-left: 100px;
}

/* -------------------------- */
