@charset "utf-8";

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

html {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	}

body {
	height      :100%;
	margin      :0;
	padding     :0;
	background  :#dddfe0;
	}



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

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
	}
#flashcontent * {
	line-height	:150%;
	}

#flashcontent h1 {
	width:120px;
	height:120px;
	background:url(../images/title.jpg) no-repeat;
	text-indent:-9999px;
}


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

#attention {
	color       :#666666;
	padding: 30px;
	}

#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       :#0066cc;
	}

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

#attention a:hover {
	color       :#3399ff;
	}

#attention a:active {
	color       :#6699cc;
	}