@charset "utf-8";

#index_main {
	width: 540px;
	height: 250px;
	float: left;
	margin-bottom: 20px;
}
#index_banner {
	width: 540px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
}
.banner_left {
	width: 330px;
	float: left;
}
.banner_right {
	display: inline;
	width: 200px;
	float: left;
	margin-left: 10px;
}

#index_banner .banner_freshers {
	width: 330px;
	height: 100px;
	float: left;
	background: url(../images/banner_freshers.gif) no-repeat;
	text-indent: -9999px;
}
#index_banner .banner_career {
	width: 200px;
	height: 45px;
	float: left;
	background: url(../images/banner_career.gif) no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#index_banner .banner_parttime {
	width: 200px;
	height: 45px;
	float: left;
	background: url(../images/banner_parttime.gif) no-repeat;
	text-indent: -9999px;
}

#topics {
	width: 520px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding^bottom: 10px;
	margin-bottom: 50px;
}
#topics dl {
	width: 520px;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
#topics dt {
	width: 500px;
	float: left;
	background: url(../common/images/list_icon_m_freshers.gif) left center no-repeat;
	line-height: 2em;
	color: #5FA431;
	padding-left: 20px;
}
#topics dd {
	width: 500px;
	float: left;
	padding-left: 18px;
}
#topics strong {
	font-weight: bold;
}
#disaster_news {
	width: 540px;
	height: 170px;
	clear: both;
	float: left;
	margin-bottom: 20px;
}

