﻿/* 공통 */
body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font: 12px/160% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0A0A23;
	text-align: left;
	background: #F5F5DC url(images/redshadow_bgr.gif) repeat-y right;
scrollbar-face-color:#FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;filter:chroma(color=#FFFFFF);

}

a:link, a:visited, a:active, a:focus {
	color: #A52A2A;
	text-decoration: none;
}

a:hover {
	color: #A52A2A;
	text-decoration: underline;
}

/* header */
#header {
	margin: 0px 0px 0px 80px;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	clear: both;
}

#header a:link, a:visited, a:active, a:focus {
	color: #DEB887;
	text-decoration: none;
}
#header a:hover {
	color: #A52A2A;
	text-decoration: none;

}


#header ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: capitalize;
}
#header li {
	margin: 0px 0px 0px 0px;
	padding: 2px 15px 2px 0px;
	display: inline;
	list-style-type: none;
}

/* box - 내용이 들어감 */
#box {
	margin: 0px 0px 0px 0em;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
	width: 1000px;
	left: 60px;
	float: left;
	position: relative;
}

/* box - main */
#main {
	width: 600px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: #FFFFF0;
	overflow: auto;
	text-align: left;
	border: 1px solid #DEB887;
}

#main dl {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main dt {
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	text-transform: capitalize;
	color: #CD5C5C;
	font-weight: bold;
	font-size: 13px;
}
#main dd {
	text-align: left;
	margin: 0px 5px 15px 5px;
	border-bottom: 1px dashed #DEB887;
	padding: 5px 5px 10px 5px;
}

ul.list {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 15px;
}
li.list {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#guestbook {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
}

.num {
	font: italic bolder 25px "Times New Roman", Times, serif;
	color: #DEB887;
}

#guestbook_reply {
	margin: 5px 5px 5px 30px;
	padding: 5px 5px 5px 5px;
	background-color: #F5F5DC;
}

#trackback {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #F5F5DC;
}

#comment {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFF0;
	border: 1px solid #F5F5DC;
}

#trackback p {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border-top: 1px dashed #FFFFF0;
}

#comment p {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dashed #F5F5DC;
}

/* navi */
#navi {
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
	background-color: transparent;
	position: relative;
	left: 5px;
	overflow: visible;
}

#navi dl {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#navi dt {
	text-align: left;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: capitalize;
}
#navi dd {
	text-align: left;
	margin: 0px 0px 10px 5px;
	line-height: 150%;
}

#navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navi li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	list-style-type: none;
}

/* footer */
#footer {
	clear: both;
	margin: 0px 0px 0px 80px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: transparent;
	font-size: 11px;
}

/* 글쓰기 폼 */
fieldset {
	border: 0px none #FFFFF0;
	margin: 5px 25px 5px 25px;
}

label {
	width: 100px;
	text-align: right;
	font-size: 11px;
	float: left;
}

textarea {
	background-color: transparent;
	border: 1px solid #DEB887;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A52A2A;
	width: 300px;
}

input.text {
	background-color: transparent;
	border: 1px solid #DEB887;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #DEB887;
	width: 120px;
}

input.button {
	background-color: #DEB887;
	border: 1px solid #CD5C5C;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A52A2A;
	width: 45px;
	cursor: pointer;
}

/* 기타 */
.cnt {
	font-size: 9px;
}

.sub {
	font-size: 11px;
	font-weight: normal;
}

.cat {
	color: #DEB887;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

/* 필수 */
/* image */
img {
	border-width: 0px 0px 0px 0px;
}

/* 트리 레이블 */
.branch2 {
	line-height: 150%;
	padding: 2px;
	font-size: 11px;
}

/* 트리 폴더 */
.branch3 {
	cursor: pointer;
	line-height: 150%;
	font-size: 11px;
}

/* 달력 월 표시 */
.cal_month {
	text-align: center;
	height: 18px;
	background-color: transparent;
	font: bold 9px verdana;
}

/* 달력 요일 표시 */
.cal_week1 {
	text-align: center;
	background-color: #FFFFF0;
	font: 9px verdana;
}

/* 달력 일요일 표시 */
.cal_week2 {
	text-align: center;
	color: #CD5C5C;
	background-color: #FFFFF0;
	font: 9px verdana;
}

/* 달력 지난 달 날짜 표시 */
.cal_day1 {
	color: #DEB887;
	text-align: right;
	padding-right: 2px;
	background-color: transparent;
	height: 15px;
	font: 9px verdana;
}

/* 달력 다음 달 날짜 표시 */
.cal_day2 {
	color: #DEB887;
	text-align: right;
	padding-right: 2px;
	background-color: transparent;
	height: 15px;
	font: 9px verdana;
}

/* 달력 이번 달 날짜 표시 */
.cal_day3 {
	text-align: right;
	padding-right: 2px;
	background-color: transparent;
	height: 15px;
	font: 9px verdana;
}

/* 달력 오늘 날짜 표시 */
.cal_day4 {
	text-align: right;
	padding-right: 2px;
	background-color: #DEB887;
	height: 15px;
	font: 9px verdana;
	color: White;
}

/* 달력 글쓴 날 링크 스타일 */
A.cal_click:link {
	color: #A52A2A;
}
A.cal_click:visited {
	color: #A52A2A;
}

/* 이미지 아래 캡션 스타일 */
.cap1 {
	text-align: center;
	color: #CD5C5C;
	word-break: break-all;
}

/* 16. 키워드 스타일 */
.key1 {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed #A52A2A;
}

/* 카테고리 옆 개수 스타일 */
.c_cnt {
	font-size:10px;
}

/* 반드시 들어가야하는 스타일 끝 */