@charset "utf-8";
/* CSS Document */
#content{
	width:800px;
	height:600px;
}
#content2{
	width:800px;
	height:600px;
}
#content2_left{
	width:400px;
	height:600px;
	float:left;
	
	background:#F1EDB2;
	font-size:12px;
}

#content2_right2{
	width:400px;
	height:600px;
	float:right;
	background:url(images/ground3_right.jpg) no-repeat;
}
#content2_right3{
	width:400px;
	height:600px;
	float:right;
	background:url(images/ground2_right.jpg) no-repeat;
}
#buy{
	height:350px;
	text-align:left;
}
.titlebig{
	font-size:14px;
	font-weight:bold;
}
