@charset "utf-8";

/*
**      RESET.CSS | 2009. Laziel Studio
**      Sheet author : nani
**      Sheet version: 1.3
**      Create Date  : 2008.11.01.
**      Last Update  : 2009.05.22.
**
**      [NOTICE]
**      본 CSS 파일은 라지엘 laziel, 나니 nani, 원업 1up에게 수정 권한이 있으며
**      라지엘 스튜디오 내 모든 프로젝트에 적용됩니다.
**************************************************/

html  { font-size: 100%; }
body  { font-size: .75em; }
label { cursor   : pointer; }
code  { display  : block; }

a:link,
a:visited { text-decoration: none; }

a:hover,
a:focus,
a:active  { text-decoration: underline; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
li,
form,
fieldset,
blockquote,
address,
table,
thead,
tbody,
tfoot,
tr,
td,
caption
{
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea { font-size: 1em; }

body,
input,
button,
select,
textarea { font-family: sans-serif; }

em,
cite,
address,
optgroup { font-style: normal; }

kbd,
samp,
code     { font-family: monospace; }

img,
input,
button,
select,
textarea { vertical-align: 0; }

ul,
ol       { list-style: none; }

legend,
caption  { display: none; }

img,
fieldset { border: 0; }

input,
button   { overflow: visible; }

abbr,
acronym
{
	cursor: help;
	border-bottom: 1px dotted black;
}

table
{
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

hr
{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	width: 0; height: 0;
}