body#company_info * {
	zoom:1;
}
body#company_info {
	background:#5ed25e url(../img/company_info_bg.png) top center no-repeat;
	overflow:hidden;
}

#company_info_wrapper {
	width:660px;
	margin:0 auto;
	overflow:hidden;
}
#company_info_contents {
	margin:22px;
	color:#555555;
	zoom:1;
}

#company_info_contents .info_box {
	background:#eeeeee;
	padding:8px;
	margin-bottom:5px;
}

#company_info_contents .com_logo {
	width:60px;
	height:60px;
	padding:20px;
	background:#ffffff;
	zoom:1;
}
#company_info_contents .com_logo img {
	width:60px;
	background:#ffffff;
}
#company_info_contents .com_detail { margin:-100px 0 0 110px;}
#company_info_contents .com_detail p {
	font-weight:bold;
	margin-bottom:5px;
}
#company_info_contents .com_detail strong {
	font-weight:bold;
	font-size:16px;
}
#company_info_contents .com_detail table th,
#company_info_contents .com_detail table td {
	padding:2px 4px;
	border:3px solid #eeeeee;
}
#company_info_contents .com_detail table th {
	background:#dddddd;
	width:80px;
}
#company_info_contents .com_detail table td {
	background:#ffffff;
	width:155px;
}
#company_info_contents .com_detail table td.col { width:auto;}
#company_info_contents table.table_service {
	width:615px;
	margin:0 auto 14px;
}
#company_details #company_info_contents table.table_service {
	width:606px;
}
#company_info_contents table.table_service th,
#company_info_contents table.table_service td {
	padding:4px;
	border:1px solid #dddddd;
	text-align:center;
}
#company_info_contents table.table_service th {
	background:#eeeeee;
}
#company_info_contents table.table_service th.type { width:100px; }
#company_info_contents table.table_service th.service { width:255px; }
#company_info_contents table.table_service td {
	background:#ffffff;
	font-size:10px;
}
#company_info_contents table.table_service td img {
	margin:3px;
}

#company_info_contents .com_appeal {
	margin:0 0 14px;
}
#company_info_contents .com_appeal,
#company_info_contents .com_results {
	font-size:12px;
}
#company_info_contents .com_appeal strong,
#company_info_contents .com_results strong {
	font-weight:bold;
	font-size:14px;
	line-height:24px;
}
#company_info_contents .com_results img {
	margin:0 10px 0 0;
}
#company_info_contents #archives {
	background:#e3e3e3;
	padding:5px;
	position:relative;
}
#company_info_contents #archives .caption {
	position:absolute;
	top:0;
	left:-5px;
}
#company_info_contents #archives .tabs {
	margin-left:60px;
}
#company_info_contents #archives .tabs li {
	display:inline-block;
	/display:inline;
	/zoom:1;
}
#company_info_contents #archives .tabs li a {
	color:#555555;
	display:block;
	width:128px;
	height:26px;
	line-height:26px;
	text-align:center;
	background:url(/img/details_achieves_tab_off.png) no-repeat left top;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
#company_info_contents #archives .tabs li a:hover,
#company_info_contents #archives .tabs li a.active {
	background:url(/img/details_achieves_tab_on.png) no-repeat left top;
}

#company_info_contents #archives .contents {
	border:1px solid #cccccc;
	background:#ffffff;
	margin-top:-1px;
	padding:5px 10px 0;
	font-size:10px;
}
#company_info_contents #archives .contents li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:170px;
	margin:10px;
	overflow: hidden;
	white-space: nowrap;
}
#company_info_contents #archives .contents li .img {
	margin:0;
	height:130px;
	border:1px solid #cccccc;
	text-align:center;
	overflow: hidden;
}

#company_info_contents #contents_search {
	background:url(../img/contents_search_bg.png) left top no-repeat;
	position:relative;
	width:610px;
	height:116px;
	margin:10px auto;
}

#company_info_contents #contents_search .search_type,
#company_info_contents #contents_search .search_budget,
#company_info_contents #contents_search .search_btn {
	position:absolute;
	font-size:12px;
}
#company_info_contents #contents_search .search_type {
	top:65px;
	left:15px;
}
#company_info_contents #contents_search .search_budget {
	top:65px;
	left:210px;
}
#company_info_contents #contents_search .search_btn {
	top:37px;
	left:374px;
}