@charset "UTF-8";


/**************************************


							CSS Reset


***************************************/



/********* Space Reset **********/


html, body, div, 
dl, dt, dd, 
ol, ul, li, 
pre, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, input, txtarea, 
p,blockquote, 
th, td {
	margin: 0;
	padding: 0;
	}



/********* Border Reset **********/


fieldset, img, table, abbr, acronym {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/********* ListStyle Reset **********/

ol, ul {
	list-style: none;
}




/********* Align Reset **********/

caption, th {
	text-align: left;
}



/********* Font Reset **********/


address, caption, cite, code, dfn,  
h1, h2, h3, h4, h5, h6, 
th, var {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}




