@charset "utf-8";
@import url("page_single.css");
@import url("../common_ns.css");

div#itembox h3.content_title{
	background-color: #FEEAF0;
}

div#job_contact_buttons p.buttons a{
	display: block;
	width: 300px;
	height: 56px;
	background-image: url(../../img/ns/btn_register.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}
div#job_contact_buttons p.buttons a:hover{
	background-position: 0 -56px;
}