@charset "UTF-8";
/* CSS Document */

body {
	color:#666;
	font-size:10pt;
	-webkit-text-size-adjust: 100%; 
}

#Header {
	position: relative;
	padding: 0;
	height: 50px;
/*	background-color:#C69;*/
	box-sizing: border-box;
}

#Nav {
	position: relative;
	padding: 0;
	height: 30px;
/*	background-color: #535B81;*/
	box-sizing: border-box;
}

#Aside {
	position: relative;
	float: right;
	margin: 0 0 0 auto;
	width: 294px;
	box-sizing: border-box;
}

#Contents {
	position: relative;
	margin: 0 294px 0 auto;
	padding: 0 0 0 0;
/*	background-color:#cea;*/
	box-sizing: border-box;
}

#Footer{
	position: relative;
	clear: both;
	bottom: 0;
	padding: 0;
	height: 15px;
/*	background-color:#09F;*/
	box-sizing: border-box;
}

/* header#Header */
#Header .navSwitch {
	display: none;
	position: absolute;
	top: 0; left: 0;
	margin: 5px;
	width: 40px;
	height: 40px;
	background-color: #6699CC;
	border-radius: 5px;
}
#Header .asideSwitch {
	display: none;
	position: absolute;
	top: 0; right: 0;
	margin: 5px;
	width: 40px;
	height: 40px;
	background-color: #6699CC;
	border-radius: 5px;
}