@charset "utf-8";

/*=====================
BASE
=====================*/
html{
	height:100%;
	overflow: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
	background: url(../img/back.jpg) center repeat #f2b477;
}

*html #flashDiv{
	position: absolute;
	top:0;
	left:0;
}

div.caution{
	padding-top: 180px;
	font-size: 80%;
	color: #000;
	text-align: center;
}

div.caution img{
	padding-top: 8px;
	border: 0px;
}

div.caution p.logo img{
	padding-top: 0px;
	border: 0px;
}

div.caution span{
	padding: 2px;
	background-color: #fff;
}
