@charset "utf-8";/*======================================================================*//** *  */html {	height      :100%;	overflow    :auto;	margin      :0;	padding     :0;	}body {	height      :100%;	margin      :0;	padding     :0;	background  :#FFFFFF;    font: 76% Arial, sans-serif;	}/*======================================================================*//** *  */#main {	position    :absolute;	left        :50%;	top         :50%;	width       :740px;	height      :300px;	line-height	:0;	margin-left :-370px;	margin-top  :-150px;	}#main * {	line-height	:150%;	}/*======================================================================*//** *  */#attention {	color       :#333;	font-size   :100%;	text-align  :center;	margin      :0 10%;	padding     :30px;	background  :#FFFFFF;	}#attention img {	border      :0;	}#attention a ,#attention a:visited,#attention a:hover,#attention a:active{	color       :#333;	}#attention .banner{    padding     :30px;}#attention h1{    padding     :20px;}