@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
html,body{
height:100%;
}

div#container{
position:relative;
min-height: 100%;
}

*html div#container{
height:100%;
}

div#contants{
padding-bottom:40px;
}
h1{
margin-bottom:5px;
height:5px;
}
#footer{
	position:absolute;
	bottom:0;
	width:650px;
	height:40px;
	left:50%;
	margin-left: -325px;
	top: 555px;

}
#header-con{
	position:absolute;
	top:5px;
	width:px;
	height:40px;
	left:50%;
	margin-left: -350px;

}

#main-con {
	position:absolute;
	width:650px;
	height:284px;
	left: 50%;
	top:50%;
	margin-top:-142px;
	margin-left:-325px;
}
.style2 {
	color: #3D3E35;
	font-family : Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;	

}
.style9 {color: #3D3E35; font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif; font-size: x-small; }
