﻿@charset "utf-8";

html, body {
height:100%;
/*overflow:auto;*/
margin:0; padding:0;
}

body {background:#000000;
font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
font-size:13px; color:#ffffff;
}
img { border:0;}

#wrapper {
	width:100%;height:100%;
}

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :0%;
	width       :800px;
	height      :600px;
	line-height	:0;
	margin-left :-400px;
	background:url(../images/top_image.jpg) no-repeat 0 0;
	}
	#flashcontent * {
		line-height	:150%;
		}
		
	#flashcontent #attention {
		/*padding: 20px 70px;*/
		}
		
	#attention #khi h1 a{
		display:block;
		width:800px; height:360px;
		text-indent: -9999px;
	}
	#attention #khi h2 { display:none;}
	#attention #khi h1, #attention #khi h2 {line-height:0px; font-size:1px;}
	
	#attention #info { padding: 20px 70px; }
	#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
		#flashcontent #attention a {color:#CCCCCC;}
	
	#flashcontent #footer { position: absolute; bottom:0;}
		

