/* CSS Document */

h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	
	margin: 0px;
	padding: 0px;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */


#navi {
	height: 35px;
	margin: auto;
	width: 890px;
}

#contents {
	background-color: #F3F3F3;
	height: 150px;
	text-align: center;
	position: relative;
	clear: left;
}

	

/*--------------------*/
.clearfix:after {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* End hide from IE-mac */

