/* index

	recruit.css

	- navigations
	- pages
	- loacl
	
----------------------------------------------- */


/* navigations
----------------------------------------------- */
#navigations li#recruit a {
	display: block;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 60px;
	background: url(../../shared/img/navi.jpg) no-repeat -845px 0px;
}


/* pages
----------------------------------------------- */
.pages-clause h4 strong {
	color: #9865ca;
}

.pages-related h5 {
	display: block;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 150px;
	background: url(../../shared/img/recruit_h5.jpg) no-repeat;
	text-indent: -9999px;
	clear: both;
}


/* loacl
----------------------------------------------- */
#local-containe ul {
	margin-top: 0px;
	padding: 0;
	list-style: none;
	text-indent: 0;
	text-align: left;
	clear: both;
}

/* IE7 */
*:first-child+html #local-containe ul {
	margin-top: 0px;
	padding: 0;
	list-style: none;
	text-indent: 0;
	text-align: left;
	clear: both;
}

/* Mozilla */
:root #local-containe ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	text-align: left;
	clear: both;
}

#local-containe li a:hover {
	color: #9865ca;
}


