@import url("common.css");

#index_banner {
	background-color: #e3e4e7;
	float: left;
	width: 648px;
	border: 1px solid #ddd;
	margin-bottom: 1em;
}

#index_banner #left {
	float: right;
	padding: 10px;
	width: 281px;
	display:inline;
}

#index_banner img {
	float: left;
}

#hot {
	background-color: #e3e4e7;
	float: left;
	margin: 1em 0;
	width: 100%;
	padding-bottom: 10px;
}
#hot h2 {
	background-color: #c5c8cc;
	padding: 5px 0 5px 10px;
}