@charset "Shift_JIS";

body,div,em,h1,h2,h3,h4,h5,h6,kbd,
p,pre,span,strong,var,a,dl,dt,dd,ol,ul,li,
table,td,th,tr,form,fieldset,legend,input,label,img
{
  font-family: "Lucida Sans Unicode", serif;
}
code,samp,pre,form {
  font-family:monospace;
}
pre{
  background-color:#eef;
  font-size:85%;
  margin-left:2em;
  padding-left:1em;
}
a:link{ color: #00f; }
a:visited{ color:#009; }
a:hover{ color:#66f; }
dd{
  margin-left:10em;
}
p{
  margin-left:2em;
}

table{
  margin:1em;
  margin-left:4em;
  border-style: none;
  border-collapse:collapse;
}
th,td,caption{
  padding:3px;
  border:1px solid black;
}
th,caption{
  text-align:center;
  background: #99f;
  font-weight: bold;
}