@charset "UTF-8";

/* 構造要素とブロックレベル要素 */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* IE 7のhasLayout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
dt img, dd img, li img{
	border: 0;
	vertical-align: bottom;
}
ol, ul { list-style: none;}

input, select, textarea {
	vertical-align: middle;
}

/*---------------------------------------------------------------------------------
* clearfix 
---------------------------------------------------------------------------------*/
.clearfix { display: inline-block; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   font-size:0;
   height: 0;
   visibility: hidden;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */