#recruit_info{
	position:static; 

	height:5px; 
	width:600px;
	margin:0px 0px 0px 80px;
	padding:0px 0px 0px 0px;		/* 上、右、下、左 */

	text-align:left;

  background:#00ff00; 
//  background:#ffffff;
}

#entry_form {
	margin:0px 0px 0px 60px;
	padding:0px 0px 0px 0px;		/* 上、右、下、左 */
	position:static; 
	text-align:left;
	height:5px; 
	width:500px;
  background:#00008B; 
  background:#ffffff;
}

/*-- コンテンツ 小見出し ---*/
.recruit_content_m_head {
	border-bottom: 1px solid #999999;
	border-left:   6px solid #E50065;

	line-height: 150%;
	padding-left: 10px;
    font-weight:bold;
}


/*-- コンテンツ ---*/
.recruit_content {
	border-bottom: 0px solid #999999;
	border-left:   0px solid #666666;

	line-height:  150px; /* 200%; */
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 10px;
}


TABLE TD.req_a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;		/* 上、右、下、左 */
	vertical-align :top;

	font-size:100%;
	font-weight:bold;
	color:#993333;
	
	border-bottom: 0px solid #c0c0c0; /* 線 */
	border-left:   0px solid #c0c0c0; /* 線 */
	border-right:  0px solid #c0c0c0; /* 線 */

}

TABLE TD.req_b{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;		/* 上、右、下、左 */
	vertical-align :top;

	font-size:100%;
	font-weight:bold;
	color:#000099;
	
	border-bottom: 0px solid #c0c0c0; /* 線 */
	border-left:   0px solid #c0c0c0; /* 線 */
	border-right:  0px solid #c0c0c0; /* 線 */

}
