@charset "utf-8";
.body {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#slide {
	position:relative;
	overflow: hidden;
	height:180px;
	width: 560px;
	float: left;
	border: 1px solid #666666;
}
#slide img{
	border: 0;
	cursor: pointer;
	width: 560px;
	height: 180px;
}
.company {
	width: 287px;
	padding: 5px;
	height: 170px;
	float: left;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: none;
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
}
