@charset "UTF-8";
#wrapper {
	margin:0 auto;
	width:980px;
}

#header {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:90px;
	z-index:100;
	background:url(../img/nav/bg_nav_low.png) no-repeat center top;
}
#headerInner {
	position:relative;
	margin:0 auto;
	width:980px;
}

#contents {
	margin-top:580px;
}


/* //////////////////////////////////////////////////

　時刻

////////////////////////////////////////////////// */
#header #time {
	position:relative;
	margin:170px 0 0 5px;
}
*html #header #time {
	padding-top:120px;
}
#header #currentTime {
	position:absolute;
	top:5px;
	left:20px;
}
*html #header #currentTime {
	padding-top:120px;
}


/* //////////////////////////////////////////////////

　ムービー

////////////////////////////////////////////////// */
#tab {
	width:640px;
	height:478px;
	background:url(../img/index/bg_movie.png) no-repeat;
}

.tabContent {
	margin:0 0 0 9px;
	padding:8px 0;
}
.tabContent .flashContent {
	float:left;
	margin-right:10px;
}

.idTabs {
	clear:both;
}
#tab li {
	display:inline;
	float:left;
	margin:5px 2px 0 9px;
}
#tab li a img {
	border:3px solid #7b7b7b;
}
#tab li a:hover img,
#tab li a.selected img {
	border:3px solid #d9d9d9;
}
#tab .label {
	padding-top:5px;
}








