
@import url(common.css);
@import url(board.css);
@import url(layout.css);

.ctitle_area {
	width: 766px;
	height:78px;	
	background:url('../images/eng_infra/title_bg.gif') repeat-y left top;
}

.leftbg {	
	background:url('../images/eng_infra/left_bg.gif') repeat-y left top;
}

.po{ 
    color:#6a8515; 
	}
	
.pob{ 
    color:#6a8515; 
	font-weight:bold;
	}

.pob a { 
    color:#6a8515; 
    text-decoration:none; 
	}
	
.pob a:hover { 
    color:#fa672d; 
	text-decoration:none;  
	}

.pob a:active {
    color: #6a8515; 
	text-decoration: none;
	}
	
.eng{
    font-family:Verdana,sans-serif;
	}	

.dot{ 
    background:url('../images/common/dot.gif') no-repeat left 9px; 
	padding:2px 0px 0px 10px; 
    }	

.dot01{ 
    background:url('../images/common/bullet_plus.gif') no-repeat left 9px; 
	padding:7px 0px 7px 10px; 
	font-size: 11px;
	line-height:1.2em;
    }
	
.dot02{ 
    background:url('../images/common/dot.gif') no-repeat left 3px; 
	padding:0px 0px 15px 10px; 
	font-size: 11px;
	line-height:1.2em;
    }	
	
.dot03{ 
    background:url('../images/common/dot.gif') no-repeat left 3px; 
	padding:0px 0px 15px 10px; 
    }	
	
.link a { 
    color:#575757; 
    text-decoration:none; 
	}
	
.link a:hover { 
    color:#6a8515; 
	font-weight:bold; 
	text-decoration:none;  
	}

.link a:active {
    color: #575757; 
	text-decoration: none;
	}			

/* ============= table style ============== */

.table { 
    width:100%; 
    border-top:1px solid #8ba92e; 
	border-bottom:1px solid #b9cf74; 
	border-collapse:collapse; 
	text-align:center; 
	}

.table th { 
    height:22px;
    background:#f7f7f7; 
	font-weight:bold; 
	color:#777676; 
	border-right:1px solid #e4e4e4; 
	border-bottom:1px solid #e4e4e4; 
	border-collapse:collapse; 
	padding:3px 0; 
	}

.table td { 
    border-right:1px solid #e4e4e4; 
	border-bottom:1px solid #e4e4e4; 
	border-collapse:collapse; 
	padding:5px 10px  5px 0px; 
	}
		
.table .left{
    text-align:left;
	padding-left:10px;
	}
	
.table .left01{
    text-align:left;
	padding-left:30px;
	}
	
.table .tit{    
    text-align:left;
	padding:10px 10px;
	}	
	
.table .pl{ 
	padding-left:10px;
	}		
	
.table .no_rb { 
    border-right:none; 
	}
	
.table .fbc { 
    font-weight:bold;color:#fd6602 }
	
.table .select { 
	color:#666; 
	font-size: 11px;
	}		
	
.table .bg { 
    background:#f7f7f7;
	}		
	
/* ============== //table style ============== */