@charset "utf-8";

#recruit{
	position:relative;
	left:16px;
	width:600px;
}

#recruitTitle {
	position:relative;
	width:600px;
	height:47px;
	display:block;
	background-image:url(../img/recruitment_title.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.caption{
	margin:10px 0px;
	width:600px;
	height:25px;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
}

#model{
	background-image:url(../img/caption_01.gif);
}

#editor{
	background-image:url(../img/caption_02.gif);
}

#stylist{
	background-image:url(../img/caption_03.gif);
}

#staff{
	background-image:url(../img/caption_04.gif);
}

#condition{
	background-image:url(../img/caption_05.gif);
}

.recruitTxt{
	margin-left:9px;
	margin-bottom:14px;
}

.recruitBold{
	margin-left:9px;
	color:#7f6407;
	font-weight:bold;
}

#recruitAttention{
	margin-left:9px;
	color:#da027f;
}

#recruitPdf {
	position:relative;
	margin:16px;
	width:220px;
	height:35px;
}

#recruitPdf a{
	display:block;
	width:220px;
	height:35px;
	text-decoration:none;
	background-image:url(../img/pdf_button.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#recruitPdf a:hover{
	background-position:0px -35px;
}


