/* CSS Document */

/* コンテンツ用基本テーブル定義 */
table.content_table {
	border-top:1px solid #000000;
	border-left:1px #000000 solid;
}

table.content_table th {
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	background-color: #FF6A6A;
	border-bottom:1px #000000 solid;
	border-right:1px #000000 solid;
	font-weight: normal;
}

table.content_table td {
	text-align:left;
	padding:5px;
	font-size:12px;
	line-height:16px;
	border-bottom:1px #000000 solid;
	border-right:1px #000000 solid;
}

/* 役員リスト用定義 */
dl.yakuin dt {
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0px;
}

dl.yakuin dd {
	margin-top:10px;
	margin-bottom:20px;
	line-height:18px;
}

/* 採用情報定義 */
p.makura {
	margin-bottom:15px;
}

p.jyouken{
	text-align:center;
	margin-bottom:15px;
	background-color:#CCCCCC;
	color:#990000;
	padding:5px;
}

/* 案件データ用テーブル */

table.anken th {
	color:#000000;
	text-align:center;
	padding:5px;
}

table.anken td {
	text-align:left;
	color:#000000;
	padding:5px;
	font-size:12px;
	line-height:16px;
}

/* 案件データ用格納用テーブル */

table.intable {
	border:1px solid #000000;
}

table.intable td {
	text-align:center;
	background-color:#EBEBEB;
	padding:5px;
	margin-bottom:5px 0px;
	font-size:12px;
}

/* 個人情報保護基本方針用 */

.syou {
	padding:3px 5px;
	margin-bottom:10px;
	background-color:#CCCCCC;
	color:#666666;
	font-size:12px;
}

.honbun {
	margin-bottom:20px;
	font-size:12px;
	line-height:16px;
}