@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
}

#flashcontent {
	width       : 1000px;
	height      : 650px;
	line-height	: 0;
	margin: 0px auto 0px auto;
	}
	#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;
			}
			
div#copyright{
	margin: 5px auto 0px auto;
	width: 1000px;
	color: #555;
	font-size: 9px;
	padding: 0px;
	text-align: right;
}
