/* ｃｓｓの説明コメントはこのタグの中に入れとプログラムに影響しない*/

/*それぞれの幅や高さ色は適当に変えてあります 好きに変更してみて*/
.wrapper
	{
	width:800px;
	background-color: #c8ffff;
	padding: 0px;
	margin:0 auto 0 auto;
	}

.header
	{
    width:800px;
	height: 144px;
	}
	
.head_info
	{
	width:800px;
	background-color: #ffffff;
	height: 24px;
	}

.main
	{
	width:800px;

	background-color: #ffffff;

	}

.clears{
  clear:both;
}

.foot01
	{
	clear:left;
	width:800px;
	background-color: #ffffff;
	height: 20px;
	}
	
.foot02
	{
	clear:left;
	width:800px;
	background-color: #ffffff;
	height: 36px;
	}
	
.footer
	{
	clear:left;
	width:800px;
	background-color: #c8ffff;
	height: 20px;
	}
	


.clears{
  clear:both;