@charset "utf-8";

/*
	reset.css
*/


/* === Reset === */

/* --- ContentReset --- */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* --- TextArea --- */
textarea {font-size: 100%; }

/* --- Img --- */
img { vertical-align: bottom; }

/* --- Hr --- */
hr { display: none; }

/* --- FontCrear --- */
address,caption,em,strong,th{
	font-style:normal;
	font-weight:normal;
}


/* === CrearFix === */

.clearfix:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

/* --- IE6に適用 --- */
.clearfix {
	*zoom: 1;
}