@charset "Shift_JIS";

/*-----------------------------------*/
/* 20090908 各種エラーページ用 mat
-------------------------------------*/
body {
	text-align: center;
}

* {
	margin: 0px auto;
}

#Error {
	width: 500px;
	background: #FFFFFF url(../_img/_error/bg_box.gif);
	margin-top: 30px;

}

.imgover{}