@charset "utf-8";

/* 공통  */
body {}
img {border-width:0px;}
table{border-spacing: 0px; border-collapse: collapse; text-align:justify;}
td{padding: 0px;}

.cap1 { color: #a1a1a1; text-align: center; }
.key1 { cursor: pointer; border-bottom: 1px dotted #cccccc; }


.head_title	{
	font-size:16px; 
	color:666666; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:batang; 
	letter-spacing:-1px;
	}

/* 입력창 관련  */
.text {
	border-top: 0px;  
	border-right: 0px; 
	border-bottom: 1px dotted #cccccc; 
	border-left: 0px; 
	height:18px; 
	color: #666666; 
	font-size: 11px; 
	padding: 2px 2px 0px 4px;
	}

.textarea_rp {
	border: 1px solid #ededed;
    font-family:돋움,tahoma;
	font-size:12px;
	color:666666;
    background:#ededed;
	width:430px;
	padding: 2px 2px 0px 4px;	
	}

	
.submit {
	border: 1px solid #ededed;
	font-family:tahoma;
	font-size:11px;
	color:999999;
	background:#ededed;
	height:20px;
	width : 50px;
	} 


/* 본문 관련  */
.article {
	font-size:12px; 
	font-family:돋움; 
	color:666666; 
	text-align:justify; 
	line-height:18px;}

.article_info {
	font-size:11px; 
	font-family:tahoma,돋움; 
	color:666666;
	}

.article_info  a:link         { color:#666666;     text-decoration:none;}
.article_info  a:visited      { color:#666666;     text-decoration:none;}
.article_info  a:hover        { color:#666666;     text-decoration:underline;}
.article_info  a:active       { color:#666666;     text-decoration:none;}

.protected_article{
	font-size:12px; 
	font-family:돋움; 
	color:666666; 
	text-align:center; 
	}


/* 방명록_댓글 본문  */
.sub_article {
	font-size:12px; 
	font-family:돋움; 
	color:a1a1a1; 
	text-align:justify; 
	line-height:18px;
	}

.name {
	font-size:12px; 
	font-family:돋움; 
	color:a1a1a1;
	font-weight:bold;
	}

.name  a:link         { color:#a1a1a1;     text-decoration:none; font-weight:bold;}
.name  a:visited      { color:#a1a1a1;     text-decoration:none; font-weight:bold;}
.name  a:hover        { color:#a1a1a1;     text-decoration:none; font-weight:underline;}
.name  a:active       { color:#a1a1a1;     text-decoration:none; font-weight:bold;}


.date {
	font-size:11px; 
	font-family:tahoma; 
	color:a1a1a1;
	}

.site_info {
	font-size:11px; 
	font-family:tahoma; 
	color:a1a1a1;
	line-height:18px;
	}

.site_info  a:link         { color:#a1a1a1;     text-decoration:none;}
.site_info  a:visited      { color:#a1a1a1;     text-decoration:none;}
.site_info  a:hover        { color:#a1a1a1;     text-decoration:underline;}
.site_info  a:active       { color:#a1a1a1;     text-decoration:none;}


/* 사이드바  */
.sidebar {
	font-size:12px; 
	font-family:돋움; 
	color:666666; 
	line-height:18px;}

.sidebar_notice {
	font-size:11px; 
	font-family:tahoma; 
	color:a1a1a1;
	}

.sidebar_head_title	{
	font-size:14px; 
	color:666666; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:batang; 
	letter-spacing:-1px;
	}

/* 사이트 하단  */
.guest_input {
	font-size:10px; 
	font-family:tahoma; 
	color:666666;
	}


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


/* 페이지넘버 */
.paging {}
.paging .selected {color : #a1a1a1; font-weight:bold;}

.menu {
	font-size:12px; 
	font-family:바탕; 
	color:a1a1a1;
	font-weight:bold;
	}

.menu  a:link         { color:#a1a1a1;     text-decoration:none; font-weight:none;}
.menu  a:visited      { color:#a1a1a1;     text-decoration:none; font-weight:none;}
.menu  a:hover        { color:#a1a1a1;     text-decoration:none; font-weight:underline;}
.menu  a:active       { color:#a1a1a1;     text-decoration:none; font-weight:none;}



/* 태그클라우드 */
.cloud1 {
  font-size : 12px;
  color : #000000 !important ;
  }

.cloud2 {
  font-size : 12px;
  color : #565656 !important ;
  }

.cloud3 {
  font-size : 12px;
  color : #818181 !important ;
  }

.cloud4 {
  font-size : 12px;
  color : #A7A7A7 !important ;
  }

.cloud5 {
  font-size : 12px;
  color : #D0D0D0 !important ;
  }

