@charset "utf-8";

html,
body {
	height:100%;
	overflow:auto;
	margin:0;
	padding:0;
	background:#FFFFFF;
}

#flashcontent {
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:200px;
	line-height:0;
	margin-left:-250px;
	margin-top:-100px;
}

#flashcontent * {
	line-height:150%;
}

#flashcontent #attention {
	color:#666666;
	text-align:center;
	margin:0 10%;
	background:#FFFFFF;
}

#attention h1, #attention h2 {
	color:#333333;
	font-size:80%;
}

#attention address {
	font-style: normal;
	font-size:70%;
}

#attention p {
	font-size:70%;
}

#attention img {
	border:0;
}

#flashcontent #attention ul {
	list-style:none;
	font-size:70%;
}

a {
	color:#333333;
}