
@import "default.css";

.indexblock {
	position:relative;
	width:950px;
	height:865px;
	margin:0 0 20px 0;
}

.indexblock .blockimage {
	position:absolute;
	z-index:1;
}

.indexblock .info {
	position:absolute;
	z-index:3;
	top:20px;
	left:20px;
	background-image:url(../image/index/info.png);
	background-repeat:repeat;
	background-position:left top;
	width:215px;
	border:2px solid #0D4A64;
}

.indexblock .caption1 {
	position:absolute;
	z-index:3;
	top:10px;
	right:0px;
}

.indexblock .caption2 {
	position:absolute;
	z-index:3;
	top:195px;
	right:0px;
}

.indexblock .day {
	position:absolute;
	z-index:2;
	top:5px;
	right:495px;
}

.indexblock .youtube {
	position:absolute;
	z-index:3;
	bottom:330px;
	right:0px;
	padding:10px;
	background-image:url(../image/bg_map.png);
	background-repeat:repeat;
	background-position:center top;
}

.indexblock .map {
	position:absolute;
	z-index:3;
	bottom:0px;
	right:0px;
	padding:10px;
	background-image:url(../image/bg_map.png);
	background-repeat:repeat;
	background-position:center top;
}

.youtube .tab  {
	margin:0;
	padding:0;
	list-style:none;
}

.youtube .tab li {
	padding: 10px;
	list-style: none;
	cursor: pointer;
	background: #eee;
	margin:0 0 3px 0;
}

.youtube .tab p {
	margin:0;
	height:50px;
}

.youtube .tab li.select {
	background: yellow;
}

.youtube .disnon {
	display: none;
}

.youtube .block {
	width: 260px;
	height: 220px;
}
