@charset "utf-8";

/*======================================================================*//**
 * 
 */

html {
	
	margin      :0;
	padding     :0;
	
	}

body {
	margin      :0;
	padding     :0;
	background  :#434a2a;
	text-align:center;
	}



/*======================================================================*//**
 * 
 */
#entrance {
	width       :250px;
	height:200px;	
	position    :absolute;
	left        :50%;
	top         :50%;
	line-height	:0;
	margin-left :-125px;
	margin-top  :-100px;
	padding:0;
	}
#topLogo{
	margin-bottom:100px;
}
#foot{color:#fff; font-size:11px; font-family:Helvetica, sans-serif; position:absolute; bottom:10px; height:18px; text-align:center; left:50%; margin-left :-125px;width:250px;}
#flashcontent {
	width       :960px;
	height:640px;
	margin:30px auto 0;
	/*
	position    :absolute;
	left        :50%;
	top         :50%;
	line-height	:0;
	margin-left :-480px;
	margin-top  :-360px;
	*/
	}
#flashcontent * {
/*
	line-height	:150%;
	*/
	}



/*======================================================================*//**
 * 
 */

#attention {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	margin      :0 10%;
	padding     :30px;
	border      :10px #EEEEEE solid;
	background  :#FFFFFF;
	}

#attention h1,
#attention h2 {
	color       :#333333;
	}

#attention img {
	border      :0;
	}

#attention p,
#attention ul {
	text-align  :left;
	}

#attention p.appendix {
	text-align  :center;
	}

#attention a {
	color       :#CC0000;
	}

#attention a:visited {
	color       :#660000;
	}

#attention a:hover {
	color       :#CC0000;
	}

#attention a:active {
	color       :#CC0000;
	}

