#btn_group {
	background-color:white;
	padding:10px 0;
	margin:0 auto;
}
#btn_search , #btn_plan {
	width:190px;
	margin:0 auto;
}
#btn_search a , #btn_plan a {
	display:block;
	width:190px;
	height:55px;
	margin:0 auto;
}
#btn_search a {
	background:url(https://img.travel.rakuten.co.jp/share/image_up/39197/LARGE/90647960a9a77b23b5608aaf8603f955fe682c74.47.9.26.3.jpg) no-repeat;
}
#btn_plan a {
	background:url(https://img.travel.rakuten.co.jp/share/image_up/39197/LARGE/0686c8b77576e4dd9526d8b176ba927716c15e3d.47.9.26.3.jpg) no-repeat;
}
#photo {
	width:620px;
	height:300px;
}
.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;
}

#slide {
width:950px;
height:500px;
/*margin:0 auto;*/
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}