@charset "UTF-8";


* html {
	overflow: hidden;
}
* html body {
	overflow: hidden;
}
#contents {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
* html #contents {
	overflow:hidden;
}
#MAIN {
	height:100%;
	margin-left:150px;
	background:#fff;
}
* html #MAIN {
	overflow:auto;
}
#MENULEFT {
	width: 150px;
	height: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	background:#cdebcd;
}
* html #MENULEFT {
	position:absolute;
}

#outersidebar {
	position:relative;
}
