@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
html{    height:100%;}
body{    height:100%;}
* html div#container{height:100%;}

div#container{
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}

#foot{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	line-height:1.4;
	padding: 15px 0;
}


body{

	font-family: Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
}



h1{
position:absolute;
top: 50%;
margin-top: -170px ;
left:50%;
margin-left: -85px ;

}



#foot{
	background-image: url(../images/footBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:left;
}

#foot h2{
	font-size:100%;
	padding:0 0 0 1em;
	color:#FFFFFF;
}


#foot p{
	font-size:100%;
	padding:0 0 0 1em;
	color:#FFFFFF;
}