@charset "UTF-8";

@import url("../common.css");
@import url("pages.css");


/* recruit adviser index */

#indexBody {
	width:820px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	}

#indexLeft {
	float:left;
	width:570px;
	}
#indexCenter {
	float:left;
	width:240px;
	}
#indexRight {
	float:right;
	width:10px;
	}


#foot ul {
	float:left;
	width:137px;
	margin-top:10px;
	line-height:10px;}
#foot address {
	float:right;
	width:271px;
	}
