@charset "utf-8";

body { text-align: center; }

#flashcontent {
	position    :relative;
	top         :auto;
	left        :auto;
	width       :800px;
	height      :540px;
	line-height	:0;
	margin-left :auto;
	margin-right :auto;
	margin-top  :10px;
	}
#flashcontent * {
	line-height	:150%;
	}
#flashcontent #attention {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	margin      :0 10%;
	padding     :30px;
	border      :10px #EEEEEE solid;
	background  :#FFFFFF;
	}
#flashcontent #attention h1,
#flashcontent #attention h2 {
	color       :#333333;
	}
#flashcontent #attention img {
	border      :0;
	}
#flashcontent #attention p,
#flashcontent #attention ul {
	text-align  :left;
	}
#flashcontent #attention p.appendix {
	text-align  :center;
	}

#cr {
	width :100%;
	line-height: 100%;
	text-align: center;
	}
#cr a:link    { font-size: 10px; text-decoration: none; color: #ccc; }
#cr a:visited { font-size: 10px; text-decoration: none; color: #ccc; }
#cr a:hover   { font-size: 10px; text-decoration: underline; color: #fff; }
#cr a:active  { font-size: 10px; text-decoration: none; color: #ccc; }
