@charset "UTF-8";


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

#outersidebar {
	position:fixed;
}
