@charset "utf-8";
/*==================================
CSS Document : Body : Background
==================================*/
#renetBody {
	background: url(../img_common/bg_renet.jpg) no-repeat center top fixed #000000;
}

#renetBodySix {
	background: url(../img_common/bg_renet_six.jpg) no-repeat center top fixed #000000;
}
#renetBodyRev {
	background: url(../img_common/bg_renet_rev.jpg) no-repeat center top fixed #000000;
}
#renetBodyOne {
	background: url(../img_common/bg_renet_one.jpg) no-repeat center top fixed #000000;
}
#renetBodyRev2 {
	background: url(../img_common/bg_renet_rev2.jpg) no-repeat center top fixed #000000;
}

#transparentBody {
	background-color: transparent;
}

#renetTopBody, #renetTopJpBody, #renetTopGlbBody {
	height: 100%;
	min-height: 100%;
}
#renetTopBody {
	background: url(../img_common/bg_renet.jpg) no-repeat center top fixed #000000;
}
#renetTopJpBody {
	background: url(../../share/heatmap/bg_jp.jpg) no-repeat center top fixed #000000;
}
#renetTopGlbBody {
	background: url(../../share/heatmap/bg_us.jpg) no-repeat center top fixed #000000;
}

body > #renetTopMaskJp {
	height:auto;
}
body > #renetTopMaskGlb {
	height:auto;
}
#renetTopMaskJp, #renetTopMaskGlb {
	height: 100%;
	min-height: 100%;
}
#renetTopMaskJp {
	background: url(../img_common/bg_renet_mask_jp.png) no-repeat center top fixed;
}
#renetTopMaskGlb {
	background: url(../img_common/bg_renet_mask_us.png) no-repeat center top fixed;
}


/*==================================
CSS Document : Wrapper : BgFlow
==================================*/
body > #wrapper {
	height: auto;
}

#wrapper, #wrapRear, #wrapFore {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	color: #a9a9a9;
}
#wrapRear {
	background: url(../img_common/bg_renet_wrap_rear.png) repeat 20% 20% fixed;
}
#wrapFore {
	background: url(../img_common/bg_renet_wrap_fore.png) repeat 90% 110% fixed;
}