@charset "utf-8";

#flashContents {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
}
#flashContents * {
	line-height	:150%;
}
#flashContents #attention {
	color       :#666666;
	font-size   :10px;
	text-align  :center;
	margin      :0 10%;
	padding     :30px;
	border      :10px #CCCCCC solid;
	background  :#FFFFFF;
}
#flashContents #attention h1 {
	color       :#333333;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}
#flashContents #attention h2 {
	color       :#333333;
	font-size:11px;
	font-weight:normal;
	padding:10px 0;
}
#flashContents #attention img {
	border      :0;
}
#flashContents #attention p {
	color       :#FF0000;
}
#flashContents #attention ul {
	color       :#000000;
}
#flashContents #attention ul li{
	list-style	:none;
}
#flashContents #attention p.appendix {
	text-align  :center;
}
