@charset "utf-8";

html {
	height      :100%;
	overflow:hidden;
	margin      :0;
	padding     :0;
}

body {
	height      :100%;
	margin      :0;
	padding     :0;
	background  :#ffffff;
	overflow:hidden;
}

#contents{
	text-align:center;
	width:100%;
	height:100%;
	background  :#ffffff;
}

#main {
	text-align:left;
	margin:0px auto;
	width:1001px;
	height:100%;
	background-color:#ffffff;
}
	
#flashcontent * {
	line-height	:150%;
	width:1001px;
	height:100%;
}
	
#flashcontent #attention {
	overflow:auto;
	height:260px;
	width:470px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-165px;
	margin-left:-270px;
	color       :#666666;
	text-align  :center;
	padding     :30px;
	border      :6px #eeeeee solid;
	background  :#ffffff;
	font-size:80%;
}

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

#flashcontent #attention h1,#flashcontent #attention h2 {
	color       :#333333;
}

#flashcontent #attention #cap {
	text-align  :center;
}

#flashcontent #attention img {
	border      :0;
}

#flashcontent #attention p,#flashcontent #attention ul {
	text-align  :left;
}

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

h1{
	font-size   :130%;
	line-height:100%;
}

h2{
	font-size   :130%;
	line-height:100%;
}