@charset "utf-8";
/*
	Site Name: ERA Japan
	Description: style import
	Version: 
	Author: 
*/

/* Set Base Style
----------------------------------------- */

@import url("default.css"); /* initial setting */
@import url("base.css");
@import url("contact.css");



/* Style for MacIE 5.x 
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/

/* set the width and height to match your images */
#slideshow {
	position:relative;
	height:460px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	width: 640;
	height: 245;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*化粧品用修正元-------------------*/

#slideshow02 {
	position:relative;
	height:460px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

