/******************************************************************************************
¢Ñ Cascading Style Sheets
	- »çÀÌÆ®³» °øÅëÀ¸·Î Àû¿ëµÉ ½ºÅ¸ÀÏ ½ÃÆ® ¼±¾ð.
	- ½ºÅ©·Ñ¹Ù´Â ÇÊ¿äÇÑ °æ¿ì¸¸ º¸ÀÌµµ·Ï ¼³Á¤.
******************************************************************************************/
	html, body, form, #div_body{ height: 100% }
	html{ overflow: hidden }
	body, form, h1, h2, h3, h4, h5, h6{ margin: 0;line-height: 18px }
	body, form, select, input, textarea, table, h1, h2, h3, h4, h5, h6{ font-family: "±¼¸²", "gulim", "µ¸¿ò", "dotum", "Arial", "verdana" }
	body, form, select, input, textarea, table, h1, h2, h3, h4{ font-size: 12px }
	body, form, select, input, textarea, table{ color: #555 }
	a{ text-decoration: none;color: #00F }
	a:hover{ color: #F90 }
	img{ border: 0;vertical-align: middle }
	input{ padding-top: 2px;border: 1px solid #8AB }
	select{ vertical-align: -1px }
	label{ cursor: pointer }
	label input{ border-width: 0 }
	textarea{ border: 1px solid #8AB;overflow: auto }
	h1{ color: #F00 }
	h2{ color: #00F }
	h3{ color: #8B0 }
	h4{ color: #FB8 }
	h5{ color: #BB8 }
	h6{ color: #89B }
	h5, h6{ font-size: 14px }
	h6, dl, dl dd{ margin: 0 }
	fieldset{ padding: 10px }
	table{ table-layout: fixed;border-collapse: collapse }
	table th, table th{ padding: 0}


	#div_body{
		/*display: none;*/
		position: absolute;
		width: 100%;
		background-color: #FFF;
	}
	.scrolling{ overflow: auto }

