#slide {
	float:left;	
}
#btn_group {
	float:left;
	width:310px;
	margin:20px 0 0 20px;
	background-color:white;
}
#btn_search , #btn_plan {
	float:left;
	width:145px;
}
#btn_search a , #btn_plan a {
	display:block;
	width:145px;
	height:60px;
}
#btn_search a {
	background:url(https://img.travel.rakuten.co.jp/share/image_up/5110/LARGE/bafe5450f9efff6ac86ec11af9dc84f730da1e9b.47.9.26.3.jpg);
}
#btn_plan a {
	background:url(https://img.travel.rakuten.co.jp/share/image_up/5110/LARGE/00207d33067b69b146b6dc585a8706d1f40ddc49.47.9.26.3.jpg);
}
#btn_search a:hover , #btn_plan a:hover {
	background-position:0 -60px;	
}
#photo {
	width:600px;
	height:280px;
}
.headline {
	float:left;
	letter-spacing:1px;
	color:forestgreen;
	font-size:20px;
	margin:25px 0 0 20px;
	/*border:forestgreen 1px dashed;
	padding:10px;*/
}
.description {
	background-color:dodgerblue;
	padding:5px;
	color:white;
	margin:0 auto 20px;
	border-radius:5px;
	line-height:1.5em;
	font-size:14px;
	letter-spacing:1px;
}