@charset "utf-8";
/* CSS Document */
#mainVisual {
	margin:0px auto;
	width:980px;
	height:545px;
	text-align:center;
}

#swf{
	position:relative;
	width: 980px;
	height: 545px;
	float: left;
}

#swf ul#images li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#swf ul#images li.active {
    z-index:10;
}

#swf ul#images li.last-active {
    z-index:9;
}

#swf ul#text li {
    position:absolute;
    top:75%;
    right:0px;
    z-index:15;
	padding:5px;
	/*background-color:#0CF;*/
	color:#000;
	opacity:0;
	width:750px;
	min-height:10px;
	font-size:45px;
	text-align:right;
	font-family:TrajanPro-Regular;
}

#swf ul#text li.active {
    z-index:17;
}

#swf ul#text li:first-child{
	position:absolute;
    top:50%;
	margin-top:-70px;
    left:50%;
	margin-left:-200px;
    z-index:15;
	/*background-color:#0CF;*/
	color:#000;
	opacity:0;
	width:418px;
	min-height:136px;
	font-size:45px;
	text-align:center;
	font-family:TrajanPro-Regular;
	}

#swf ul#text li.last-active {
    z-index:16;
}

.top, .bottom{
	position:relative;
	  width:100%;
	  height:45px;
	  background-color:#00C;
	  z-index:1000;
	}




