@charset "utf-8";
/* Css Reset Template */

/*	margin padding reset
------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

/*	font weight reset
------------------------------*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}



/*	img関連
------------------------------*/
img {
	border: none;
	vertical-align: bottom;
}


/*	hタグ関連
------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


/*	テーブル関連
------------------------------*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

caption {
	text-align: left;
}

th {
	font-weight: normal;
	text-align: left;
}

td {
}


/*	listタグ関連
------------------------------*/
ul,ol {
	list-style: none;
}
