@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

a {
	outline:none;
	text-decoration:none;
}

body {
	text-align: center;
	font:12px/1.5 Malgun Gothic, AppleGothic, sans-serif;
	background: #ededed; 
}

span {
	color: #ffa800;
	font-size: 2.0em;
	font-weight: bold;
	font-family: "맑은 고딕";
}

table { text-align: left; }

.link { padding-right: 25px; text-align: right; }

#header {
	text-align: center;
	background-color:#ffffdd;
}

#header h1 {
	padding-right: 350px;
}

#menu {
	background-color:#e3ffa7;
	border-bottom: 5px solid #ffd3a4;
	font-size: 1.5em;
	color: #009F00;
}

#menu a {
	text-decoration:none;
	color: #009F00;
}

#menu a:hover {
	text-decoration:none;
	color: #009F00;
}

#content {
	background-color:#ffffff;
}

#bottom {
	overflow: hidden;
	text-align: center;
	color: inherit;
	border-top: 5px solid #DDDDDD;
}	
