@charset "utf-8";
/* CSS Document */


/**================================= contents Setting =================================**/

#contents_main .main_right{
	width				:	280px;
	float				:	left;
}

#bottom_link{
	width				:	710px;
	margin-left			:	20px;
}

/**================================= お問い合わせ　共通 Setting =================================**/

#contents_main #recruit_main {
	width				:	721px;
	height				:	352px;
	border				:	1px #CCCCCC solid;	 
	background-color	:	#f9f9f9;	
	margin				:	20px auto 0;
	font-size			:	0.85em;
	position			:	relative;
	margin-bottom		:	150px;
}

#contents_main #recruit_main p{
	position			:	absolute;
	top					:	50%;
	left				:	50%;
	margin-left			:	-178px;
	margin-top			:	-13px;
}


