@charset "utf-8";


div.recruit {
	width:900px;
	margin:0 auto;
	padding-top:184px;
	text-align:center;
	background-color:#fcf8e5;
	}

div.recruit h3 img {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:2px solid #000;
	}

div.photos {
	zoom:1;
	width:670px;
	margin:0 auto;
	}

div.photos:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}

div.photos p {
	float:left;
	width:200px;
	margin:15px 5px;
	padding:5px;
	border:1px solid #999;
	font-size:85%;
	text-align:center;
	background:#fff;
	}

* html body div.photos p {
	margin:15px 4px;
	}

/* @group table.recruit */

div.recruit table.recruit {
	width:600px;
	margin:30px auto 30px auto;
	border-top:2px solid #7d4544;
	border-bottom:2px solid #7d4544;
	}

div.recruit table.recruit th {
	width:7em;
	padding:5px;
	text-align:left;
	white-space:nowrap;
	}

div.recruit table.recruit td {
	padding:5px;
	text-align:left;
	}

div.recruit table.recruit td ul {
	}

div.recruit table.recruit td ul li {
	list-style:disc;
	margin-left:2em;
	}

div.recruit table.recruit tr.odd th,
div.recruit table.recruit tr.odd td {
	background-color:#f7ecc6;
	}

div.recruit table.recruit tr.even th,
div.recruit table.recruit tr.even td {
	background-color:#fff;
	}

/* @end */

div.recruit div.message {
	width:600px;
	margin:0 auto;
	text-align:left;
	}

div.recruit div.message p {
	margin-bottom:1em;
	}

div.recruit div.message p.author {
	text-align:right;
	}

