/* CSS Document */

/* search */
#search_top{
	height: 35px; 
	color: #ffffff;
	background-color:#ba6cdf;
	line-height: 35px;
	text-align:left;
	text-indent: 12px;
	font-size:13px;
	font-weight: bold;
}
#search_content{
	clear:both;
	background-color:#f7e9fd;
	border:1px solid #eac5fc;
	text-align:left;
	padding-left:18px;
	padding-top:12px;
	padding-bottom:12px;
}
#search_content a:link{
	color:#000000;	
}
#search_content a:active{
	color:#000000;	
}
#search_content a:visited{
	color:#000000;	
}
#search_content a:hover{
	color:#000000;
	text-decoration:underline;
}
#search_bottom{
	clear:both;
}
.black{
	font-weight:bold;
	font-size: 11px;	
}
.txtbox{
	width: 162px;
	height: 22px;
	font-size: 12px;	
}

.txtbox2{
	width: 80px;
	height: 22px;
	font-size: 12px;	
}

.sbtn{
	width: 97px;
	height: 29px;
	background-image:url(images/btn_02.png);
	background-repeat:no-repeat;
	border: 0;
	cursor: pointer;
	background-color:transparent;
	_background-color:#578201;
}

.sbtn:hover{
	background-image:url(images/btn2_02.png);
}
 
/* nav */
#nav_top{
	width: 733px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dcdcdc;	
}
#nav{
	width: 703px;
	text-align:right;	
	font-size:14px;
}
#nav a{
	padding:5px 0px 5px 0px
}
.left{
	width: 200px;	
}
.right{
	width: 750px;
}

#list_border{
	clear:both;
	width: 733px; 
	overflow:hidden;
	border-bottom: 1px solid #f0ddf8;	
}
#list{
	clear:both;
	width: 703px; 
	min-height: 140px;
	overflow:hidden;
}
#list_left{
	float:left;
	width: 503px;
	text-align:left;
}
#list_left .info{
	margin-bottom:5px
}
#list_right{
	float:left;
	width: 200px;	
	text-align:right;
}
.bname a:link{
	font-size: 14px;
	font-weight: 600; 
}
 
.info{
	font-size: 12px;	
}
.info_bold{
	font-weight: 600;	
}
.ref{
	font-size: 12px;
	color: #808080;	
}