@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: 100.01%;
	line-height: 1.5;
}

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: 12px;
}

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%;
}

.smalltxt {
	font-size: .8em;
}
.largetxt {
	font-size: 1.1em;
}

