﻿h2 {
	font-size: 14px ;
	font-weight: bolder;
	color: #4D0000;
	text-decoration: none;
	margin: 0px;
	text-align: left;
}

/* ページ上の画像（小）
---------------------------------------------*/
div#imgbgd {
	width: 920px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/img_bgd02.gif');
}
div#img {
	width: 900px;
	height: 200px;
	position: relative;
	left: 10px;
	top: 10px
}

/* コンテンツ部分全体
---------------------------------------------*/
div#contents {
	margin: 10px 10px 0px 0px;
	position: relative;
	width: 920px;
	height: 500px;
	float: left;
	top: 0px;
	right: 30px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
}

/* 現在募集がない場合
---------------------------------------------*/
div#recruit_no {
	position: relative;
	width: 900px;
	height: 400px;
	float: left;
	padding-left: 10px;
}

/* 募集要項の表
---------------------------------------------*/
table.bosyu {
	background-color: #CCCCCC;
}
td.white {
	background-color: #FFFFFF;
}
td.lightgray {
	background-color: #DDDDDD;
}
td.gray {
	color: #FFFFFF;
	background-color: #666666;
}
