﻿@charset "UTF-8";


/*---エリア分け---*/
.L-Area01 {
	width:470px;
	float:left;
}

.R-Area01 {
	width:470px;
	float:right;
}

/*---テーブル---*/
.Table_Frame_01 {
	width:470px;
}

.Table_Frame_01 table {
	border-collapse:collapse;
}

.Table_Frame_01 tr {
	border:1px solid #CCC;
}

.Table_Frame_01 th {
	text-align:left;
	font-weight:normal;
	border:1px solid #CCC;
	color:#FFF;
	background: url(../img/th_bg.jpg) repeat left top;
	padding:8px;
}

.Table_Frame_01 td {
	padding:8px;
	border:1px solid #CCC;
}

/*---テキスト---*/
.Txt-Em {
	font-weight:bold;
}

/*---お問い合わせ---*/
#Inquiry_Area {
	width:980px;
	height:100px;
	background: url(../../recruit/img/inquiry_bg.jpg) no-repeat left top;
}

#Btn_Inquiry02 a {
	float:left;
	display:block;
	width:445px;
	height:80px;
	background:url(../../recruit/img/btn_inquiry_on.png) no-repeat left top;
	margin:10px 0px 0px 10px;
}

#Btn_Inquiry02 a:hover {
	text-indent:-9999px;
}
