﻿/* CSS レイアウト */
/* HTML entities -------------------*/

#mainUnit{
	background-color: #f9f9f9;
	padding: 10px;
	height: 800px;
}

#mainUnit p{
	margin: 5px 20px 5px 20px;
	font-size: 120%;
	line-height: 130%;
}


#tableUnit{
	margin: 10px 0 30px 10px;
	width: 600px;
	font-size: 130%;
	line-height: 150%;

}

#tableUnit table td{
	height: 130%;
}

.tableCell1,.tableCell2{
	width: 100px;
	text-align: center;
}
.tableCell3{
	padding: 0px 5px 0px 5px;
}

h4{
	margin: 10px 0 0 10px;
	padding: 0;
	border: 1px solid #a5d3e2;
	width: 250px;
	text-decoration: none;
	background-color: #edecba;
}

h4 img{
	margin: 1px 3px 0px 3px;
	padding: 2px 0 0 0;
	height: 0.8em;
}

#recruitNew,#recruitNext{
	margin: 10px 10px 30px 30px;
	line-height: 130%;
}
