@charset "UTF-8";
/* CSS Document */

.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
table#wrap {
	color: #727171;
	text-decoration: none;
}
table.recruit {
	width: 710px;
	margin: 5px 0 0px 0;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px #000000 solid;
}
table.recruit th, table.recruit td {
	border-top: 1px #000000 solid;
	padding: 3px;
}
table.recruit th {
	width: 100px;
	background-color:#CCC;
	font-weight: normal;
}
table.button {
	width: 710px;
	margin: 0px 0 25px 0;
}
table.button th {
	width: 355px;
	text-align: right;
}
table.button td {
	width: 355px;
	text-align: left;
}

a.goto_top {
	display: block;
	width: 710px;
	text-align: right;
}