/* CSS Document */

.scaledown {
	font-size: 75%;
	text-indent: 2em;
	}

.topImgContainer {
	display: block;	
	position: relative;
	width: 540px;
	height: 151px;
	}
	
.topImgContainer .itemImages01 {
	display: block;
	position: absolute;
	width: 128px;
	height: 71px;
	top: 5px;
	left: 85px;
	}
.topImgContainer .itemImages02 {
	display: block;
	position: absolute;
	width: 100px;
	height: 141px;
	top: 5px;
	left: 221px;
	}
	
.topImgContainer .topIcons {
	}
	
.topImgContainer .topIcons .topIcon01 {
	display: block;
	position: absolute;
	width: 147px;
	height: 50px;
	bottom: 4px;
	right: 50px;
	}
.topImgContainer .topIcons .topIcon02 {
	display: block;
	position: absolute;
	width: 38px;
	height: 15px;
	bottom: 13px;
	right: 7px;
	}

