@charset "utf-8";

body {
	color	    :#FFFFFF;
	text-align  :center;
	margin      :0 auto;
}

#flashcontentContainer {
	width       :990px;
	height      :630px;
	margin      :0 auto;
}

#flashcontent {
	width       :990px;
	height      :630px;
	text-align :left;
}
#flashcontent * {
	/*line-height	:150%;*/
}

#flashcontent:focus {
	outline:none;
}

#flashcontent #attention {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	margin      :0 10%;
	padding     :0 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;
}
