﻿@charset "utf-8";

/*======================================================================*//**
 * 
 */

html {
	height      :100%;
	overflow    :hidden;
	margin      :0;
	padding     :0;
	}

body {
	height      :100%;
	margin      :0;
	padding     :0;
	background  :#000000;
	}



/*======================================================================*//**
 * 
 */

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
	}
#flashcontent * {
	line-height	:150%;
	}



/*======================================================================*//**
 * 
 */

#attention {
	color       :#000000;
	font-size   :10px;
	text-align  :center;
	margin      :0px;
	padding     :0px;
	border      :0px #000000 solid;
	background  :#FFFFFF;
	width : 100% ;
	height : 456px ;
	}

#attentions_inner {
	text-align:center;
	background  :#000000;
	padding : 0px ;
	margin :0px ;
	left        :0;
	top         :0;
}

#attention h1,
#attention h2 {
	color       :#000000;
	}

#attention img {
	border      :0;
	}

#attention p,
#attention ul {
	text-align  :left;
	}

#attention p.appendix {
	text-align  :center;
	}

#attention a {
	color       :#000000;
	}

#attention a:visited {
	color       :#660000;
	}

#attention a:hover {
	color       :#CC0000;
	}

#attention a:active {
	color       :#CC0000;
	}










