.clear{ clear: both;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #828282;
}
div#contents {
	width: 440;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -220px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}




h1 {
	margin-top:0px;
	margin-bottom:0px;
}
