body {
	background-color: #F6F6F6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
}
.style2 {
	color: #6790BC;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.style3 {
	color: #666666;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.style4 {
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #69c;
	font-weight:bold;
}
.style5 {
	font-size: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #f60;
	font-weight:bold;
}
.style6 {
	font-size: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #fff;
	font-weight:bold;
}
.style7 {
	font-weight: bold;
}

.tablestyle {
	border: 2px solid #6790BC;
}
.tablestyle td {
	border: 1px solid #808080;
}

/* Work Table */
.workTable{
	width:700px;
	margin:5px 29px;
}
.workTable table{
	border-collapse:collapse;
	margin:3px 1px;
	width:173px;
}
.workTable table td,
.workTable table th{
	border:1px solid #ccc;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	color:#666666;
}
.workTable table th{
	background:#FFFFcc;
	font-weight:normal;
	white-space:nowrap;
	width:65px;
}
.workTable table .tdfirst{
	width:85px;
}

#pickupMenu{
	width:547px;
	margin:0;
	padding:0;
	list-style:none;
	height:25px;
	background: url(../img/interview/bg_line.gif);
}

#pickupMenu table{
	margin:0;
	padding:0;
	border:none;
}
.onLeft {
	height:25px;
	padding:5px 3px 0 10px;
	background: url(/images/commons/bg_onLeft.gif) no-repeat;
}
.offLeft {
	height:25px;
	padding:5px 3px 0 10px;
	background: url(/images/commons/bg_offLeft.gif) no-repeat;
}
.offLeft a{
	text-decoration:none;
}
.onRight {
	height:25px;
	background: url(/images/commons/bg_onRight.gif) no-repeat;
}
.offRight {
	height:25px;
	background: url(/images/commons/bg_offRight.gif) no-repeat;
}

.tx12h17bOrg {font-size:12px; line-height:17px; font-weight:bold; color:#FF6600}

#pickupMenu {
	background-image: url(/images/commons/bg_line.gif);
	background-repeat: repeat-x;
	width: 721px;
	text-align: left;
	margin-left: 19px;
	margin-right: 19px;
}

/* inqBlock */
.inqBlock{
	border:1px solid #99bbdd;
	background:#f5f9ff;
	padding:10px;
}