@charset "utf-8";

/*--------------------------------------------------------------------
reset
--------------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	}

ul, li {
	list-style: none;
}


strong {
	font-weight: bold;
	}


img {
	vertical-align: bottom;
}


/* clearfix */
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size: 0;
	}

* html .clearfix { /* IE6?p */
	height: 1%;
	}

*+html .clearfix { /* IE7?p */
	display: inline-block;
	}



