@charset "utf-8";

#slideshow {
	height: 219px;
	position: relative;
	width: 877px;
	margin-left: auto;
	margin-right: auto;
}
#main_visual {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	width: 580px;
	height: 320px;
	padding-top: 3px;
}
#main_visual .mainimg {
	margin-top: 23px;
	margin-left: 3px;
	width: 580px;
	height: 320px;
}
#main_visual .mainimg div{
	position:absolute;
}

#leftArrow {
	background: url(../images/slideshow/arrow_left.png) center center no-repeat;
	width: 50px;
	height: 320px;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 200;
	cursor: pointer;
}
#rightArrow {
	background: url(../images/slideshow/arrow_right.png) center center no-repeat;
	width: 50px;
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 200;
	cursor: pointer;
	height: 320px;
}

#slideshow_menu{
	width: 580px;
	position:relative;
}

#slideshow_menu ul {
	margin-left: 9px;
	margin-top: -15px;
	_margin-top: -10px;
	position: relative;
	height: 70px;
	width: 580px;
}

*:first-child+html #slideshow_menu ul {
	margin-top: -10px;
}

#slideshow_menu ul li {
}

.btn1 {/*左ボタン*/
	width : 184px;
	position : absolute;
	top : 0;
	left : 0;
}

.btn2 {/*中ボタン*/
	width : 184px;
	position : absolute;
	top : 0;
	left:190px;/*左ボタンの width だけズラす*/
}

.btn3 {/*右ボタン*/
	width : 184px;
	position : absolute;
	top : 0;
	left:380px;/*左ボタンと中ボタンの width の和だけズラす*/
}


#slideshow_menu li img {
	position: absolute;
	width: 184px;
	height: 69px;
	/* [disabled]z-index: 0; */
}


/*IE向け*/
#main_visual .mainimg_ie {
	height: 100%;
	margin-top: 27px;
}

#main_visual .mainimg_ie div{
	position:absolute;
	top:29px;
	left:6px;
}

.slideshow_menu_ie{
	position:relative;
	margin-left: 14px;
	_margin-left:-980px;
}
.slideshow_menu_ie ul {
	margin-left: 1px !important;
	margin-top: -35px;
	_margin-top: -10px;
}
*:first-child+html .slideshow_menu_ie ul {
	margin-top: -10px;
}

#main_bg {
	position: absolute;
	width: 580px;
	height: 300px;
	margin-top: 20px;
}
