@charset "utf-8";
/* CSS Document */


#leftmenu {
	background-color: #000000;
	height: 470px;
	width: 212px;
	float: left;
	position: relative;
	left: 0px;
	right: 0px;
}
#maincontents {
	height: 470px;
	width: 758px;
	background-color: #212121;
	float: right;
}
#maincontents #price {
	height: 470px;
	width: 545px;
	float: left;
}
#rightmenu {
	background-color: #000000;
	height: 470px;
	width: 213px;
	background-image: url(etc/Lorinser_w.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
}
h2 {
	font-size: 1.0em;
}
h3 {
	font-size: 0.8em;
}

