/* ----------------------------------------------------
Basic Style Sheet   

version: 1.1
author:  안수영
e-mail:  de5000@hanmail.net
-----------------------------------------------------*/

@import url("typography.css");
@import url("layout.css");
@import url("form.css");
@import url("box.css");

*{ 
	margin:0px;
	padding:0px;
	}
* html { 
	height: 1px; 
	} 
html{ 
	width:100%;
	height:100%;
	}
body{
	margin:0px;
	padding:0px;
	width:100%; 
	height:100%;
	}
img,fieldset,iframe{
	border:0 none; 
	}
legend{
	text-indent:-9000px;
	}
li{
	list-style:none;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:none;	
	}
em,address{
	font-style:normal;
	}
button,label{
	cursor:pointer;
	_cursor /**/:hand;
	}

table{
	table-layout:fixed;
	word-break:break-all;
	/* word-wrap:break-word; */
	}
table td{
	padding:1px 0 0 0;
	}

iframe{
	margin:0px;
	padding:0px;
	}
.clear{
	clear:both;
	}