@charset "UTF-8";
/* CSS Document */

body	{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Helvetica, Arial, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
	color:#484848;
	text-align:center;
}
#home  { background-color:#E0EFCB; }
#jobseeker  { background-color:#C1DFCF; }
#clients  { background-color:#CEDAE7; }

table {
	font-size:12px;
	font-family:Verdana, Helvetica, Arial, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
	color:#484848;
}

/* table style normal */
.datatable {
	margin:0 auto;
}
.datatable th {
	text-align:center;
	background-color:#e9e9e9;
}
.datatable th.left {
	text-align:left;
}
.datatable td {
	border:1px solid #e9e9e9;
}
.datatable tr.enable0 td {
	color:#aeaeae;
}
img.enable0 { background-color:#aeaeae; }
img.enable1 { background-color:#484848; }

/* form */
form { margin:0; }
input, textarea, select, table, optgroup, option {
	color:#484848;
	font-size:12px;
	font-family:Verdana, Helvetica, Arial, "Hiragino Kaku Gothic Pro W6", Osaka, "MS Gothic", sans-serif;
}
input:focus, textarea:focus, select:focus {
	color:#484848;
	background-color:#f7f7f7;
}
.submit-bt {
	margin:0;
	padding:2px 5px;
	background:#FFFFFF url(images/submit_bg.gif) center left repeat-x;
	border:1px solid #BCBCBC;
	color:#636363;
}
.submit-bt:focus {
	background:#FFFFFF url(images/submit_bg_ov.gif) center left repeat-x;
}
fieldset {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #dddddd;
}
legend { font-size:14px; font-weight:bold; color:#d2d2d2; }
.formerror {
	background-color:#ffced8;
}
.error {
	font-size:14px;
	font-weight:bold;
	color:#f5587a;
	text-align:center;
}
.msg {
	font-weight:bold;
	color:#00ad4d;
	text-align:center;
}
.point {
	color:#f5587a;
	font-size:10px;
}

/* link */
a img { border:none; }

a { color:#59a670; text-decoration:underline; }
a:hover { color:#acd9b9; text-decoration:none; }

#home  a { color:#7EBF24; text-decoration:underline; }
#home  a:hover { color:#CBE0A1; text-decoration:none; }
#jobseeker  a { color:#00aD4D; text-decoration:underline; }
#jobseeker  a:hover { color:#8DCDAB; text-decoration:none; }
#clients  a { color:#6E8CAA; text-decoration:underline; }
#clients  a:hover { color:#B9CADE; text-decoration:none; }

/* layout */
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.floatleft { float:left; margin:0; }
.floatright { float:right; margin:0; }
.clear { clear:both; }
.middle { vertical-align:middle; }
.vtop { vertical-align:top; }
.bottom { vertical-align:bottom; }
.hd { display:none; }
.vhd { visibility:hidden; }
.img-left { float:left; margin:0 10px 10px 0; }
.img-right { float:right; margin:0 0 10px 10px; }
.disable, .disable td {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* font */
.small { font-size:10px; }

/* logo */
.logo {
	float:left;
	margin:0;
	width:212px;
}

/* flag */
#jpflag-bts {
	float:right;
	display:block;
	margin:0;
	width:68px;
	background-position:left top;
	background-repeat:no-repeat;
	filter: alpha(opacity=30);
	opacity:0.3;
}

#jpflag-bts a { background-image:url(images/jp_flag_ov.gif); width:68px; height:17px; }
#jpflag-bts a:hover { background-color:#FFFFFF; }
#jpflag-bts a:hover img { visibility:hidden; }

/* layout */
.outbox {
	width:800px;
	margin:0 auto;
	padding:0;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	background-color:#FFFFFF;
}
#home .outbox { border-top:#AFD57A 3px solid; }
#jobseeker .outbox { border-top:#74B591 3px solid; }
#clients .outbox { border-top:#7C9EC4 3px solid; }

.leftside {
	float:left;
	margin:0;
	width:189px;
}
.content {
	margin:0;
	padding:0;
	float:right;
	width:609px;
	text-align:left;
}

/* menu top */
.menu-bt {
	height:145px;
}
#bts	{
	position:relative;
	margin:0;
	padding:0;
	width:189px;
}
#bts li {
	position:absolute;
	left:0;
	margin:0;
	padding:0;
	width:189px;
	list-style-type:none;
}
#bt1 { height:48px; top:0; }
#bt2 { height:49px; top:48px; }
#bt3 { height:48px; top:97px; }

#bts a {
	display:block;
	margin:0;
	width:189px;
	background-position:left top;
	background-repeat:no-repeat;
}

#bts #bt1 a { background-image:url(images/bt_home_ov.gif); height:48px; }
#bts #bt2 a { background-image:url(images/bt_jobseeker_ov.gif); height:49px; }
#bts #bt3 a { background-image:url(images/bt_clients_ov.gif); height:48px; }
#bts a:hover { background-color:#d2ecd9; }
#bts a:hover img, #bts .now img { visibility:hidden; }

/* sub menu */
.sub-bt {
	float:left;
	margin:0;
	width:189px;
	height:420px;
}
#sub-bts	{
	position:relative;
	margin:0;
	padding:0;
	width:189px;
}
#sub-bts li {
	position:absolute;
	left:0;
	margin:0;
	padding:0;
	width:189px;
	list-style-type:none;
}

.subbt1 { height:74px; top:0; }
.subbt2 { height:37px; top:74px; }
.subbt3 { height:37px; top:111px; }
.subbt4 { height:37px; top:148px; }
.subbt5 { height:37px; top:185px; }
.subbt6 { height:37px; top:222px; }
.subbt7 { height:37px; top:259px; }

#sub-bts a {
	display:block;
	margin:0;
	width:189px;
	height:37px;
	background-position:left top;
	background-repeat:no-repeat;
}

#sub-bts #subH-bt2 a { background-image:url(images/sub_new_ov.gif); }
#sub-bts #subH-bt3 a { background-image:url(images/sub_info_ov.gif); }
#sub-bts #subH-bt4 a { background-image:url(images/sub_contact_ov.gif); }
#sub-bts #subH-bt5 a { background-image:url(images/sub_links_ov.gif); }
#sub-bts #subH-bt6 a { background-image:url(images/sub_testimonial_ov.gif); }

#sub-bts #subJ-bt2 a { background-image:url(images/sub_job_listing_ov.gif); }
#sub-bts #subJ-bt3 a { background-image:url(images/sub_job_data_ov.gif); }
#sub-bts #subJ-bt4 a { background-image:url(images/sub_job_service_ov.gif); }
#sub-bts #subJ-bt5 a { background-image:url(images/sub_job_positions_ov.gif); }
#sub-bts #subJ-bt6 a { background-image:url(images/sub_job_visa_ov.gif); }
#sub-bts #subJ-bt7 a { background-image:url(images/sub_job_contact_ov.gif); }

#sub-bts #subC-bt2 a { background-image:url(images/sub_clients_service_ov.gif); }
#sub-bts #subC-bt3 a { background-image:url(images/sub_clients_candidate_ov.gif); }
#sub-bts #subC-bt4 a { background-image:url(images/sub_clients_visa_ov.gif); }
#sub-bts #subC-bt5 a { background-image:url(images/sub_clients_hr_ov.gif); }
#sub-bts #subC-bt6 a { background-image:url(images/sub_clients_news_ov.gif); }
#sub-bts #subC-bt7 a { background-image:url(images/sub_clients_contact_ov.gif); }

#sub-bts a:hover { background-color:#ffffff; }
#sub-bts a:hover img, #sub-bts .sbnow img { visibility:hidden; }

/* content */
.content-pad {
	margin:53px 55px 30px 40px;
	padding:0;
}
h2 {
	margin:0 0 15px 0;
	font-size:16px;
	font-weight:bold;
}
.mar {
	margin-top:35px;
}
h3 {
	margin:0 0 1em 0;
	font-size:14px;
	font-weight:bold;
}

.bull {
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none;
}
.bull li {
	margin:0;
	padding:0 0 5px 20px;
}
#home .bull li { background:url(images/bull_home.gif) 0 5px no-repeat; }
#jobseeker .bull li  { background:url(images/bull_job.gif) 0 5px  no-repeat; }
#clients .bull li  { background:url(images/bull_clients.gif) 0 5px  no-repeat; }


/* what's new */
.news {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
	width:495px;
}
.news li {
	clear:both;
	margin:0;
	padding:5px 5px 5px 22px;
	line-height:15px;
	height:15px;
	border-bottom:#b1c2b6 1px dotted;
	background:url(images/home_bull.gif) 5px 7px no-repeat;
}
.news .autoheight { height:auto; }
.news .nobd { border:none; }
.news span {
	display:block;
	float:left;
	width:100px;
}
.news-title {
	display:block;
	float:right;
	width:350px;
}
.news-content {
	clear:both;
	padding:15px 0;
}

/* testimonial */
.testimonial {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
	width:495px;
}
.testimonial li {
	margin:0;
	padding:5px 5px 5px 22px;
	line-height:15px;
	height:15px;
	border-bottom:#b1c2b6 1px dotted;
	background:url(images/home_bull.gif) 5px 7px no-repeat;
}
.testimonial .autoheight { height:auto; }
.testimonial .nobd { border:none; }
.testimonial-content {
	padding:15px 0;
}

/* company info*/
.info { margin:0 auto; padding:0; width:460px; }
.info dt {
	clear:left;
	float:left;
	margin:1px 1px 0 0;
	padding:5px;
	width:66px;
	height:14px;
	font-weight:bold;
}
.info dd {
	clear:right;
	float:right;
	margin:1px 1px 0 0;
	padding:5px;
	width:364px;
	height:14px;
	overflow:hidden;
}
#jobseeker .info dt { background-color:#E5F3EB; }
#jobseeker .info dd { border-bottom:1px solid #E5F3EB; }
#clients .info dt { background-color:#EBF2FA; }
#clients .info dd { border-bottom:1px solid #EBF2FA; }

.philosophy1, .philosophy2, .philosophy3 {
	float:left;
	margin-right:10px;
	padding-top:5px;
	width:160px;
	font-size:10px;
	height:110px;
}
.philosophy1 strong, .philosophy2 strong, .philosophy3 strong { font-size:12px; }
.philosophy1 { border-top:5px solid #25d1c5; }
.philosophy2 { border-top:5px solid #d12e33; }
.philosophy3 { border-top:5px solid #3168cf; margin:0; }

/* seminar */
.seminar {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
	width:495px;
}
.seminar li {
	clear:both;
	margin:0;
	padding:5px 5px 5px 22px;
	line-height:15px;
	height:15px;
	border-bottom:#b1c2b6 1px dotted;
	background:url(images/clients_bull.gif) 5px 7px no-repeat;
}
.seminar .autoheight { height:auto; }
.seminar .nobd { border:none; }
.seminar span {
	display:block;
	float:left;
	width:100px;
}
.seminar-title {
	display:block;
	float:right;
	width:350px;
}
.seminar-content {
	clear:both;
	padding:15px 0;
}

/* contact */
.contact-home-l {
	margin-top:70px;
	float:left;
	width:214px;
}
.contact-home-l a {
	display:block;
	margin-left:63px;
	width:151px;
	background:url(images/contact_jobseeker_ov.gif) left top no-repeat;
}
.contact-home-l  a:hover { background-color:#ffffff; }
.contact-home-l a:hover img { visibility:hidden; }
.contact-home-r {
	margin-top:70px;
	float:right;
	width:214px;
}
.contact-home-r a {
	display:block;
	margin-right:63px;
	width:151px;
	background:url(images/contact_clients_ov.gif) left top no-repeat;
}
.contact-home-r  a:hover { background-color:#ffffff; }
.contact-home-r a:hover img { visibility:hidden; }

/* footer */
.footer {
	margin:0;
	padding:0 10px 0 0;
	border-top:1px solid #CCCCCC;
	height:30px;
	overflow:hidden;
}
address {
	margin:0;
	padding:0;
	line-height:30px;
	height:30px;
	overflow:hidden;
	font-size:10px;
	font-style:normal;
	color:#585858;
	text-align:right;
}

/* popup */
.popup-layout {
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.popup-logo {
	margin:0;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}
.popup-content {
	margin:20px 100px;
	padding:0;
	text-align:left;
}
.popup-content iframe {
	padding:10px;
	border:1px solid #CCCCCC;
}

/* admin */
h2.admin-title {
	margin:0 0 20px 0;
	font-size:16px;
}

.admin-menu { text-align:center; margin:0 0 30px 0; }
.admin-menu a { color:#59a670; border:1px solid #59a670; background-color:#e6e6e6; padding:2px 5px; font-weight:bold; text-decoration:none; }
.admin-menu strong a { color:#e6e6e6; border:1px solid #e6e6e6; background-color:#59a670; }
.admin-menu a:hover { color:#acd9b9; border:1px solid #acd9b9; }
.admin-menu span { color:#66615e; border:1px solid #66615e; background-color:#504e4d; padding:2px 5px; font-weight:bold; }
