@charset "utf-8";

/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */

	body, td, input, textarea {
		font: 11px/1.5 Verdana, Dotum, AppleGothic, Sans-serif;
		color : #666;
	}

/* 2. 기본 링크 */
	a:link {
		text-decoration: none;
		color : #222;
	}
	a:visited {
		text-decoration: none;	
		color : #222;
	}
	a:hover {
		text-decoration: underline;	
		color : #666;
	}

/* 3. 이미지 */
	img {
		border-width: 0px;
	}

/* 4. 이미지 버튼 */
	.ib {
		cursor: pointer;
	}

/* 5. 입력 텍스트 */
	.text {
	border:1px solid #999;
	}

/* 6. 트리 테이블 */
	.branch2 {
	}

/* 7. 트리 셀 */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}

/* 8. 달력 월 표시 */
	.cal_month {
		font-size : 11px;
		height: 18px;

	}

/* 9. 달력 요일 표시 */
	.cal_week1 {
		font-size : 11px;
		height:18px;
	}

/* 10. 달력 일요일 표시 */
	.cal_week2 {
		color: #f30;
		font-size:11px;
		text-align: center;
	}

/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {
		color: #000;
		font-size:11px;
		text-align:center;
	}

/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {
		color: #000;
		font-size : 11px;
		text-align: center;
	}

/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {
		font-size : 11px;
		text-align: center;
	}

/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
		text-align: center;
		font-size : 11px;
		background-color:#ccc;
		font-weight:bold;
	}

/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:visited {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:hover {
		font-weight: bold;
		color : #369;
	}

/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
		color: #876;
		text-align: center;
	}

/* 16. 키워드 스타일 */
	.key1 {
		cursor: pointer;
		border-bottom: 1px dotted #ccc;
	}

/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font:9px Tahoma;
		color : #999;
	}

/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */


