@charset "UTF-8";
/*=========================================

idx_slideshow/jquery.slideshow.css
                                                                  
===========================================*/

#slideWrap {
	width: 240px;
	height:432px;
	}
.headerimg {
	width: 240px;
	height:432px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	text-align: left;
	}
#slideTxt {
	clear:both;
	position: absolute;
	left:0;
	top:0;
	margin-top:15px;
	margin-left: 15px;
	}
#firstline	{
	display: none;
	}
#secondline  {
	display: block;
	width: 240px;
	height:432px;/*クリッカブルエリアのサイズ*/
	text-indent:-9999em;
	outline: none;
	}
/* -----navigation----- */
#slideNav { 
	/*height:110px;
	position: absolute;
	top: 102px;
	left:1010px;
	z-index: 20000;
	*/
	display: none;
	}

/* -----control----- */
.btn { 
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
	}
#back {
	background-image:url("/common/js/slideshow/images/btn_back.png");
	}
#next {
	background-image:url("/common/js/images/btn_next.png");
	}
#control {
	background-image:url("/common/js/images/btn_pause.png");
	}

