@charset "utf-8";

@font-face {
	font-family:"myFont";
	src: url("HuiFontP109.woff") format('woff');
}

body{
	background-color:#FFF;
	font-family:"myFont";
	font-size:14px;
	height:100%;
	width:100%;
	overflow: auto;
	text-align:center;
	position:absolute;
}

#wrapper{
	position:relative;
	height:100%;
	width:1024px;
	background-color:#DDD;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "myFont";
	font-size:20px;
	line-height:30px;
	word-spacing:0px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	padding-right:auto;
	padding-left:auto;
}

#header{
	background-color:#FF3333;
	width:1024px;
	height:20px;
    position: fixed !important;  
    position: absolute;  
	top:0px;
	z-index:1;
}
#headerContents{
	font-family: 'Droid Sans', sans-serif;

	background-color:#FF3333;
	width:100%;
	height:20px;
	overflow:visible;	
/*	margin-left:auto;
	margin-right:auto;
*/	color:#222222;
	font-size:14px;
	text-align:left;
	position:relative;
	top:-5px;
}

#middle{
	font-family: 'Raleway', cursive;
	font-size:16px;
	color:#333;
	background-color:#ddd;
	
	width:1024px;
	height:100%;
	overflow:hidden;
	position:relative;
	padding-top:20px;
	padding-bottom:25px;
}
#contents{
	background-color:#fff;
	width:1022px;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	overflow:auto;
}

#footer{
    position: fixed !important;  
    position: absolute;  
	background-color:#FF3333;
	width:1024px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	bottom:0px;
}
#footerContents{
	background-color:#222;
	width:974px;
	height:25px;
	overflow:hidden;	
	margin-left:auto;
	margin-right:auto;
}

