@charset "UTF-8";
/* CSS Document */
* body {
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#part1 {
	position: absolute;
	top:  0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	display: inline-block;
	z-index:1;
/*	width:100%;
	height:4487;*/
	padding: 0px;
	border: 0px;
}


#part2 {
	position: absolute;
	top:  2022px;
	left: 0px;
	right: 0px;
	margin: 0px;
	bottom: 0px;
	display: inline-block;
	z-index:2;
/*	width:100%;
	height:100%;*/
	padding: 0px;
	border: 0px;
}

#head {
	position: fixed;
	top:  0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index:3;
	visibility: hidden;
}
#head object{
	z-index: 4;
}

#logo {
	position: absolute;
	left: 30px;
	top: 20px;
	z-index:5;
}
#slogan {
	position: absolute;
	right: 60px;
	top: 20px;
	z-index: 6;
}
#navi {
	position: fixed;
	/* if IE */
	top:  20px;
	/*end if*/
	top:  expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight) - 120 : document.body.scrollTop + (document.body.clientHeight));
	right: 20px;
	z-index:7;
}
