@charset "utf-8";

/*=========================

=========================*/

*{
margin:0;
padding:0;
}

html {overflow-x:visible;}

html, body {
scrollbar-base-color: #B0B1A8;
    scrollbar-track-color: #B0B1A8;
    scrollbar-face-color: #B0B1A8;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

body{
	background-color: #b0b1a8;
	text-align:center;
	overflow: hidden;

	}

/*背景の指定*/
div#back{
	/*margin:0 auto;*/
	width:100%;
	float:none;
	height: 100%;
	position: absolute;
	z-index: 2;
	}

/* フッター */	
div#foot{
	text-align:center;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	height:15px;
	color: #FFFFFF;
	clear: both;
	bottom: 24px;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 3;
	}

	
div#flash{
	text-align:center;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	height:25px;
	color: #FFFFFF;
	clear: both;
	background-color: #000000;
	width: 100%;
	left: 0px;
	}
	


/*=========================
FONT
=========================*/

.none {
	display: none;
	font-size: 20px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
}
