@charset "utf-8";
/* CSS Document */

/*RESET*/
* { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td,a{
	margin: 0;
	padding:0;
}

address,em{
	font-style:normal;
}
strong,th{
	font-weight: bold;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
th{
	text-align:left;
}
hr,legend{
	display:none;
}
h1,h2,h3,h4,h5,h6{font-size:100%}
img,fieldset{border:0}
li{list-style-type:none;}

/*ボタン画像下部の隙間をなくす*/
li img,dt img,dd img{
	vertical-align:bottom;
}

/*CLEARFIX*/
.clearfix:after{
	content:'';				/*指定した要素の後ろに実体のないオブジェクトを表示し、*/
	display:block;		/*ブロックレベル要素にし*/
	clear:both;  		  /*｢clear｣プロパティで｢float｣を解除し*/
	height:0;  		    /*高さの値を０に*/
}
.clearfix{
	/zoom: 1;  		    /*　ＩＥ６、７に対応*/
}
