@charset "utf-8";
/* CSS Document */
.mainContainer h2 {
	font-size:13px;
}
#interview {
	background:#fff;
	border:#ddd 1px solid;
	padding:5px 15px;
}
#interview ol li {
	border-bottom:#ddd dotted 1px;
	padding:10px 0;
	background-position:left center;
	background-repeat:no-repeat;
}
#interview ol li div {
	margin-left:40px;
}
#interview h3 {
	background:url(../images/icon3.png) left center no-repeat;
	text-indent:20px;
	border:none;
	margin:10px 0 5px 0;
}

#caution{
border-bottom:#ddd dotted 1px;
margin-bottom:10px;
}

#information{
margin-bottom:10px;
}

#information h4 {
	font-weight:bold;
}
#information h4 span,#information h4 span a {
	font-size:10px;
}
a#formBtn {
	display:block;
	width:111px;
	height:47px;
	background:url(../images/interview_formBtn.gif) left top no-repeat;
	text-indent:-9999px;
	margin:20px auto 0 auto;
}
a#formBtn:hover {
	background-position:0 -47px;
}
