/* 스타일 초기화 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, address,
form, fieldset, legend, input, select, textarea,
table, caption, col, colgroup, thead, tfoot, tbody, th, td {
	margin:0;
	padding:0;
	font-family:돋움, Tahoma; font-size:12px; color:#666;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
	}

fieldset, img, abbr, acronym {
border: 0 none;
}


table {
	border-collapse: collapse;
	border-spacing:0;
	border:0 none;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

address, caption, strong, em {
	font-weight:normal;
	font-style:normal;
}

/* 수평선*/
hr { display:none; }

caption{display:none;}

th, strong{font-weight:bold;}

ul{list-style:none;}

legend{display:none;}

