@charset "utf-8";

html {
	margin			: 0;
	padding			: 0;
	height			: 100%;
	overflow		: auto;
}
body {
	margin			: 0;
	padding			: 0;
	width			: 100%;
	height			: 100%;
}
#main {
	position		: absolute;
	top			: 0;
	left			: 0;
	width			: 100%;
	height			: 100%;
	line-height		: 0;
	text-align		: center;
}
	#plane {
		width		: 594px;
		margin		: 1em auto;
		padding		: .5em;
		border		: 1px #e0e0e0 solid;
	}
h1 {
	margin			: 0 0 1em 0;
	padding			: .5em 0;
	font-size		: 1em;
	font-family		: 'Times New Roman','Monotype Corsiva','arial','Helvetica','Verdana',Times, serif;
	text-align		: left;
}
p, address, li {
	font-size		: .7em;
	line-height		: 1.7em;
	text-align		: left;
}
p, address {
	margin			: 0;
	padding			: .3em 0 .3em 1em;
}
img {
	border			: none;
}
a:link {
	color			: #c31;
}
a:visited {
	color			: #0cf;
}
a:active, a:hover {
	color			: #f39;
}
address {
	font-size		: .7em;
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-style		: normal;
}
blockquote {
	margin			: 1em 0 0 0;
	padding			: .5em;
	border			: 1px #e0e0e0 solid;
}
	blockquote p {
		padding		: .3em 0;
	}
	blockquote ul {
		margin		: .5em 2em;
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
	p, li, dl {
		letter-spacing	: 1px;
	}
}


#flashcontent {
	width       :100%;
	height      :1000px;
	line-height	:0;
	margin-left :auto;
	margin-top  :0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../../images/nonfla.jpg);
	background-position: center top;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
	color       :#666666;
	text-align  :center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
	text-align  :left;
	color: #FFF;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}

