@media screen {
BODY{
	width : 100%;
	margin : 0px;
	overflow : hidden;
	padding : 0px;
}
.menu{
	background-color : #efefef;
	width : 17%;
	height : 100%;
	top : 0%;
	left : 0%;
	position : absolute ! important;
	overflow: auto;
}
.contents{
	background-color : #ffffff;
	width : 83%;
	height : 100%;
	top : 0%;
	left : 17%;
	position : absolute;
	overflow: auto;
	z-index : 1;
}
}

@media print {
BODY{
	width : 100%;
	margin : 0px;
	overflow : hidden;
	padding : 0px;
}
.bar{
	display: none;
}
.menu{
	display: none;
}
.contents{
	background-color : #ffffff;
	font-family: "‚l‚r –¾’©",serif;
}
}

.pad{
	padding : 10px;
}
.pad5{
	padding : 5px;
}
