@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
エラーページ
------------------------------------------------------------------------------ */

.errBox {
background-image: url(../images/error/fbg01.gif);
background-repeat: repeat-y;
width: 890px;
margin: 50px auto;
}
.errTitle {
padding-top: 20px;
padding-left: 60px;
margin-bottom: 20px;
}
.errTxt01 {
font-size: 108%;
color: #451F1E;
padding-left: 60px;
margin-bottom: 20px;
}
.errLogo {
text-align: right;
padding-right: 60px;
margin-bottom: 15px;
}
