/*****************************
기본 설정
*****************************/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0; padding:0;}
body, input, textarea, select, button, table, td, th, div, p, span {
	font-family:'맑은 고딕','Malgun Gothic', 돋움, Dotum, 굴림, Gulim, helvetica,arial,sans-serif; 
	_font-family:'맑은 고딕','Malgun Gothic',돋움, Dotum, 굴림, Gulim, helvetica,arial,sans-serif; 
	font-size:9pt; 
	color:#666666;
}

img,fieldset { border:0; }
ul,ol {list-style:none;}
em,address {font-style:normal;}

a {text-decoration:none; color:#6699cc; }
a:hover,a:active,a:focus { text-decoration:underline; color:#6699cc; }
article,aside,dialog,footer,header,section,footer,nav,figure {display:block; margin:0; padding:0;} /* html5 tags */

/* 
기타 
expression 은 비표준이므로 쓰지 않는다.
*/


/* y1 style */
.page_break {page-break-before: always;}

.font_small { font:8pt Dotum; }
.font_bold { font-weight:bold; }


/* table set */
.table01 {
	width:100%;
	border-top:2px solid #999999;
}
.table01_th {
	border-bottom:1px solid #dddddd;
	background-color:#f6f6f6;
	padding:5px;
}
.table01_td {
	border-bottom:1px solid #dddddd;
	text-align:left;
	padding:5px;
}