@charset "utf-8";
/* --------------------------- メイン部 */
div.top_message {
}
div.top_message h1{
	background-color:#b4ffc8;
	height:20px;
}

div.questionare_title {
	background: url("../img/harvest/present/form_title.jpg") no-repeat;
	width:800px;
	height:250px;
	overflow: hidden;
	margin-bottom: 5px;
}

/* 応募フォームへ */
div.questionare_title div.oubo a.jump{
	position:absolute;
	margin-top: 165px;
	margin-left: 635px;
	width: 150px; /* 画像1枚分の横幅 */
	height: 72px; /* 画像1枚分の高さ */
/*	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("http://www.aizu-concierge.com/img/harvest/present/form_btn.png"); /* 画像ファイル名 */
}

div.questionare_title div.oubo a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}