/****************************************************************************************************/
/*	Style for preview images for Opera 7															*/
/*		Copyright (c) 2004 by FAR/RAKUDA All Rights Reserved.	Last Modified at 2004.06.12			*/
/****************************************************************************************************/
/*	ウィンドウからはみ出る画像をウィンドウサイズに調整します										*/
html > body table:first-child > tbody:first-child > tr:first-child > td:first-child > img:first-child
{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
	max-height:100%;
	z-index:-1;
}
