@charset "Shift_JIS";

/*/////////////////////////////////////////////////////////////////////*/ 
html {
	height: 100%;
}
#mainflash {
	height: 100%;
}
body{
	height: 100%;
}
#wrapper {
	height: 100%;
}

/* Header
///////////////////////////////////////////////////////////////////////*/
#flashhead {
	position: absolute;
	width: 100%;
	height: 116px;
	background: #E6E6E1 url(../img/head_back.gif) repeat-x;
	z-index: 2;
}
#headframe{
	position: relative;
	z-index: 3;
}

/* Main Content
///////////////////////////////////////////////////////////////////////*/
#content {
	position: absolute;
	width: 100%;
	/*margin: 114px 0;*/
	/*top: 114px;*/
	padding: 0;
	height: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
}

/* Footer
///////////////////////////////////////////////////////////////////////*/
#footer{
	position: absolute;
	bottom: 0px;
	z-index: 4;
}
