#slider {
    width: 905px; /* important to be same as image width */
    height: 240px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom:10px;
	font-size: 14px;
	line-height: 140%;
}

#slider li a:link       {color:#fff;text-decoration:underline;} 
#slider li a:visited    {color:#fff;text-decoration:underline;} 
#slider li a:active     {color:#fff;text-decoration:none;} 
#slider li a:hover      {color:#fff;text-decoration:none;} 

#sliderContent {
    width: 905px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 905px;
	background-color: #003399;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
	line-height: 140%;
}

/*ロイヤル*/
.top {
	top: 0;
	left: 0px;
	width: 360px !important;

}
/*ガラロン*/
.bottom {
	bottom: 0;
    left: 0px;
}
/*夜8時まで*/
.bottom2 {
	bottom: 0;
    left: 50px;
	width: 220px !important;
	height: 30px;

}
/*1枚目*/
.bottom3 {
	bottom: 0;
    left: 0px;
	width: 230px !important;
	height: 30px;
}

/*PPR*/
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 40px;
}

/*サンセット*/
.right {
	right: 0;
	bottom: 0;
	width: 180px !important;
	height: 20px;
}
