/*************************************
/	링크
/************************************/ 
a:link    		{color:#555555;text-decoration:none;}
a:visited 		{color:#555555;text-decoration:none;}
a:active  		{color:#555555;text-decoration:none;}
a:hover  		{color:#000000;text-decoration:none;}

/*************************************
/	일반
/************************************/ 
body,table,tr,td,input,div,form,textarea,select,center,option
{font-family:굴림;font-size:9pt;color:#333333;	line-height:150%;letter-spacing:0px;}

/*************************************
/	top_01 			: 상단 타이틀
/	head_01			:  상단 타이틀 글자1
/	head_02			:  상단 타이틀 글자2 
/	name_01			: 작성자(input)
/	pass_01			: 비밀번호(input)
/	email_01			: 이메일(input)
/	home_01			: 홈페이지(input)
/	title_01			: 글제목(input)
/	link_01			: 관련링크(input)
/	file_01				: 첨부파일(input)
/ 	img_01			: 내용보기에 포함된 이미지 (이미지 파일 첨부시 자동 출력)
/	textarea_01	: 글 내용
/	textarea_02	: 이미지 파일 설명
/	textarea_03	: 글 내용 (※)
/	line_01			: 가로라인
/	comment_01	: 코멘트 	
/	search_01		: 검색어(input)
/	num_01			: 날짜 및 가상번호 등
/	btn_01			: 일반 버튼
/	btn_02			: 코멘트 버튼
/************************************/ 

.top_01			{font-family:tahoma;font-size:7pt;color:#555555}
.head_01 		{font-family:verdana;font-size:8pt;color:#555555}												
.head_02 		{font-family:verdana;font-size:9pt;color:#555555;font-weight:bold} 	
.name_01 		{width:50%;}
.pass_01 		{width:50%;}
.email_01 		{width:80%;}
.home_01 		{width:80%;}
.title_01 			{width:99%;}
.link_01 			{width:80%;}
/*.file_01			{width:350;}*/
.img_01			{border:solid 7px #F5F5F5;}
.textarea_01	{width:99%;border:solid 1px #EEEEEE;height:200px;line-height:150%;background-color:#FFFFFF;}
.textarea_02	{width:99%;border:solid 1px #EEEEEE;height:30px;line-height:100%;}
.textarea_03	{width:99%;border:solid 1px #EEEEEE;height:100px;line-height:120%;}
.line_01			{background-color:#EEEEEE;}
.comment_01 	{width:100px;border:solid 1px #EEEEEE;}
.search_01		{border:solid 1px #EEEEEE;}
.num_01			{font-family:tahoma;font-size:8pt;color:#333333}

.btn_01 			{background-color:#EEEEEE;color:#555555;border:solid 1px #AAAAAA;height:20;width:50;}
.btn_02			{background-color:#EEEEEE;color:#555555;border:solid 1px #AAAAAA;height:105;width:50;}

.num_01			{background-color:#FFFFFF}


.input {
  padding-left: 5px;
  border:1 solid; 
  border-top-color:#A0A0A0; 
  border-left-color:#A0A0A0; 
  border-right-color:#E0E0E0; 
  border-bottom-color:#E0E0E0; 
  background-color:#F7F7F7; 
  height:20; 
  color:333333; 
  line-height:120%;
}

.file_01 {
  padding-left: 5px;
  border:1 solid; 
  border-top-color:#A0A0A0; 
  border-left-color:#A0A0A0; 
  border-right-color:#E0E0E0; 
  border-bottom-color:#E0E0E0; 
  background-color:#F7F7F7; 
  height:20; 
  color:333333; 
  line-height:120%;
  width:99%;
}


/************************************
* htmlarea 적용 
*************************************/
/*   body, td  { font-family: arial; font-size: x-small; }
	  a         { color: #0000BB; text-decoration: none; }
	  a:hover   { color: #FF0000; text-decoration: underline; }
	  font { font-family: arial black, arial; font-size: 28px; letter-spacing: -1px; }
*/
.headline 	{ font-family: arial black, arial; font-size: 28px; letter-spacing: -1px; }
.headline2	{ font-family: verdana, arial; font-size: 12px; }
.subhead  	{ font-family: arial, arial; font-size: 18px; font-weight: bold; font-style: italic; }
.backtotop   { font-family: arial, arial; font-size: xx-small;  }
.code     		{ background-color: #EEEEEE; font-family: Courier New; font-size: x-small; margin: 5px 0px 5px 0px; padding: 5px; border: black 1px dotted;}
