
@import url(common.css);
@import url(board.css);
@import url(layout.css);

.ctitle_area {
	width: 766px;
	height:78px;	
	background:url('../images/about/title_bg.gif') repeat-y left top;
}

.leftbg {	
	background:url('../images/about/left_bg.gif') repeat-y left top;
}

.po{ 
    color:#9f4f86; 
	}
	
.pob{ 
    color:#9f4f86; 
	font-weight:bold; 
	}	
	
.pob a { 
    color:#9f4f86; 
    text-decoration:none; 
	}
	
.pob a:hover { 
    color:#fa672d; 
	text-decoration:none;  
	}

.pob a:active {
    color: #9f4f86; 
	text-decoration: none;
	}	

/* ============= table style ============== */

.table { 
    width:100%; 
    border-top:1px solid #9a5f87; 
	border-bottom:1px solid #d5a8c7; 
	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:7px 10px 4px 10px; 
	}
		
.table .left{
    text-align:left;
	}
	
.table .right{
    text-align:right;
	}	
	
.table .no_rb { 
    border-right:none; 
	}
	
.table .dep{
    text-align:left;
    padding-left:20px;
	}
		
.table .depin{
    text-align:left;
    padding-left:30px;
	}
	
.table .depinin{
    text-align:left;
    padding-left:45px;
	}		
	
/* ============== //table style ============== */
