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


/*===========================================

    recruit
	
	employee
	
	index.css
		
===========================================*/

/* タイトル */
div#contents h3 {
	float: left;
	width: 120px;
	padding: 25px 0 0 0;
}
	/* ie6以下に適用 */
	* html div#contents h3 {
		padding-left: 10px;
	}

div#contents p {
	margin-left: 120px;
	padding-top: 30px;
}


/* 社員紹介Flash */
div#contents div#enployeeflash_back {
	clear: left;
	width: 692px;
	height: 412px;
	margin-top: 25px;
	padding: 21px 98px 39px 190px;
	background: url(../img/back.gif) top no-repeat;
}

	/* ie6以下に適用 */
	* html div#contents div#enployeeflash_back {
	padding: 21px 93px 39px 195px;
	}


/*
    footer	フッター
===========================================*/
	/* ie6以下に適用 */
	* html div#footer {
		margin-top: -50px;
	}

