@charset "utf-8";

#topImg, 
#slideImg {
	width: 1000px;
}

/*トップメインイメージ*/
#topImg {
	height: 380px;
	margin: 20px auto 0px auto;
	overflow: hidden;
	_zoom:1;
}

/*スライドショー*/
#slideImg {
	position: relative;
	width: 1000px;
	height: 360px;
	background-color: white;
}
#slideImg:before, #slideImg:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #999;
	-webkit-box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	box-shadow: 0 15px 10px #999;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#slideImg:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*ユーチューブ*/
#youTube {
	display: inline;
	float: right;
	width: 320px;
	height: 285px;
}
#youTube h3 {
	width:320px;
	height:35px;
	background: url(../images/top/h3_video.jpg) no-repeat left top;
	text-indent: -9999px;
}

/*町の紹介*/
#aboutBox {
	position: relative;
	width: 398px;
	height: 368px;
	margin: 0;
	padding: 10px;
	background: url(../images/top/bg_about.jpg) no-repeat right bottom;
	border: 1px solid #DDD;
	font-size: 77%;
}
#aboutBox h3 {
	width: 398px;
	height: 29px;
	margin-bottom: 10px;
	background: url(../images/top/h3_about.png) no-repeat left top;
	text-indent: -9999px;
}
#aboutBox a {
	position: absolute;
	right: 9px;
	bottom: 9px;
}
#aboutBox p {
	font-size: 120%;
	line-height: 1.5em;
}

/*フッターバナー*/
#footerBnr {
	float: right;
	margin: 0px auto 30px auto;
	width: 740px;
	padding: 9px;
	border: 1px solid #DDD;
}

#footerBnr img { margin-right: 10px; }
