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

/* 1. 본문 전체  */

	body,td {
		font-size:9pt;
		font-family: verdana,tahoma,돋움;
		line-height:150%;
	}

/* 2. 기본 링크 */

	A:link { color:#777777; text-decoration:none; }
	A:visited { color:#777777; text-decoration:none; }
	A:hover { color:#000000; text-decoration:underline; }
/*	A:hover { color:#AAAAAA; text-decoration:none; border-bottom:1px dotted #AAAAAA; }*/

/* 3. 이미지 */

	img {
		border-width:0;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:pointer;
	}

/* 5. 입력 텍스트 */

	.text {
		font-family: 돋움;
		color: #666666; 
		font-size:9pt;
		padding-top:2;
	}

/* 6. 트리 레이블 */

	.branch2 {
		font-size:9pt;
		color: #8e8e8e; 
		padding:2;
		line-height:100%;
	}

/* 7. 트리 폴더 */

	.branch3 {
		cursor:pointer;
		color: #8e8e8e; 
		line-height:100%;
	}

/* 8. 달력 월 표시 */

	.cal_month {
		font-size:8pt;
		weight:bold
		font-family:helvetica,verdana,tahoma;
		text-align:center;
		height:20;
	}

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

	.cal_week1 {
		text-align:center;
		font-size:7pt;
		font-family:helvetica,verdana,tahoma;
		font-weight:bold;
		color:#777777;
	}

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

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

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

	.cal_day1 {
		color:#ffffff;
		font-size:8pt;
		font-family:helvetica,verdana,tahoma;
		text-align:center;
		height:18;
	}

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

	.cal_day2 {
		color:#ffffff;
		font-size:8pt;
		font-family:helvetica,verdana,tahoma;
		text-align:center;
		height:18;
	}

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

	.cal_day3 {
		font-size:8pt;
		font-family:helvetica,verdana,tahoma;
		text-align:center;
		color:#333333;
		height:18;
	}

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

	.cal_day4 {
		font-size:8pt;
		font-family:helvetica,verdana,tahoma;
		text-align:center;
		padding-left:2;
		background-color:#EEEEEE;
		font-weight:bold;
		height:18;
		border:1px solid #AAAAAA;
	}

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

	A.cal_click:link { color:#0063A8; }
	A.cal_click:visited { color:#0063A8; }

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

	.cap1 {
		font-family:Trebuchet MS,georgia,tahoma;
		text-align:center;
		font-weight:bold;
		color:#AAAAAA;
		word-break:break-all;
	}

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

	.key1 {
		cursor:pointer;
		border-bottom: 1px solid #777777;
	}

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

/* 20. 컨텐츠영역 태그 타이틀 표현  */

	.post_tagtxt {
		display : inline;
	}

	A.tag:link { color: #308FC9; text-decoration:none; }
	A.tag:visited { color: #308FC9; text-decoration:none; }
	A.tag:hover { color:red; text-decoration:underline; }

/* 21. 태그메뉴 스타일 */

	.cloud1 {
		font-size : 14px;
		color : #ff6600;
	}

	.cloud2 {
		font-size : 13px;
		color : #ff9900;
	}

	.cloud3 {
		font-size : 12px;
		color : #669900;
	}

	.cloud4 {
		font-size : 12px;
		color : #0099CC;
	}

	.cloud5 {
		font-size : 11px;
		color : #999999;
	}

