#divHead {
	position:relative;
	width:1000px;
	height:86px;
	z-index:1;
	margin: 0 auto;
	top: 0px;
	text-align: left;
}

#divNav {
	position:relative;
	width:1000px;
	z-index2;
	margin: 0 auto;
	top: 0px;
	text-align: center;
	line-height: 27px;
	height: 27px;
}

#divSubnav {
	position:relative;
	width:1000px;
	height:27px;
	z-index:3;
	margin: 0 auto;
	top: 0px;
	text-align: center;
	visibility: hidden;
	line-height: 27px;
}


#divSubnavOn {
	position:relative;
	width:1000px;
	height:27px;
	z-index:4;
	margin: 0 auto;
	top: 0px;
	text-align: center;
	visibility: visible;
	line-height: 27px;
}

#divContent {
	position:relative;
	width:1000px;
	z-index:5;
	margin: 0 auto;
	top: 0px;
	text-align: left;
}

#divSubnavi {
	position:relative;
	width:1000px;
	z-index:7;
	margin: 0 auto;
	top: 0px;
}

#divFoot {
	position:relative;
	width:1000px;
	height:500px;
	z-index:6;
	margin: 0 auto;
	text-align: center;
	top: 40px;
}


