@charset "UTF-8";

/*---------------------------------------------------------
----	data: 201108.15
----	Auther: JBA
----	data name: reset.css
---------------------------------------------------------*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

table {
	_font-size: 100%;;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

li,dt,dd {
	display:inline-block
}

li,dt,dd {
	display:block
}

img {
	border: 0;
	vertical-align: 0%;
	display: block;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* ---- Clear Element--- */
.clear {
	clear:both;
	border:0;
	font-size:0;
	line-height:0px;
}

/*---- ClearFix Element ---*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
