html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left : auto;
	background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
/*	background-attachment:fixed;*/
}
#top {
	width: 100%;
	height: 140px;
	margin-right: auto;
	margin-left : auto;
	align: center;
	position: fixed;
	text-align: center;
	z-index: 10;
	top: 5px;
	left: 0px;
}
#container {
	position: relative;
	width: 1000px;
	height: 100%;
	padding-top: 150px;
	margin-right: auto;
	margin-left : auto;
	background-color: rgb(255,255,255,0.6);
}
#title {
	position: fixed;
	top: 200px;
	width: 600px;
	padding-left: 10px;
	background-color: rgb(255,255,255,0.6);
	z-index: 5;
}
	
#contents {
	position: relative;
	width: 960px;
	height: 100%;
	padding-top: 150px;
	margin-right: auto;
	margin-left : auto;
}
	
header, nav, article, aside, section, footer {
	display:block;
}
header, nav, article, aside, section, footer {
	border:0px solid #ccc;
	margin:0px 0px 0px;
	padding:0px;
}
aside {
	float: left;
	width: 230px;
	height: 660px;
	position: fixed;
}

ul.list {
	position: relative;
	top: -30px;
	font-size: 0;
	list-style-type: none;
	margine: 0;
	padding: 0;
	z-index: 5;
}
	
li.list {	
	background-color: #6495ed;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	border: 1px #ffffff solid;
	width: 163px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	
}
	
a#menua:link { color:#ffffff; text-decoration:none }
a#menua:visited { color:#ffffff; text-decoration:none }
a#menua:hover {
	color:#000000;
	text-decoration:none;
}
a#menua:active { color:#000000; text-decoration:none }
	
article {
	float:right;
	width: 100%;
}
	
section {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	left: 30px;
	width: 950px;
}
