body { background-color: #ffffff; background-image: url(../img/top/back.gif) }

a:link      { color: #5555dd; font-weight: bold}
a:visited   { color: #5555aa; font-weight: bold}
a:active    { color: #ffcccc; font-weight: bold}
a:hover     { color: #3333aa; text-decoration: underline;}

a[name]:hover { color: inherit; text-decoration: none}

body, table, td, th { color:#111111; }

p { margin-top: 0px }

.text { line-height: 120%; }
dl { margin: 0px; }
dt { font-weight: bold; margin-left: 10px; margin-bottom: 10px; }
dd { margin-left: 30px; margin-bottom: 15px; }

ul { margin-left: 20px; }

em { font-weight: bold; font-style: normal; }
strong { font-weight: bold; font-style: normal; color: red; }

.debug {
  border: 1px solid #eeeeee;
}

#gl-title { width: 710px; height: 85px; }
#gl-body { width: 710px; background-color: #ffffff; }
.gl-navi { margin: 0px 5px; border: 0px solid black; font-size: 0.9em }
#gl-contents { }

/* Footer */
#Copyright {
  line-height: 140%;
  border: 0px red solid;
  padding: 0px 0px 10px 10px;
  font-size: 0.8em;
}
#Copyright a,
#Copyright a:link,
#Copyright a:visited,
#Copyright a:active,
#Copyright a:hover {
  color: #111111;
  text-decoration: none;
  font-weight: normal;
}
#Counter {
  padding-right: 10px;
  text-align: right;
}

