@charset "utf-8";
html,
body {
	height:100%;
	overflow:auto;
	margin:0;
	padding:0;
	background:#FFFFFF;
}

* {
	margin : 0px;
	padding : 0px;
}


a:link {color:#666; text-decoration:underline;}
a:visited {color:#666; text-decoration:underline;}
a:active {color:#666; text-decoration:underline;}
a:hover {color:#666; text-decoration:underline;}


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


#flashcontent #attention {
	color :#999;
	text-align :center;
	margin :0 10%;
}

#flashcontent #attention h1 {
	color : #333333;
	font-size : 100%;
	margin-bottom : 50px;
	line-height : 150%;
}


#flashcontent #attention h2 {
	color : #333333;
	font-size : 80%;
	font-weight : normal;
	margin-bottom : 10px;
	line-height : 150%;
}

#flashcontent #attention address {
	color : #333333;
	font-size : 80%;
	font-style : normal;
	margin-bottom : 10px;
	line-height : 150%;
}

#flashcontent #attention p {
	font-size : 80%;
	line-height : 150%;
	margin-bottom : 10px;
}
