/* =====================================

title: common.css

discript : °øÅë CSS Á¤ÀÇ
author: choi kyound ho
date: 2007.12.29
version: 0.1
email: icatess@naver.com

======================================*/
@import url(../_css/quick.css);

html, body{
	margin: 0px;
	padding: 0px;
}

html {
	1.0em;
}

body {
	font-size: 0.78em;
	font-family: µ¸¿ò,µ¸¿òÃ¼,±¼¸²,±¼¸²Ã¼;
	background:url(/kids/images/main_bg.jpg) repeat-x left top;
	color: #6F7275;
	position: relative;
	z-index: 0;

}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

ul, ol, dl, p, div, dt, dd{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

a:link			{color:#6F7275; text-decoration:none}
a:visited		{color:#6F7275; text-decoration:none}
a:active		{color:#6F7275; text-decoration:none}
a:hover		{color:#6F7275; text-decoration:none}

select {
	font-size: 100%;
}

.inp {
	border-color:#A8A8A8 #CCCCCC #CCCCCC #A8A8A8 !important;
	border-style:solid;
	border-width:1px;
	padding: 0.1em 0em 0.1em 0.2em !important;
}