@import url("common.css") all;

/***** BASIC LAYOUT *****/

#main-container {
	margin: 438px 0 0 0;
	overflow: hidden;
	padding: 0 30px 0 20px;
}

#head-container {
	height: 439px;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	width: 100%;
}

#head-navi-container {
	left: 0;
	margin: 0 0 0 30px;
	padding: 0 10px 10px 10px;
	position: absolute;
	top: 0;
	z-index: 90;
}

