@charset "shift_jis";

*{
margin:0;
padding:0;
}

img{
border:0;
}

a:link{
color:#036;
text-decoration:none;
}
a:hover{
color:#326b79;
text-decoration:underline !important;
}
a:active{
color:#036;
text-decoration:none;
}
a:visited{
color:#369;
text-decoration:none;
}

body#error{
margin:50px 0 0 50px;
font-size:80%;
}

#error h1{
margin:4px 4px 0.8em;
}

#error p{
margin:0.5em 2px 0;
}

#error ol{
margin:1em 2em;
}

#error li{
margin:0.2em 0 0;
}