/* common-title --------------------------- */
#common-title{
	margin-bottom:460px;
}
#common-title h1{
	background:url(original-contents/common-title_h1.png) no-repeat left bottom;	
	width:340px;
}

* html #common-title h1{
	behavior: expression(IEPNGFIX.fix(this)); 
}

/* common-header --------------------------- */
#common-header{

}

/* common-footer --------------------------- */
#common-footer{
	position:relative;
	z-index:11;
}


/* common-navigation ------------------------------------------ */
#common-navigation {
}


/* top-main --------------------------- */
#common-contents {
	width:100%;
	height:100%;
	min-width:800px;
	min-height:800px;
	position:absolute;
	z-index:0;
	top:0px;
	left:0;
}

* html #common-contents {
	height:expression(
		document.body.clientHeight < 800 ? "800px" : document.body.clientHeight > 800 ? "800px" : "auto"
	);
	
}

