.clearfix:after{
	clear:both;
	display:table;
	content:'';
}
img {
	width:100%;
	margin-top:-100px;
}
#body {
	padding:5px;
	width:960px;
	margin:0 auto;
}
#slide /*1*/{
	border:1px black dotted;
	height:150px;
	overflow:hidden;
}
#slide img {
	margin-top:-30px;
	
}
#slide:hover img {
	
	width:102%;
	margin-left:-1%;
}
#menu /*2*/{
	
	border:1px black dotted;
	height:30px;
	margin-top:10px;
}
#contents {
	margin-top:10px;
}
#massage /*3*/{
	overflow:hidden;
	border:1px black dotted;
	height:216px;
	width:475px;
	float:left;
	border-radius:20px;
	
}
#massage img {
	margin-top:-30px;
	
}
#banner /*4567*/{
	overflow:hidden;
	width:477px;
	float:left;
	margin-left:5px;
}
#banner>div{
	border:1px black dotted;
	height:45px;
	margin-top:10px;
}
#banner>div:first-child{
	margin-top:0;
	overflow:hidden;
}
#banner>div:nth-last-child(3){
overflow:hidden;

}
banner>div:nth-last-child(3) img{
margin-top:-30px;

}
#banner>div:nth-last-child(2){
overflow:hidden;
}
#banner>div:last-child{
	overflow:hidden;
}
#foot /*8*/{
	
	border:1px black dotted;
	height:35px;
	margin-top:10px;
	text-align:center;
	padding-top:15px;
}
