@charset "utf-8";
body {
	background-color: #FFCD00;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 549px 247px;
	margin: 0px;
	font-family: "돋움";
	font-size: 12px;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.hid {
	display: none;
}
#side_menu {
	width: 300px;
	margin-left: 45px;
	float: left;
	background-color: #FFCD00;
}
#content {
	width: 649px;
	margin-left: 30px;
	float: left;
	padding-bottom: 80px;
}
#wrap {
	width: 1024px;
}
.txt_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c39838;
}
.txt_notice {
	font-family: "돋움";
	font-size: 12px;
	color: #605B37;
	line-height: 18px;
}
