@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* common.css - 기본 스타일, 2014 @ hwanisoft.net */
html, body
{
	height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font: 12px "Nanum Gothic", dotum, gulim;
}

img, fieldset
{
	border: 0;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

ul, ol, li, dl, dt, dd
{
	list-style: none;
}

a
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

input, select, textarea
{
	font: 12px "Nanum Gothic", dotum, gulim;
}