@charset "UTF-8";

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

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

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

ol, ul {
	list-style: none;
}

li,dt,dd {
	display:inline-block;
}

li,dt,dd {
	display:block;
}

p, ol, ul, li, dl, dt, dd, th, td {
	line-height: 1.5;
}

img {
	border: 0;
	vertical-align:bottom;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: bold;
}

/* ---- Clear Element--- */
.clear {
	clear:both;
}

/*---- ClearFix Element ---*/
.clearfix:after { 
	content: url("../images/common/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}	
	
.clearfix{ /*--IE 5.5-7--*/
	/zoom:1;
}

/* Print style */
@media print{
	body {
		_zoom: 63%;
		overflow: visible!important;
    }
}
