@charset "shift_jis";
/* CSS Document */


#error{
	text-align:center;
}
#error table.error-box{
	margin:0 auto;
	font-size:26px;
}
#error table.error-box td{
	background:#f5f5dc;
	color:#990033;
    padding: 10px 20px;
}

#error a:hover{
	color: red;
}