@charset "UTF-8";

html,body {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
		overflow:hidden;
		font-size: 0.8em;
	font-family:Georgia, "Times New Roman", Times, serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	color:#000000;
    }


#flash{
	width:100%;
	height:100%;
	background:#FFF;
	text-align: left;
}

a:link{
	color:#6699FF;
	text-decoration: none;
}
a:hover{
	color:#999999;
	text-decoration:underline;
}

h1 {
	font-size: 1.8em;
	padding: 25px 15px 0 0;
	color: #000000;
}

p{
font-size:0.8em;
}