@charset "UTF-8";
.backgroundtop {
	background-image: url(image/background-top.png);
	background-repeat: no-repeat;
}
.backgroundbody {
	background-image: url(image/background-body.png);
	background-repeat: no-repeat;
}
.backgroundcolor {
	background-image: url(image/background-body-color.gif);
	background-repeat: no-repeat;
}
.backgroundright {
	background-image: url(image/background-right.png);
	background-repeat: no-repeat;
}
.backgroundtrim {
	background-image: url(image/background-trim.png);
	background-repeat: no-repeat;
}
.backgroundfooter {
	background-image: url(image/background-footer.png);
	background-repeat: no-repeat;
}

