@charset "Shift-JIS";

/* ------------------------------------------------------
   Products Style
------------------------------------------------------ */

/*----------- importStyle -----------*/

@import "common.css";

/*-----------------------------------*/

/*----------- container -----------*/

#containerProducts {
	width: 900px;
	height: 496px;
	background: url(../../products/images/main_bg.jpg) no-repeat center bottom;
}

#containerProducts h2 {
	float: none;
	padding: 53px 0 35px 0;
}

ul#productNavi {
	padding: 0 30px;
}

ul#productNavi li {
	float: left;
}



#containerSphene {
	width: 900px;
	height: 654px;
	position: relative;
	background: url(../../products/images/sphene_bg.jpg) no-repeat center bottom;
}

#containerRose h2,
#containerSphene h2 {
	float: none;
	padding: 53px 0 40px 0;
}

#product01 {
	position: absolute;
	top: 241px;
	left: 304px;
}

#product02 {
	position: absolute;
	top: 241px;
	left: 614px;
}

#product03 {
	position: absolute;
	top: 480px;
	left: 89px;
}

#product04 {
	position: absolute;
	top: 480px;
	left: 461px;
}

#product05 {
	position: absolute;
	top: 582px;
	left: 131px;
}



#containerRose {
	width: 900px;
	height: 654px;
	position: relative;
	background: url(../../products/images/rose_bg.jpg) no-repeat center bottom;
}

#product06 {
	position: absolute;
	top: 417px;
	left: 125px;
}

#product07 {
	position: absolute;
	top: 549px;
	left: 372px;
}

#product08 {
	position: absolute;
	top: 487px;
	left: 683px;
}

#product09 {
	position: absolute;
	top: 582px;
	left: 195px;
}

