/* CSS Document */

/* ====================================
  File        : view.css
  Date        : 2006.11.30
  Last Update : 2006.11.30
===================================== */



/* ------------------------------
 Table-element
------------------------------ */
.tbl01{
	width:540px;
}
.tbl01 td#foot{
	background-color:#E0F0BB;
	text-align:center;
	padding:10px;
}
.tbl02{
	width:540px;
	border:2px solid #99C54E;
	padding:0px;
}
.tbl02 td#head{
	background-color:#E0F0BB;
	padding:5px;
}
.tbl02 td#space{
	height:1px;
}
.tbl03{
	width:520px;
}
.tbl03 td#entry{
	vertical-align:top;
	width:102px;
	border-bottom:1px solid #DDDDDD;
}
.tbl03 td#contents{
	vertical-align:center;
	width:398px;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}
.tbl03 td#sonota_entry{
	vertical-align:top;
	width:102px;
	
}
.tbl03 td#sonota_contents{
	vertical-align:top;
	width:398px;
	padding:5px;
}
.tbl04{
	width:580px;
	border:1px solid #99C54E;
	padding:5px;
	background-color:#E0F0BB;
}
.tbl05{
	width:580px;
	border:1px solid #99C54E;
	background-color:#E0F0BB;
}

/* ------------------------------
 Font
------------------------------ */
.red {color:#CC0000;}
.size36 {
	font-size:36px;
	line-height:40px;
}
.head {font-size:14px; font-weight:bold; color:#333333;}

/*-------------------------------
エンジ派遣ページ
-------------------------------*/
.tbl_e01{
	width:540px;
}
.tbl_e01 td#foot{
	background-color:#E0CCA9;
	text-align:center;
	padding:10px;
}
.tbl_e02{
	width:540px;
	border:2px solid #DB5209
	padding:0px;
}
.tbl_e02 td#head{
	background-color:#E0CCA9;
	padding:5px;
}
.tbl_e02 td#space{
	height:1px;
}
.tbl_e03{
	width:520px;
}
.tbl_e03 td#entry{
	vertical-align:top;
	width:102px;
	border-bottom:1px solid #DDDDDD;
}
.tbl_e03 td#contents{
	vertical-align:center;
	width:398px;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}
.tbl_e03 td#sonota_entry{
	vertical-align:top;
	width:102px;
	
}
.tbl_e03 td#sonota_contents{
	vertical-align:top;
	width:398px;
	padding:5px;
}