div#container {
	margin: 20px auto 20px auto;
	width: 900px;
	background: url(../images/bg_content.jpg);
}

div#content {
	margin: 20px 25px 20px 25px;
}

div#content h2, div#etcLeft p, div#etcRight p {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
div#etcLeft a img, div#etcRight a img {
	margin-top:10px;
}

div#etc {
	width: 850px;
	zoom: 100%;
}
div#etc:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
div#etcLeft {
	float: left;
	width: 300px;
}
div#etcRight {
	float: left;
	margin-left: 80px;
	width: 400px;
}
div#order {
	margin-top: 15px;
	width: 850px;
	height: 58px;
	background: url(../etc/images/order-trans.png) no-repeat;
}

