/* ===========キャンペーン用=========== */

/* 全体サイズ */
#image{
	/* The width of the gallery */
	margin: 10px auto;
	width: 565px;
	overflow: hidden;
}

#image #slides{
	/* This is the slide area */
	height: 170px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 565px;
	overflow: hidden;
}

#image .slide{
	float: left;
}
#image.slide a:hover img{
	filter:alpha(opacity=65); /*IE*/
	-moz-opacity:0.65; /*FF*/
	opacity:0.65;
}
#image #admenu{
	height: 60px;
	border-top: 1px solid #fff;
}

#image ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#image li{
	width: 113px;
	height: 60px;
	float: left;
	overflow: hidden;
	display: inline-block;
}

#image li.inact:hover{
	background-image: url(../img/campaign/hover.gif) ;
	background-position: center bottom;
	background-repeat: no-repeat;

}

#image li.act,li.act:hover{
	background-image: url(../img/campaign/on.gif) ;
	background-position: center bottom;
	background-repeat: no-repeat;

}
#image li.act a{
	cursor: default;
}
#image li a{
	display: block;
	width: 133px;
	height: 55px;
}
