 @charset "Shift_JIS";
/* CSS Document */

* {
    margin: 0;
}


html,body {
	margin:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(img/Dot.gif);
}

img#BG{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

h1{
	position:absolute;
	margin:118px 0px 0px 79px;
}

#Wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -13px; /* the bottom margin is the negative value of the footer's height */
}

.push {
    height: 13px; /* .push must be the same height as .footer */
}

#footer {
    height:7px; /* .push must be the same height as .footer */
	padding:3px 6px 3px 0px;
	background:#000000;
	text-align:right;
	z-index:1;
}
