﻿@charset "utf-8";

#flashcontent {
	width:1000px;	
/*---2009.09.09 変更---*/
	height:730px;
	}
	#flashcontent * {
		}
	#flashcontent #attention {
		text-align  :center;
		margin      :10% 10%;
		padding     :30px;
		border      :10px #EEEEEE solid;
		background  :#FFFFFF;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			background:none #FFF;
			font-weight:bold;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
