@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;
}
textarea{
  font-family: "Courier New", monospace;
}
form{
	font-size: 85%;
}
pre{
  background-color:#ccf;
  font-size:100%;
}
input.demo{
  margin:0px 5px;
}
input.random{
  font-style:italic;
}
h1 a{
  text-decoration:none;
}
h1 a:link{ color: #00f; }
h1 a:visited{ color:#00f; }

.error{
  color:red;
}
.load{
  margin:0px;
  font-size:85%;
  background-color:#eef;
}