@charset "UTF-8";
/* Author, web disign by : Jinny Lee */
/* main */
html, body, div, span, form, 
fieldset, dl, dt, dd, ul, 
ol, li, h1, h2, h3, h4, h5, h6, 
p, pre, table, th, td, blockquote,  
address, cite{ 
	margin: 0; 
	padding: 0;
}

html{ font-size: 100%; }
body { text-align: center; background: #ffffff; font-weight : normal;}

/* header */

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

/* border */
fieldset, img, abbr, acronym{border:0 none;}

/* list */
ol, ul{list-style:none;}

/* table */
table{
border-collapse:separate;
border-spacing:0;
border:0 none;
}

caption, th, td{
	text-align:left;
	font-weight:normal;
}

/* text */

address, caption, strong, em, cite{
	font-weight:normal;
	font-style:normal;
}

ins{text-decoration:none;}
del{text-decoration:line-through;}
blockquote:before, blockquote:after, q:before, q:after{content:"";}
blockquote,q{quotes:"""";}

/* image */
img { border: 0; display: block; }





