@charset "utf-8";

/* xxxxxxxxxx   RESET   xxxxxxxxxx */
body, p {
	background-color: #202020;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

a {
	color: #ffe608;
}


/* xxxxxxxxxx   MAIN DIV   xxxxxxxxxx */
#main_div {
	width: 800px;
	height: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}


/* xxxxxxxxxx   WARNING   xxxxxxxxxx */
#warning_table {
	font-family: Verdana, Arial;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#td_shadow {
	background-image: url(../img/warning_shadow.png);
	background-repeat: no-repeat;
	width: 78px;
	height: 70px;
	padding-left: 2px;
	padding-top: 3px;
}




























