@charset "utf-8";

#main_banner_fs {
	width: 540px;
	height: 265px;
}
#main_bannerbox {
	width: 538px;
	position: absolute;
	border: 1px solid #cebfab;
}

#slider img {
	border: none;
	z-index: 1;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li {
	width: 540px;
	overflow: hidden; 
}

#controls {
	position: absolute;
	top: 463px;
	height: 0px;
	width: 540px;
	height: 10px;
	z-index: 2;
}
#controls ul {
	float: right;
	margin-right: 261px;
}
#controls li {
	float: left;
}
#controls a {
	display: block;
	background: url(../c_img/bloc/topImages/slide_point.gif) no-repeat;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	overflow: hidden; /* Firefox対策 */
}
#controls a span {
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
}
#controls a.current span {
	background: url(../c_img/bloc/topImages/slide_point_over.gif) no-repeat;
	width: 8px;
	height: 8px;
/*	filter: alpha(opacity=100); */
/*	-moz-opacity: 1.00; */
/*	opacity: 1.00; */
}

span {
	margin: 0px;
	padding: 0px;
}


.brand_banner_width {
	width: 532px;
	padding: 3px;
}
.brand_banner_width a { display:inline; }