@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

#flashcontent {
	position :absolute;
	left :50%;
	top :50%;
	width :740px;
	height :630px;
	line-height:0;
	margin-left :-370px;
	margin-top :-315px;
	overflow-y:hidden; /* for safari new ver */
}

#flashcontent * {
	line-height:150%;
}

#flashcontent #attention {
	color :#666666;
	font-size :75%;
	text-align :center;
	margin : 10px 10%;
	padding :15px 15px 5px 15px;
	background :#FFFFFF;
}

#flashcontent #attention h1{
	color :#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	padding-top: 10px;
}

#flashcontent #attention h2 {
	color :#000;
	font-size: 120%;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#flashcontent #attention h3 {
	color :#000;
	font-size: 100%;
	margin-top: 20px;
}

#flashcontent #attention img {
	border :0;
}

#flashcontent #attention p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#f
lashcontent #attention p,
#flashcontent #attention ul {
	text-align :center;
	margin-bottom: 8px;
}

#flashcontent #attention address {
	text-align :center;
	margin-bottom: 10px;
	font-style: normal;
}

#flashcontent #attention ul {
	list-style: none outside;
	border-top: 1px solid #666;
	padding-top: 15px;
}

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

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

