body, td {
	font-size: 12px;
	font-family: Dotum, gulim;
	color: #545454;
}

body {
	margin: 0;
}

form, img {
	border: 0 none;
	margin: 0;
}

A:link {
	color:#999999;
	text-decoration:none;
}
A:visited {
	color:#999999;
	text-decoration:none;
}
A:active {
	color:#666666;
	text-decoration:none;
}
A:hover {
	color:#333333;
	text-decoration:underline;
}

/* idx */
#idx {
	width: 990px;
	height: 100%;
	text-align: left;
}

#idx_top {
	width: 780px;
	height: 70px;
}

#idx_menu {
	width: 780px;
	height: 35px;
	background-image: url('../images/idx/bg_menu.jpg');
	background-repeat: no-repeat;
}

#idx_center {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 29px;
}

#idx_left {
	float: left;
	width: 194px;
	padding-right: 10px;
}

#idx_content {
	float: left;
	width: 586px;
}

#idx_content_sub {
	float: left;
	width: 586px;
}

#idx_banner1 {
	float: right;
	width: 200px;
}

#idx_bottom {
	clear: both;
	width: 100%;
	height: 145px;
	background-image: url('../images/idx/bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.input {
	height: 19px;
	border: 1px solid #c6c6c6;
}

.b_title {
	border-top: 2px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.b_content {
	border-bottom: 1px solid #c6c6c6;
}

.paging {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.r_content {
	border-bottom: 1px solid #c6c6c6;
	color: red;
}