@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

#enterprise {
	width:660px;
	min-height:620px;
	height: auto !important;
	height: 620px;/*	margin:0 auto;
	padding:0;
	text-align:left;
	vertical-align:top;
*/}

#enterprise h2 {
	padding-bottom:10px !important;
}


#enterprise p {
	float:right;
	font-size:12px;
/*	margin-bottom:10px;
	height:12px;
*/}




/*ent_ta------------*/
.ent_ta {
/*	padding:1px;
*/	padding:1px 10px;
	border:1px solid #cccccc;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../img/enterpriseList_ta_title.gif) no-repeat 1px 1px;
}

/*ent_ta table ------------*/
.ent_ta table {
	width:635px;
	
/*	margin:1px 10px;
*/	text-align:left;
}


.ent_ta table th {
	color:#FFFFFF;
	font-weight:bold;
	line-height:26px;
	padding-bottom:10px;
	padding-left:5px;
}

.ent_ta table td.ta_f {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #cccccc;
	width:45px;
}

.ent_ta table td.ta_s {
	padding:5px;
	border-bottom:1px dashed #cccccc;
	border-right:1px solid #cccccc;
	width:185px;
}

.ent_ta table td.ta_s a:hover {
	color:#84ce1b;
}

.ent_ta table td.ta_t {
	padding:5px 10px;
	border-bottom:1px dashed #cccccc;
	border-right:1px solid #cccccc;
	width:255px;
}

.ent_ta table td.ta_l {
	padding:5px 10px;
	border-bottom:1px dashed #cccccc;
	width:100px;
}


/*last*/
.ent_ta table td.ta_f_la {
	width:45px;
}

.ent_ta table td.ta_s_la {
	border-right:1px solid #cccccc;
	width:185px;
}

.ent_ta table td.ta_t_la {
	border-right:1px solid #cccccc;
	width:265px;
}

.ent_ta table td.ta_l_la {
	width:110px;
}

.ent_ta table td img {
	margin-top:3px;
}

tr.even td {
	background-color:#f7f7f7;
}







