/* 동맹 게시판 스킨 */
/* The Return of Neptune: http://hpcgi2.nifty.com/otacky/ */
body {
  color:#000000;                 /* 글자색 */
  background-color:#E1F0F0;      /* 배경색 */
  font-size:10pt;                /* 본문 글자 크기 */
  font-family:"Malgun Gothic", "Apple SD Gothic Neo", "Nanum Gothic", sans-serif; /* 글꼴 종류 */
  scrollbar-3dlight-color:#E1F0F0;
  scrollbar-arrow-color:#AABBCC;
  scrollbar-base-color:#E1F0F0;
  scrollbar-darkshadow-color:#AABBCC;
  scrollbar-face-color:#E1F0F0;
  scrollbar-highlight-color:#E1F0F0;
  scrollbar-shadow-color:#AABBCC;
  scrollbar-track-color:#E1F0F0;
}
tr,td,th {
  font-size:10pt;                /* 본문 글자 크기 */
  font-family:"Malgun Gothic", "Apple SD Gothic Neo", "Nanum Gothic", sans-serif; /* 글꼴 종류 */
}
td.comment {
  font-size:10pt;                /* 본문 글자 크기 */
  font-family:"Malgun Gothic", "Apple SD Gothic Neo", "Nanum Gothic", sans-serif; /* 글꼴 종류 */
}
/* 링크 색상 */
a         { text-decoration:none; }
a:link    { color:#0000FF; } /* 방문 전 */
a:visited { color:#800080; } /* 방문 완료 */
a:active  { color:#FF0000; } /* 방문 중 */
a:hover   {
  text-decoration:underline; color:#FF0000;
}
.n { font-family:Verdana,Helvetica,Arial; } /* 이동 버튼(|) */
.b { /* 페이지 버튼(BACK,NEXT) */
  background-color:#F7FAFD;
  color:#000000;
  font-family:Verdana,Helvetica,Arial;
}
.f { /* 글쓰기 폼 */
  background-color:#F7FAFD; /* 바탕색 */
  color:#000000;            /* 글자색 */
  ime-mode:auto;
}
table.v  { display:block; }
/* 게시글 표시부 바탕색 */
table.n  { background-color:#FFFFFF; display:block; } /* 일반 */
table.s  { background-color:#FFFFC6; display:block; } /* 중요 공지 */
table.d  { background-color:#33DDCC; display:block; } /* 외교 송수신 */
table.df { background-color:#E1D6DC; display:block; } /* 외교 송신 */
table.dt { background-color:#FFDDCC; display:block; } /* 외교 수신 */
/* 제목(중요 공지, 외교 문서의 [제목] 부분) 스타일 */
table.ss  { border-style:outset; display:block; } /* 중요 공지 */
table.sd  { border-style:inset;  display:block; } /* 외교 송수신 */
table.sdf { border-style:inset;  display:block; } /* 외교 송신 */
table.sdt { border-style:inset;  display:block; } /* 외교 수신 */
.bbstitle { /* 게시판 제목 */
  color:#008080;
  font-family:"Malgun Gothic", "Apple SD Gothic Neo", "Nanum Gothic", sans-serif; /* 글꼴 종류 */
  font-size:18pt;                /* 글자 크기 */
  font-weight: bold;
}
.subject { /* 제목(일반 게시글의 [제목] 부분) */
  color:#006400;
  font-weight: bold;
}
.subjects { /* 제목(중요 공지, 외교 문서의 [제목] 부분) */
  color:#FF0000;
  font-weight: bold;
  font-size: 12px;
}
.supplement { /* 중요 공지, 외교 문서에 대한 보충 설명 */
  color:#008080;
  font-size: 12px;
}
.counter { /* 미니 카운터 색상(텍스트 방식일 때) */
  color:#DD0000;
  font-family:Verdana,Helvetica,Arial;
}
.amity     {
  color:#FFFFFF;
  background-color:#000000;
} /* 앳마크 */
.atmark    { color:#0000FF; } /* 앳마크 */
.number    { color:#006400; } /* 게시글 번호 */
.turn      { color:#0000FF; font-weight: bold; } /* 턴 */
#inputForm { display:none;  } /* 글쓰기 영역 */
