確認テスト1

* {
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	height: 600px;
	background-color: #CCC;
}
#header {
	width: 800px;
	height: 120px;
	
	background-color: #F30
}
#nav ul{
	background-color: #6F3;
	width: 800px;
	height:60px

}
#nav li {
	float: left;
	width: 160px;
	
}
#nav li hover{
	display: block;
}
#wrapper {
	width: 800px;
	height: 360px;
}
#side {
	
	
	width: 200px;
	height: 360px;
	background-color: #9C0;
	float: left
	
}
#content {
	
  width: 600px;
	height: 360px;
	background-color: #960;
	float: right;
}
#footer {
	clear: both;
	width: 800px;
	height: 60px;
	background-color: #939;
	
}