body,div,dl,dt,dd,ul,ol,li,form,fieldset,
legend,p,blockquote,th,td,img,table{
	margin:0px;
	padding:0px;
	border:none;
}

html {
	height:100%;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	margin:0px;
	padding:0px;
	font-weight:normal;
	clear: both;
}

ol,ul{
	list-style:none;
}

fieldset{
	border:none;
}

table{
	border-collapse:collapse;
	border-spacing:0px;
}

img {
margin: 0px; border: 0px;padding: 0px ;vertical-align: bottom ;
vertical-align:baseline;} 

address,strong{
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
}

caption,th{
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

a,a:visited,a:hover{
	outline:none;
	text-decoration:none;
}
strong{
	font-weight: bold;
}
.clear {
	clear:both;
	}



*:after {
	display:block;
	clear:both;
} /* この記述は固定です */
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
