/*=================================================================================

	Reset Style Sheet

==================================================================================*/

/*
IE7のズームバグ用だが、display関係が場ぐる？
*{
  zoom:1;
}
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, font, img, q, s,
small, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html{
  height:100%;
  margin-bottom: 1px;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
input {
	_margin: -1px 0;
}
ol, ul, li,dd,dt {
	list-style: none;
	/* line-height: 1; */
}
/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/
img {
	border: none;
	vertical-align: text-bottom;
}
s {
	TEXT-DECORATION:none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end MacIE5 */
br.clearfix {
	height:50px;
	line-height:0;
}
