@charset "utf-8";
/* ****************************************************************** 

		Setting of: Staff page
			01: Cate Title
			02: Page Title
			03: Common
			04: Salary page
			05: Welfare page
			06: Late & Absence page
			00: clearfix

****************************************************************** */



/*===================================================================
	01: Cate title
===================================================================*/

h2#CateTitle {
	background: url(../img/cate_title.gif);
}




/*===================================================================
	02: Page title
===================================================================*/

#pageTitle h3.staff {
	background: url(../img/ttl_staff.gif) no-repeat;
}
#pageTitle h3.salary {
	background: url(../salary/img/ttl_salary.gif) no-repeat;
}
#pageTitle h3.welfare {
	background: url(../welfare/img/ttl_welfare.gif) no-repeat;
}
#pageTitle h3.contact {
	background: url(../contact/img/ttl_contact.gif) no-repeat;
}
#pageTitle h3.skillup {
	background: url(../skillup/img/ttl_skillup.gif) no-repeat;
}



/*===================================================================
	03: Common
===================================================================*/
/* Table - normal */
table.tbl {
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	font-size: 80%;
}
table.tbl th {
	border: none;
	background: url(../img/tbl_th.gif) no-repeat left bottom;
	padding: 10px;
	font-weight: normal;
	width: 20%;
	}
table.tbl td {
	border: none;
	background: url(../img/tbl_td.gif) no-repeat left bottom;
	padding: 10px;
	}
table.tbl tr.btm th,
table.tbl tr.btm td {
	background-position: left top;
	}


/* Job Box */
.jobBox {
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;
	border: 1px solid #ccc;
	}
.jobBox h5 {
	border-bottom: 1px solid #ccc;
	background: #EEEEEE;
	margin: 1px 1px 15px 1px;
	padding: 15px;
	font-size: 80%;
	}
.jobBox p {
	margin: 5px 22px 0 22px;
	}

/*===================================================================
	04: Salary page
===================================================================*/

.salaryTbl {
	border: none;
	border-top: 1px solid #D1CFEA;
	border-bottom: 1px solid #D1CFEA;
	margin: 0 0 5px 0;
	font-size: 90%;
	font-weight: bold;
	}
.salaryTbl th {
	border: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #EFEEFC;
	padding: 10px 0 10px 25px;
	}
.salaryTbl td {
	border: none;
	border-left: 1px solid #fff;
	background: #FBFAFE;
	width: 50%;
	text-align: center;
	}

#sheet {
	text-align: center;
	margin-top: 15px;
	}
#sheet img.step {
	float: left;
	clear: left;
	}
#sheet img.arrow {
	display: block;
	clear: both;
	margin: 0 auto;
	}
#sheet p {
	float: right;
	clear: right;
	width: 610px;
	text-align: left;
	}
.btmBox {
	border: 1px solid #ccc;
	background: #FAFAFA;
	margin: 20px 0 0 0;
	padding: 17px 0;
	text-align: center;
	}

ul#step li {
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.4;
	}
ul#step img {
	display: inline;
	float: left;
	margin-right: 15px;
	}



/*===================================================================
	05: Welfare page
===================================================================*/

/* Anchor Link  */
ul.alink {
	border: 1px solid #DFDFDF;
	padding: 10px;
	}
ul.alink li {
	display: inline;
	margin: 0 15px 0 0;
	background: url(../../img/icon_arrow2.gif) no-repeat 0 3px;
	padding: 0 0 0 15px ;
	border: none;
	font-size: 80%;
	line-height: 1.5;
	}





/*===================================================================
	06: Late & Absence page
===================================================================*/

table.tbl2 {
	border: none;
	border-bottom: 1px solid #D1CFEA;
	}
table.tbl2 td {
	border: none;
	background: url(../img/tbl_td2.gif) no-repeat right top;
	padding: 10px 20px;
	width: 50%;
	font-size: 80%;
	}
table.tbl2 td.r {
	background-position: left top;
	}


table.conTbl {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 0 0;
	}
table.conTbl th {
	text-align: left;
	background: #F2F2F2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	padding: 10px 20px;
	width: 50%;
	}
table.conTbl td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px;
	font-size: 80%;
	line-height: 1.5;
	}
table.conTbl td img {
	margin-bottom: 10px;
	}




/*===================================================================
	00: container clearfix setting
===================================================================*/
ul#step li:after,
#sheet:after
 {
  content:".";
  display:block;
  height:0;
  clear:both;
  line-height:0;
  visibility:hidden;
}

/* (for IE7 and Mac IE5) */
ul#step li,
#sheet
{
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html ul#step li,
* html #sheet
{
	height: 1%;
}
ul#step li,
#sheet
{
	display: block;
}
/* End hide from IE-mac */




















