@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #fff;
	height: 100%;
	background-color: #FFFFFF;
}

img.bgimage {
    display: none;
}
img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
margin: -12px 0 0 -12px;

}
#text {
	position: absolute;
	left: 50px;
	bottom: 15px;
}
#text h1 {
	font-size: 2em;
	color: #FFFFFF;
}
