﻿@charset "utf-8";
/* 폰트 종류와 굵기 색상 크기, 텍스트 데코레이션*/

body, p { 
	font-size: small; 
	font-family: tahoma, Verdana, Arial, sans-serif, "맑은 고딕", "돋움체", "돋움";
	}
	
/*h1 헤더 */
/*h2 본문 제목 */
/*h3 테이블 스타일 페이지의 제목 (회원사뉴스 등) */
/*h4 본문 소소제목 (정관) */
/*h5 본문 소소제목 (정관 소제목) */
/*h6 인덱스 페이지 바로가기 제목 */

h2 { 
	font-size: 140% ;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, "맑은 고딕", "돋움체", "돋움";
	font-weight : bolder; 
	color: #069;
	}
	
h3 { 
	font-size: 130% ;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, "맑은 고딕", "돋움체", "돋움"; 
	font-weight : bolder; 
	color: #009;
	}
	
h4 { 
	font-size: 130% ;
	font-family: "Trebuchet Ms", genova, Arial, sans-serif, "맑은 고딕", "돋움체", "돋움";
	font-weight : bold; 
	color: #009;
	text-align: center;
	}
	
h5 {
	font-size: 110% ;
	font-family: "Trebuchet Ms", genova, Arial, sans-serif, "맑은 고딕", "돋움체", "돋움"; 
	font-weight: bold;
	color: #00C;
	}

h5.over {
	text-decoration:line-through;
	}
	
h5 a:link {
	color: #00C;
	}
	
h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #009;
	}
	
h5 a:link, h3 a:visited {
	text-decoration: none;
	color: #009;
	}

h6 { 
	font-size: 120% ;
	font-family: "Trebuchet Ms", Arial, Verdana, sans-serif, Dotum; 
	font-weight : bold; 
	color: #757575;
	}

/*본문 */	

p.navigation {
	font:  80% Arial, sans-serif;
	color: #777;
	}

.larger p	{
	font-size: 110%;}	 		/*ABOUT US 내용이 적은 페이지 글자 크게*/

.strong {						/* ACTIVITIES 굵은글씨 */
	font-weight: bold;}

.underline {
	text-decoration: underline;
	font-weight: bold;
	}
	
.box a:link, .box a:visited { 
	text-decoration: none;
	color: black;	
	}

.green {
	color:#093;
	font-weight: bold;
	font-style:italic;
	}


/* 인덱스 페이지 내용 */
.box li {
	font-family: tahoma, Arial, sans-serif, "맑은 고딕"; 
	}
	
/* 바닥글 */	

div#footer p { 
	color : #737373; 
	font:  85% Verdana, Arial, sans-serif, "맑은 고딕", "돋움체", "돋움";
	
	}

div#footer { 
	text-decoration: none;
	color : #737373; 
	}

div#footer a {
	color : #737373; 
	}
	
	
/*기타 일반*/
strong {
	font-weight:bold;
	}
	
em {
	font-style: oblique; }

/*회원사 리스트 회원사 이름*/
.companyname {
	font-weight:bold;
	}	

/*본문 앞 글자*/

a:link, a:visited { 
	text-decoration: underline;
	color: #00F;	
	}

a:visited { 
	text-decoration: underline;
	color: #600;	
	}


li.listlinkstyle a:link {
	text-decoration: none;
	color: black;
	}
	
.memberlist a:link {
	text-decoration: none;
	color: black;
	}
	
.memberlist a:visited {
	text-decoration: none;
	color: #666;
	}
	
.memberlist a:hover {
	text-decoration: underline;
	color: #666;
	}
	
li.listlinkstyle a:visited {
	text-decoration: none;
	color: #666;
	}
	
li.listlinkstyle a:hover {
	text-decoration: underline;
	color: #666;
	}
	
#counter{
	color: #666;
}

.counttitle {
		font-weight: bold;
}
