@import url("../css/base.css");

/* 左コンテンツ */
#Header {
	height:200px;
}

#SubMain h1 {
	display:none;
}

h3 {
	margin:0 0 20px;
}

h4 {
	margin:0 0 10px;
	padding:5px 0;
	border-bottom:2px #999 solid;
	background-color:#eee;
	letter-spacing:1px;
}

p.red {
	margin-left:10px;
	color:#d00;
}

table.recruit {
	margin:0 5px 20px;
	border-collapse:collapse;
	border-spacing:0;
	width:480px;
}

table.recruit th,
table.recruit td {
	padding:10px;
	letter-spacing:1px;
	vertical-align:top;
	line-height:1.4;
}

table.recruit th {
	border-bottom:1px #fff solid;
	width:90px;
	text-align:left;
	white-space:nowrap;
	background-color:#f4f4f4;
}

table.recruit td {
	border-bottom:1px #f4f4f4 solid;
}

table.recruit td table td {
	padding:0 5px 5px 0;
	vertical-align:middle;
}

