/* CSS Document */

body {
	font-size: small;
	line-height: 120%;
	letter-spacing: 0em;
	font-family: "µ¸¿ò", "µ¸¿òÃ¼", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;	
}

body, div, p, ul, li, a, table, td, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe {
	margin: 0px;
	padding: 0px;
	font-family: "µ¸¿ò", "µ¸¿òÃ¼", Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

table, th, td {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h1, h2, h3 {
	display:none;
}

h1, h2, h3, h4, h5 ,h6 {
	line-height: 120%;
}

h1 {font-size: 200%;}
h2 {font-size: 180%;}
h3 {font-size: 160%;}
h4 {font-size: 140%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

a { 
	font-size: 100%;
	line-height: 137%;
}

a:link, a:visited, a:active a:hover {
	color: #303030;
	background-color: #fff;
	text-decoration: none;
}

div { 
	font-size: 100%;
}

ul{ 
	font-size: 100%;
}

li {	
	font-size: 100%; 
	line-height: 120%;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 92%;
	line-height:120%;
}

select {
	font-size: 90%;
	color: #777;
	background-color: #fff;	
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

label {
	display: none;
}

label.radio_chkbox_label {
	display: inline;
}

hr { 
	display: none;
}

img {
	border: 0px;
}

caption {
	display: none;
}

.hide{
	visibility: hidden;
	width: 0px;
	height: 0px;
}