@charset "UTF-8";

/* everclean.co.jp　*/
body{
 margin:20px;
}
#border{
 width:750px;
 border-top:10px solid rgb(0,61,125);
 border-right:1px solid rgb(180,180,180);
 border-left:1px solid rgb(180,180,180);
 border-bottom:10px solid rgb(0,61,125);
 margin-left:auto;
 margin-right:auto;
 padding-bottom:40px;
 font-size:10pt;
}
#title{
 width:667px;
 height:190px;
 background:url(../img/qjin_title_back.gif) no-repeat;
 margin-top:20px;
 margin-botom:20px;
 margin-left:auto;
 margin-right:auto;
}
#title h1{
 text-align:center;
 margin-top:62px;
}
.err{
 background:rgb(255,230,230);
}

