/* entrylayout ------------------------------------------------------------- */
#recruiteTableDiv{
	float:left;
	width: 430px;
	padding-left: 20px;
}
#recruiteTable{
	width: 430px;
}
#recruiteTable td{
	border-bottom: 3px double #efefef;
	vertical-align: top;
}
#recruiteTable td#entryimg{
	height: 90px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #efefef;
	border-bottom: 3px double #efefef;
	background: #efefef;
}
#entryimg img{
	height: 60px;
	width: 60px;
	padding:2px;
	border:1px solid #ccc;
	background: #fff;
}

h3{
	padding-left: 1.0em;
	padding-right: 1.0em;
	color: #036;
	font-size: 100%;
	line-height: 2.0;
	border-bottom: 1px solid #ccc;
}
h3 a{
	text-decoration: underline;
}
h4{
	padding-left: 2.0em;
	padding-right: 1.0em;
	color: #333;
	font-weight: normal;
	font-size: 100%;
	line-height: 2.0;
}
.companyname{
	color: #666;
	padding-left: 2.0em;
	line-height: 2.0;
}
.detaillink{
	padding-right: 10px;
	padding-bottom: 10px;
	text-align:right;
}

/* search_form ------------------------------------------------------------- */
#form{
	float:right;
	width:280px;
	border: 1px solid #666;
	background:#efefef;
	line-height: 1.6;
}
#keysearchform th{
	padding:5px;
	color:#333;
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
}
#keysearchform td{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#search_button{
	border:none;background:#fff;
}
#noresult{
	padding: 10px;
	color: #036;
	font-size: 110%;
	text-align: center;
	border: 1px solid #036;
	background: #efefff;
}

/* recruite entry --------------------------------------------------------------*/
#recruiteEntry{
	margin: 20px 0;
	padding:30px;
	border: 1px solid #ccc;
}

#recruiteEntry h2{
	margin-bottom: 0.2em;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	font-size: 140%;
	color: #333;
	border-bottom: 1px solid #ccc;
}
#recruiteEntry h3{
	margin-top: 40px;
	background: #efefef;
	border-top: 1px solid #ccc;
}
#entryPublisher{
	margin-top: 0.5em;
	margin-bottom: 1.0em;
	padding-right: 1.0em;
	color:#999;
	text-align: right;
	text-indent: 2.0em;
}
#recruiteEntry #recruiteTime,
#recruiteEntry #recruiteDuty,
#recruiteEntry #recruiteCondition
{
	padding-top: 1.0em;
}
#recruiteEntry #recruitePR{
	line-height: 140%;
}
#recruiteEntry #recruiteComment{
	margin-top: 20px;
	border: 1px solid #ccc;
	background: #fff;
}

#recruiteEntry #recruiteComment h3{
	margin-top: 0;
	font-size: 120%;
	color: #036;
	background: #efefef;
}
#recruiteEntry #recruitePRcomment{
	padding: 1.0em;
}
#recruiteEntry #companyInfo{
	margin-top: 30px;
	line-height:1.6;
	background: #efefef;
}
#recruiteEntry #companyInfo h3{
	color: #fff;
	background: #666;
}
#recruiteEntry #links li{
}

