﻿/* ------------------------------------------------------------------------------------------------
기본사항
------------------------------------------------------------------------------------------------ */
* { 
	margin: 0;
	padding: 0;
}
body {
	font: 400 0.75em/1.9 Malgun Gothic, 맑은 고딕, "Lucida Grande", "Segoe UI", Arial, AppleGothic, Sans-serif;
	color: #333;
	background-color: #fff;
}
a         { text-decoration: none; }
a:link    { color: #963; }
a:visited { color: #963; }
a:hover   { color: #963; background-color: #eee; border-bottom:1px dotted #963;}
hr { display: none; }
img { border: 0; }
a img { border: 0; }
input, textarea { font-family: Malgun Gothic, 맑은 고딕, "Lucida Grande", "Segoe UI", Arial, AppleGothic, Sans-serif; }

/* ####### 페이지 공통사항 ####### */
.name { color: #222; }
.date { font: 400 12px Georgia, "Times New Roman", serif; }
.control { color: #c5c5c5; font: 400 11px Arial, Sans-serif; }
.cnt { font-family: Georgia, "Times New Roman", serif; }

