/*
 BUGs default ¥¹¥¿¥¤¥ë
   Committer: $Author: tcsh $
   LastUpdate: $Date: 2003/11/03 03:00:55 $
   Revision: $Revision: 1.2 $
   CVSStatus: $State: Exp $
*/

body { 
  background-color: white;
  color: black;
}

/*
  block level tags
*/

div.copyright {
  color: white;
  background-color: #006699;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 600px;
}

div.w3c {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 600px;
}

div.navigator-foot {
  color: gray;
  font-size: 12px;
  margin-top: 0.5em;
  text-align: center;
}

div.logo {
  text-align: center;
}

/* headings */
h1.top {
  font-size: 18px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}


/* table */
table {
  border: 0;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

tr.default {
  background-color: white;
}


td.lastupdate {
  background-color: #006699;
  color: white;
  text-align: center;
  width: 200px;
}

td.menu-separater {
  background-color: #959595;
  width: 1px;
}

td.menu-link {
  background-color: white;
  font-size: 16px;
  height: 21px;
  text-align: center;
  width: 120px;
}

td.silverline {
  background-color: #959595;
  height: 2px;
}

td.type2 {
  height: 10px;
}

td.type3 {
  height: 20px;
}

td.type4 {
  height: 5px;
}

td.type6 {
  text-align: right;
}


/*
  inline level tags
*/

img.logo {
 width: 397px;
 height: 128px;
}

a:link { color: #1e90ff; }
a:visited { color: #dc143c; }
