@charset "UTF-8";

/**
 * default
 *
 * 01.RESET
 * 02.FONTS
 */


/**
 * 01.RESET
 */

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

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
th,td {
	empty-cells: show;
}

img,fieldset {
	border: 0px;
}

img {
	vertical-align: bottom;
}

/**
 * 02.FONTS
 */

body {
	font-size: 13px;
	line-height: 1.6;
}

div,p,pre,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
/*	font-size: 81.25%;	*/
	font-weight: normal;
}


div div,div p,div pre,div ul,div ol,div dl,div dt,div dd,div h1,div h2,div h3,div h4,div h5,div h6 {
	font-size: 100%;
}

/**
 * CLEAR HACK
 */
	div:after,ul:after,ol:after,li:after,dl:after { content: ""; display: block; clear: both; height: 0.1px; overflow: hidden; }
	div,ul,ol,dl { display: block; zoom: 1; }

@media print {
	div,p,pre,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
		font-size: 81.25%;
		font-weight: normal;
	}
	html>/**/body div, html>/**/body p,html>/**/body pre,
	html>/**/body ul, html>/**/body ol,
	html>/**/body dl, html>/**/body dt, html>/**/body dd,
	html>/**/body h1, html>/**/body h2, html>/**/body h3,
	html>/**/body h4, html>/**/body h5, html>/**/body h6 {
		font-size: 13px;
	}
	
	/* print style only IE6.0 */
	html body {
		zoom: 0.65;
	}
}
