/**==========================================================	[ Products Solution /AdobeTrial ] 		Update 2009/08/19	@ Sony Marketing(Japan) Inc		--- "/vaio/solution/AdobeTrial/index.html"	===========================================================*//* h1_area overwrite */body div#container div#main div#h1_area {	}/* priceSection */html body div#container div#main div.priceSection div.leftImage {	float: left;	width: 365px;	margin-bottom:20px;}html body div#container div#main div.priceSection div.rightImage {	float: right;	width: 365px;	margin-bottom:20px;}/*-- left_image right_text --*/div.itemA {	width:100%; /*必ず width は指定する。(100 % などでも OK)*/	display:table;}div.itemA p.itemImage{	margin:0; /* table-cell で実現する場合と IE 6, 7 とで差が出ないようにmarginは0に設定*/	display:table-cell;	vertical-align:top;	width:1%;	/width:auto;	/float:left; /* IE 6, 7 */	padding-right: 15px;}div.itemA div.itemText{	display:table-cell;	vertical-align:top;	/zoom:1; /* IE 6, 7 */}