<!--

/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */

	body,td {
		font-size:12px;
		font-family:굴림;
		line-height:150%;
	}

/* 2. 기본 링크 */

	A:link { color:black; text-decoration:none; }
	A:visited { color:black; text-decoration:none; }
	A:hover { text-decoration:underline; }

/* 3. 이미지 */

	img {
		border-width:0;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:pointer;
	}

/* 5. 입력 텍스트 */

	.text {
		font-family: 돋움;
		font-size:11px;
		padding-top:2;
	}

/* 6. 트리 레이블 */

	.branch2 {
		font-family:돋움;
	    font-size:11px;
        line-height:9pt;
        cursor:pointer;
        height:11px;
        padding:2 2 0 2;
	}

/* 7. 트리 폴더 */

	.branch3 {
		font-family:돋움;
        font-size:11px;
        line-height:9pt;
        cursor:pointer;
        height:11px;
        padding:2 2 0 2;
    }

/* 8. 달력 월 표시 */

	.cal_month {
		font-family:돋움;
		vertical-align:top;
		height:18px;
		font-size:8pt;
		text-align:center;
		font-weight:bold;
	}

/* 9. 달력 요일 표시 */

	.cal_week1 {
		font-family:verdana;
		text-align:center;
		font-size:7pt;
		font-weight:bold;
	}

/* 10. 달력 일요일 표시 */

	.cal_week2 {
		color:#000000;
		text-align:center;
		font-size:7pt;
		font-family:verdana;
		font-weight:bold;
	}

/* 11. 달력 지난 달 날짜 표시 */

	.cal_day1 {
		color:#999999;
		font-size:8pt;
		font-family:verdana;
		text-align:center;
		line-height:15px;
	}

/* 12. 달력 다음 달 날짜 표시 */

	.cal_day2 {
		color:#999999;
		font-size:8pt;
		font-family:verdana;
		text-align:center;
		line-height:15px;
	}

/* 13. 달력 이번 달 날짜 표시 */

	.cal_day3 {
	    color:#000000;
		font-size:8pt;
		font-family:verdana;
		text-align:center;
		line-height:15px;
	}

/* 14. 달력 오늘 날짜 표시 */

	.cal_day4 {
		font-size:7pt;
		font-family:verdana;
		text-align:center;
		padding-left:2;
		color:#666666;
		background-color:#cccccc;
		font-weight:bold;
		line-height:15px;
	}

/* 15. 달력 글쓴 날 링크 스타일 */

	A.cal_click:link { color:#000000;font-size:8pt;font-weight:bold; }
	A.cal_click:visited { color:#000000;font-size:8pt;font-weight:bold; }

/* 16. 이미지 아래 캡션 스타일 */

	.cap1 {
		text-align:center;
		color:#300099;
		word-break:break-all;
	}

/* 16. 키워드 스타일 */

	.key1 {
		cursor:pointer;
		text-decoration:none;
		border-bottom: 1px solid gray;
	}

/* 16. 카테고리 옆 개수 스타일 */

	.c_cnt {
		font-size:6pt;
		font-family:verdana;
	}

/* 17. 최신글 옆 개수 스타일 */

	.ps_cnt {
		font-size:6pt;
		font-family:verdana;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
    .menu {
	
	color:black;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;}

	.xtext {
	
	color:#857D7D;
	font-size:11px;
	font-family:돋움;}

	.xttext {
	
	font-size:11px;
	font-family:돋움;}

	.11 {
	
	font-size:11px}

	.10 {
	
	font-size:10px}

	.xlink {color:gray; text-decoration:none;}
	A.xlink:link {color:gray; text-decoration:none;}
	A.xlink:visited {color:gray; text-decoration:none;}
	A.xlink:hover {color:gray; text-decoration:none;}
