@charset "utf-8";

/*----------*/
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size: 75%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*----------*/
h1,h2,h3,h4,h5,h6,strong,p,th {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/*----------*/
ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

/*----------*/
a:link,
a:visited{
	color: #000000;
	text-decoration: underline;
	outline: none;
}

/*----------*/
a:hover{
	color: #000000;
	text-decoration: underline;
}

/*----------*/
html {
	height:100%;
	width: 100%;
}

body {
	height:100%;
	width: 100%;
}

#flashArea {
 height:100%;
 width:100%;
 position:absolute;
 left:0;
 top:0;
 overflow:hidden;
}
