
/****************common***************/
body {
	margin:0px;
	padding:0px;
	background:#FFF;
}

img {
	border:0;
}

td, div, dl, input, textarea, option {
	font-family:Gulim, Gulimche, Dotum, Dotumche, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:145%;
}

dt {
	margin:15px 0 3px 10px ;
}

dd {
	margin-left:10px;
	padding-bottom:3px;
}

li {
	list-style-type:none;
}

/*ÆùÆ®*/
.large {
	font-size:14px;
}

.default_a {
	font-size:12px;
	color:#aaa;
}

.small_6 {
	font-size:11px;
	color:#666;
	font-family: Dotum, Dotumche;
}

.small_8 {
	font-size:11px;
	color:#888;
	font-family: Dotum, Dotumche;	
}

.bold {
	font-weight:bold;
}

.orange {
	color:#f96511;
}

.navy {
	color:#365685;
	text-decoration:none;	
}

.purple {
	color:#3c2082;
}

h1 {
	font-size:12px;
	font-weight:bold;
}


/*666 ¾ð´õ¶óÀÎ ¸µÅ©*/
.666_un {
	color:#666666;
	text-decoration:none;	
}

a.666_un:hover {
	color:#365685;
	text-decoration:underline;
}

a.666_un:active {
	color:#365685;
	text-decoration:none;
}

a.666_un:link {
	color:#666;
	text-decoration:none;
}

a.666_un:visited {
}

/*666 ¸µÅ©*/
.666 {
	color:#666666;
	text-decoration:none;	
}

a.666:hover {
	color:#f96511;
}

a.666:active {
	color:#f96511;
}

a.666:link {
	color:#666;
}

a.666:visited {
}

/*navy ¸µÅ©*/
a.navy:hover {
	color:#365685;
	text-decoration:underline;
}

a.navy:active {
	color:#365685;
	text-decoration:underline;
}

a.navy:link {
	color:#365685;
	text-decoration:none;
}

a.navy:visited {
	color:#365685;
}

/*navy2 ¸µÅ©*/
a.navy2:hover {
	color:#9c7ed5;
	text-decoration:underline;
	font-weight:bold;
	margin:0 5px;
}

a.navy2:active {
	color:#9c7ed5;
	text-decoration:underline;
	font-weight:bold;
	margin:0 5px;
}

a.navy2:link {
	color:#003366;
	text-decoration:underline;
	margin:0 5px;
}

a.navy2:visited {
	color:#003366;
	text-decoration:underline;
	margin:0 5px;
}


/*blue ¸µÅ©*/
a.blue:hover {
	color:#1425d3;
	text-decoration:underline;
	font-weight:bold;
	margin:0 5px;
}

a.blue:active {
	color:#1425d3;
	text-decoration:underline;
	font-weight:bold;
	margin:0 5px;
}

a.blue:link {
	color:#1425d3;
	text-decoration:underline;
	font-weight:bold;
	margin:0 5px;
}

a.blue:visited {
	color:#1425d3;
	text-decoration:underline;
	font-weight:bold;
	margin:0 5px;
}

/*green ¸µÅ©*/
a.green:hover {
	color:#4d9810;
	text-decoration:none;
	margin:0 5px;
	font-size:12px;
}

a.green:active {
	color:#4d9810;
	text-decoration:none;
	margin:0 5px;
	font-size:12px;
}

a.green:link {
	color:#4d9810;
	text-decoration:none;
	margin:0 5px;
	font-size:12px;
}

a.green:visited {
	color:#4d9810;
	text-decoration:none;
	margin:0 5px;
	font-size:12px;
}

.orange {
	color:#f96511;
}

a.gray {
	color:#717171;
	text-decoration:none;
}

/****************layout***************/

/*****main******/
#main_header {
	width:810px;
	margin-bottom:35px;	
	text-align:center;
}

#main_center {
	width:810px;
	margin-bottom:25px;
	text-align:center;
}

#main_right {
	float:right;
	width:245px;
	text-align:right;
}

#main_left {
	float:left;
	min-width:565px;
	text-align:left;
}

/*****result******/

#sch_header {
	width:100%;
	padding:0 10px 20px 10px;
	min-width: 1003px;
	width: expression(document.body.clientWidth < 1004? '1003px' : '100%');	
}


#sch_container {
	width :100%;
	padding:0 10px 0 20px;
	min-width: 1003px;
	width: expression(document.body.clientWidth < 1004? '1003px' : '100%');
}

#sch_result {
	float:left;
	min-width: 813;
	width: expression(document.body.clientWidth < 814? '813' : '79%');
}

#sch_result ul
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

#sch_result ul.bbb111
{
	float:left;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	padding-top:15px;
	width:750px;
}

#sch_result a
{
	font-size:13px;
}

#sch_result dl{
	clear: both;
	margin:15px 10px 0 20px;
}

#sch_result dt{
	float:left;
	margin:0 10px 0 0;
}

#sch_result dd{
	margin:0;
}

#sch_thumb dd {
	width:185px;
	height:190px;
	float:left;
	list-style-type:none;
	padding-bottom:20px;
}

#sch_right {
	float:right;
	width:190px;
	text-align:right;
}

.more {
	clear:both;
	width:100%;
	text-align:right;
	padding:0 0 10px 0;
	margin-top:0;
	border-bottom:1px solid #d0d0d0;
	font-size:12px;	
} 
.ad_line{
	Width:100%;
	border-bottom:1px solid #d0d0d0;
} 


/****************footer***************/

#footer {
	clear:both;
	margin:0px 10px 10px 10px;
	width:100%;
	text-align:center;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
	vertical-align:top;
	padding-top:10px;
}




/****************±âÅ¸***************/


.input_main { 
	margin:0px;  height:40px;  width:323px; border:0; 
	padding: 10px;
	background:url(../images/input_bg.gif);
	font-family: µ¸¿ò,Arial, Verdana, Helvetica, geneva, sans-serif;
	font-size:14px;
	line-height:130%;
	font-weight:bold;
	color:#333333;
}


.input_sub { 
	margin:0px;  height:36px;  width:263px; border:0; 
	padding: 8px 10px;
	background:url(../images/input_bg_sub.gif);
	font-family: µ¸¿ò,Arial, Verdana, Helvetica, geneva, sans-serif;
	font-size:14px;
	line-height:130%;
	font-weight:bold;
	color:#333333;
}




#newsdl dd {padding-left:10px; background:url(../images/bul_01.gif) no-repeat 0px 50%;}

#Fgamedl dd {line-height:25px;}

#subright dd {margin-left:3px; padding-left:6px; background:url(../images/bul_03.gif) no-repeat 0px 50%;}




