@charset "UTF-8";

/* blog saerch tab navigation */



img {
	vertical-align: bottom;
	border: none;
}
#navwrapper {
	width: 490px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	/*border:1px #dcc solid;;*/
}

ul#nav {
	position: relative;
	height: 30px;
	/* background-color: #EFEFEF;*/
	list-style: none;
	margin: 0 2px;
	padding: 0;
}
ul#nav li {
	position: absolute;
	top: 2px;
	width: 123px;
	margin: 0;
	padding: 0;
}
ul#nav a {
	display: block;
	width: 100%;
	height: 0px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #365787;
	text-decoration: none;
}
ul#nav a:hover {
	color: #333333;
}
li#navCompany {	left: 0px;}
li#navService {	left: 124px;}
li#navRecruit {	left: 248px;}
li#navtest2 {	left: 372px;}

ul.company {	background: url(/images/www/portal/nav_cr01.gif) no-repeat;}
ul.service2 {	background: url(/images/www/portal/nav_cr02.gif) no-repeat;}
ul.recruit {	background: url(/images/www/portal/nav_cr03.gif) no-repeat;}
ul.test2 {	background: url(/images/www/portal/nav_cr04.gif) no-repeat;}

.category {
	padding: 0px;
	background:#fff;
}
.category h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 3px 0;
	margin-bottom: 30px;
	border-bottom: 3px solid #E7E9EC;
}
.category .section {
	padding-bottom: 10px;
	padding-left: 10px;
	margin:0;
}
.category .section2 {
	padding-bottom: 2px;
	padding-left: 10px;
	margin:0;
}
.category .section h3 {
	margin-bottom: 6px;
	color: #4770B4;
	font-weight: bold;
	font-size:10px;
}
.category .section p {
	line-height: 1.4;
	margin:0;padding:0;
}
