@charset "utf-8";
/* CSS For Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-width:0;
	table-layout:fixed;
}
aimg, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	line-height:18px;
	letter-spacing:2px;
	font-weight:bold;
}
p {
	font-size:13px;
	line-height:100%;
}
