@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	home.css
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
ul#slideNavOuter:after,
div#slideOuter:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html ul#slideNavOuter,
*:first-child + html div#slideOuter
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html ul#slideNavOuter,
* html div#slideOuter
{
	height: 1%;
}
/* End Win IE6 */




/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/

#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

					
					
------------------------------------------------------------------------------*/
div#slideOuter{
	width: 664px;
	height: 239px;
	background: #f19ca6 url(../../images/home/slideshow_btn_bg.png) repeat-x left 183px;
	border: 2px solid #f19ca6;
}

ul#slideMain{
	position: relative;
	width: 664px;
	height: 180px;
	margin-bottom: 2px;
/*	margin-left: 2px; */
	background-color: #fff;
	overflow: hidden;
}


ul.nowLoading{
	background:#fff url(../../images/slideshow/loading.gif) no-repeat center center!important;
}


ul#slideMain li{
	position: absolute;
	top :0;
	left: 800px;
	width: 664px;
}


ul#slideNavOuter{
	width: 664px;
	margin-top: 7px;
	background-color: #fff;
}


ul#slideNavOuter li{
	float: left;
	width: 164px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #f19ca6;
}

ul#slideNavOuter li{
	margin-right: 0px;
}

li#slideNav4{
	margin-right: 0;
}

li#white{
	width: 100%;
	height: 100%;
	background-color: #fff;
}


ul#slideNavOuter li.hover{
	border: 1px solid #ff6666;
}


ul#slideNavOuter li.hover img{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}


/* hover */
/* ul#slideMain li:hover, */
ul#slideNavOuter li:hover img{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}




/*------------------------------------------------------------------------------

					
					
------------------------------------------------------------------------------*/