@charset "utf-8";
<!--
/* Ohyung의 Tetter Skin용 스타일 */
/* id는 #으로 표시 class는 .으로 표시 */

/* 화면 전체 */
	body {
		margin:0;
		padding:0;
		font-family: tahoma, gulim, serif;
		font-size:12px;
		color:#000;
		background-color:#fff;
		text-decoration:none;
	}

/* 기본 링크 */
	A:link { color:#000; text-decoration:none; }
	A:visited { color:#000; text-decoration:none; }
	A:hover { color:#000; text-decoration:underline; }

/* 이미지 맞추기 */
	img {
	vertical-align: middle;
	border: none 0px #fff;
	padding: 0px;
	margin: 0px;
 }

/* 전체 감싸기 */
	.wrap {
		margin:0 auto;
		padding:0;
		width:990px;
	}

/* 머리통*/
	#header {
		margin:10px auto;
		padding:0;
		text-align:center;
		width:980px; /* IE용 */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:980px; /* 실제값 */
	}
		html>body #header {
		width:980px;
	}

/* 컨텐츠 */
	#content {
		float:left;
		margin:0 0 0 5px;
		padding:0;
		border:0;
		width:740px; /* IE용 */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:740px; /* 실제값 */
	}
		html>body #content {
		margin:0 0 0 10px;
		width:740px;
	}

/* 사이드바 */
	#sidebar {
		float:right;
		margin:0 0 0 10px;
		padding:0;
		border:0;
		width:220px; /* IE용 */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:220px; /* 실제값 */
	}
		html>body #sidebar {
		width:220px;
	}

/* 바닥글 */
	#footer {
		clear:both;
		margin:10px auto;
		padding:0;
		width:990px; /* IE용 */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:990px; /* 실제값 */
	}
		html>body #footer {
		width:990px;
	}

/* 컨텐츠 부분관련 텍스트 */
	.contentext {
		vertical-align:top;
		clear:both;
		margin:10px;
		padding:0;
		border:0;
		font-size:10pt;
		line-height: 120%;
	}

/* 본문 글 텍스트 */
	.article {
		vertical-align:top;
		margin:20px 10px;
		padding:0px;
		border:0px;
		font-family: "맑은 고딕", "Segoe UI", tahoma, gulim, serif;
		font-size: 13px;
		line-height: 150%;
	}
	.article A:link { color:#00F; text-decoration:underline; }
	.article A:visited { color:#00F; text-decoration:underline; }
	.article A:hover { color:#000; text-decoration:underline; }
	.article blockquote {
	background: url(http://ohyung.net/images/qms.gif) no-repeat top left;
	margin: 10px;
	padding-left: 30px;
}

/* 본문 - more / less */
    .moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;}


/* 머리통 div용 타이틀 */
	.headert1 {
		padding:0 0 0 20px;
		margin:0;
		font-size:30px;
		float:left;
		text-align:left;
		font-weight:bold;
	}

/* 머리통 div용 링크 */
	.headert2 {
		padding:10px 10px 0 0;
		margin:0;
		font-size:12px;
		float:right;
		text-align:right;
		font-weight:bold;
	}

/* div용 */
	.marg1 {
		padding:10px 0 10px 10px;
		margin:0;
		font-size:12px;
		float:left;
		text-align:left;
		font-weight:bold;
	}

/* div용 */
	.marg2 {
		padding:0 0 5px 30px;
		margin:0;
		font-size:12px;
		clear:both;
		text-align:left;
	}

/* 필드셋 */
	.fd {
		border:1px solid #000;
		margin:0;
		padding:0;
	}

/* 필드셋 */
	.fd2 {
		border:1px solid #000;
		margin:0;
		padding:0;
	}

/* 필드셋 legend 제목 - 헤더용 Ohyung 표시부 */
	.le1 {
		margin-left:450px;
		font-size:15px;
		font-weight:bold;
		color:#000;
		background-color:#fff;
	}

/* 필드셋 legend 제목 - 기사 제목용 */
	.le2 {
		margin-left:10px;
		font-size:15px;
		font-weight:bold;
		color:#000;
		background-color:#fff;
	}

/* 필드셋 legend 제목 일반용 */
	.le3 {
		margin-left:5px;
		font-size:12px;
		font-weight:bold;
		color:#000;
		background-color:#fff;
	}

/* ccl */
	.ccl {
		text-align:center;
		border:1px solid #aaa;
		margin:10px 0 10px 0;
		padding:10px 0 10px 0;
		width:740px;
		color:#000;
		background-color:#f7f7f7;
	}

/* span용 */
	.sp1 {
		font-size:9px;
		font-weight:bold;
		background-color:#369;
		color:#fff;
		padding:1px 3px;
		margin:0 8px;
	}

/* span용 */
	.sp2 {
		font-size:12px;
		background-color: #f5f5f5;
		padding :10px;
		margin-bottom: 4px;
	}

/* span용 */
	.sp3 {
		font-size:12px;
		margin: 5px 30px;
	}

/* span용 */
	.sp4 {
		padding:0 0 5px 80px;
		margin:0;
	}

/* span용 */
	.sp5 {
		padding:0 0 10px 110px;
		margin:0;
	}

/* span용 */
	.spbold {
		font-size:12px;
		font-weight:bold;
	}

/* input용 */
	.inp {
		border:1px solid #999;
		width:200px;
	}

/* 글 상자 box */
	.box {
		background-color:#f5f5f5;
		color:#000;
		padding:10px;
		margin-bottom:4px;
	}

/* 트랙백 */
	.track {
		margin:10px 20px;
	}

/* 오른쪽 메뉴용 박스 */
	.sidebox {
		text-align:left;
		color:#000;
		background-color:#fff;
		padding:10px 5px;
	}

/* sideinfo */
	.sideinfo {
		text-align:center;
		color:#000;
		background-color:#fff;
		padding:10px 5px;
		line-height: 140%;
	}

/* 패이징 넘김 관련 */
	.paging {
		padding-top:10px;
		text-align:center;
		font-size:12px;
	}
/* ul */
	ul {
		margin:0;
		padding:0;
		list-style:none;
		list-style-image:none;
	}

/* ol */
	ol {
		margin:0;
		padding:0;
		list-style:none;
		list-style-image:none;
	}


/* li */
	li {
		list-style:none;
		list-style-image:none;
		margin-left:7px;
	}


/* hr */
	hr {
		height:1px;
		color:#111;
		background-color:#fff;
		width:980px;
	}

/* 이미지 버튼 */
	.ib {
		cursor:pointer;
	}

/* 입력 텍스트 */
	.text {
		font-size:9pt;
		padding-top:2px;
		border: 1px solid #c3d6ee;
		color:#000;
		background-color: #f7fef4;
	}

/* 트리 레이블 */
	.branch2 {
		font-size:9pt;
		padding:2px;
		line-height:130%;
	}

/* 트리 폴더 */
	.branch3 {
		cursor:pointer;
		line-height:130%;
	}

/* 달력 월 표시 */
	.cal_month {
		font-size:8pt;
		text-align:center;
		height:20px;
		color:#000;
		background-color:#fff;
	}

/* 달력 요일 표시 */
	.cal_week1 {
		text-align:center;
		font-size:7pt;
		font-weight:bold;
	}

/* 달력 일요일 표시 */
	.cal_week2 {
		color:#CC0000;
		background-color:#fff;
		text-align:center;
		font-size:7pt;
		font-weight:bold;
	}

/*  달력 지난 달 날짜 표시 */
	.cal_day1 {
		color:#BCC8CD;
		background-color:#fff;
		font-size:8pt;
		text-align:center;
		height:18px;
	}

/*  달력 다음 달 날짜 표시 */
	.cal_day2 {
		color:#BCC8CD;
		background-color:#fff;
		font-size:8pt;
		text-align:center;
		height:18px;
	}

/*  달력 이번 달 날짜 표시 */
	.cal_day3 {
		font-size:8pt;
		text-align:center;
		height:18px;
	}

/*  달력 오늘 날짜 표시 */
	.cal_day4 {
		font-size:10pt;
		text-align:center;
		padding-left:2px;
		font-weight:bold;
		height:18px;
	}

/* 15. 달력 글쓴 날 링크 스타일 */
	A.cal_click:link {color:#FF7635; background-color:#fff; text-decoration:none; font-weight:bold;}
	A.cal_click:visited {color:#FF7635; background-color:#fff; text-decoration:none; font-weight:bold;}
	A.cal_click:hover {color:#FF7635; background-color:#fff; text-decoration:none; font-weight:bold;}

/* 태그 클라우드 */
	.cloud1 {	font-size : 20px;	font-weight:bold;	}
	.cloud2 {	font-size : 18px;	font-weight:bold;	}
	.cloud3 {	font-size : 16px;	font-weight:bold;	}
	.cloud4 { font-size : 14px;	}
	.cloud5 {	font-size : 12px;	}

/* Allblet CSS */
	.post-items   { margin-top:5px; }
	.post-content { display:none; width:20px; height:0; }
	.post-writer  { font-weight:bold; margin-left:15px;  }

/* 라이프 로그 */
	.oyb_width { width:210px;font-size:10pt; padding:0px 0}
	.oyb_title { display:none; padding:0; font-size:9px; color:#000; background-color:#EEEEEE; margin:0; }
	.oyb_bottom { width:210px; font-size:9px; text-align:right;}

