
@import url(common.css);
@import url(board.css);
@import url(layout.css);

.ctitle_area {
	width: 766px;
	height:78px;	
	background:url('../images/eng_relationorg/title_bg.gif') repeat-y left top;
}

.leftbg {	
	background:url('../images/eng_relationorg/left_bg.gif') repeat-y left top;
}

.po{ 
    color:#7d5d48; 
	}
	
.pob{ 
    color:#2f2f2f; 
	font-weight:bold;
	}	
	
.eng{
    font-family:Verdana,sans-serif;
	}	
	
.dot{ 
    background:url('../images/common/dot.gif') no-repeat left 4px; 
	padding:0px 0px 0px 10px; 
    }	

.dot01{ 
    background:url('../images/common/bullet_plus.gif') no-repeat left 9px; 
	padding:7px 0px 0px 10px; 
	font-size: 11px;
	line-height:1.2em;
    }
	
.dot02{     
	padding:90px 0px 0px 10px; 
	font-size: 11px;
	line-height:1.2em;
    }
	
.banlink	{ 
    border-bottom:1px solid #e7e7e7;
	padding:15px 10px;
	}			

/* ============= table style ============== */

.table { 
    width:100%; 
    border-top:1px solid #ea7735; 
	border-bottom:1px solid #fbab7d; 
	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 0; 
	}
		
.table .left{
    text-align:left;
	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 ============== */