@import url("style.css");

*
{
	margin: 0px;
	padding: 0px;
}

#recruit
{
	border-color: #4A612B;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	width: 600px;
}

#recruit h1
{
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 120%;
    color: #4A612B;
}

#recruit h2
{
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 5px;
	font-size: 100%;
	color: #4A612B;
	border-left-color: #4A612B;
	border-left-style: solid;
	border-left-width: 5px;
	background-color: #EAF1D5;
}

.recruit_image_content
{
	text-align: center;
}

.recruit_image
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.recruit_image li
{
	width: 260px;
	height: 200px;
	list-style: none;
	display: inline;
}

.recruit_title
{
    text-indent: 10px;
	font-size: 100%;
}

.recruit_date
{
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 60%;
}

.recruit_header
{
	background-color: #CBE49E;
	width: 100%;
}

.recruit_header table
{
	width: 590px;
}

.recruit_header table ul
{
	margin-left: 5px;
	padding: 5px;
}

.recruit_header table li
{
	list-style: none;
	display: inline;
}

.recruit_body ul
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.recruit_body p
{
	padding: 10px;
	font-size: 100%;
}

.recruit_body table
{
	width: 590px;
}

.recruit_content
{
	clear: both;
}

.recruit_content table
{
	width: 590px;
}

.recruit_content table th
{
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	color: #4A612B;
	border-top-color: #899672;
	border-top-style: dotted;
	border-top-width: 3px;
}

.recruit_content table td
{
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 450px;
	max-width: 450px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	border-top-color: #899672;
	border-top-style: dotted;
	border-top-width: 3px;
}

.recruit_content_title
{
	padding-left: 5px;
	border-left-color: #4A612B;
	border-left-style: solid;
	border-left-width: 5px;
}

.recruit_job span {
    width: 130px;
    margin: 0px;
    padding: 2px;
    font-size: 80%;
    color: #FFF;
    background-color: #988D6B;
    text-align: center;
    display: block;
}

#apply_button
{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#result_button
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


