@charset "Shift_JIS";

body {
  background:#333333;
  margin-top:5px;
  text-align:center;
  margin-right:auto;
  margin-left:auto;
}

a:link {
  color:#2c2dd2;
  text-decoration:none;
}

a:visited {
  color:#8e00cc;
  text-decoration:none;
}

a:active {
  color:#ff0000;
}

a:hover {
  text-decoration:underline;
}

div#allofcontents {
  text-align:center;
  margin-right:auto;
  margin-left:auto;
  width:700px;
}

#defaultstyle {
  background:#dbd6a2;
  padding:5px 20px 5px 20px;
  line-height:1.5;
}

#label_text {
  color:#333333;
  background:#c1b970;
  font-size:70%;
  padding:2px 0 2px 15px;
}

p.a_top {
  font-size:80%;
  text-align:right;
}
p.a_top a:link {color:#2c2dd2;text-decoration:none;}
p.a_top a:visited {color:#8e00cc;text-decoration:none;}
p.a_top a:active {color:#ff0000;}
p.a_top a:hover {text-decoration:underline;}

