#item_main
{
/*	position : relative;	*/
	margin   : 8px 10px 32px 10px;
	width    : 980px;
}
	#thumbnail
	{
		width : 100%;
	}
		#thumbnail div.item_block
		{
			float  : left;
			margin : 8px 0;
			width  : 196px;
			height : 160px;
		}
			#thumbnail div.item_block div.header
			{
			}
			#thumbnail div.item_block div.footer
			{
			}
			#thumbnail div.item_block div.body
			{
			}
				#thumbnail div.item_block div.body div.item_img
				{
					background : #ffffff;
					margin  : 0 14px;
					border  : 1px solid #666666;
					padding : 3px;
					width   : 160px;
					height  : 120px;
				}
					#thumbnail div.item_block div.body div.item_img img
					{
						width  : 160px;
						height : 120px;
					}
				#thumbnail div.item_block div.body div.item_name
				{
					text-align     : center;
					vertival-align : middle;
					padding        : 4px;
					width          : 188px;
					height         : 24px;
				}

	#windows
	{
		z-index  : 10;
		clear    : both;
		display  : none;
		position : fixed;
		top      : 50%;
		left     : 50%;
		margin   : -250px 0 0 -450px;
		width    : 900px;
		height   : 514px;
		background-image : url("../images/bk_window.gif");
		opacity  : 0;
		-moz-opacity : 0;
		filter   : alpha(opacity=0);
	}
		#windows div.item_window
		{
			position : absolute;
			top     : 0;
			left    : 0;

			z-index : 11;
			display : none;
			width   : 900px;
			height  : 514px;
		}
			#windows div.item_window div.header
			{
			}
			#windows div.item_window div.footer
			{
			}
			#windows div.item_window h3
			{
				position   : absolute;
				top        : 0;
				left       : 0;

				font-family : Arial,Helvetica,'ƒqƒ‰ƒMƒm–¾’© Pro W3','Hiragino Mincho Pro','‚l‚r ‚o–¾’©','MS PMincho',serif;
				display    : block;
				text-align : center;
				color      : #ffffff;
				padding    : 4px;
				width      : 892px;
				height     : 26px;
			}
			#windows div.item_window div.body
			{
				position : absolute;
				top      : 34px;
				left     : 0;

				width    : 900px;
				height   : 480px;
			}
				#windows div.item_window div.body div.item_img
				{
					position : absolute;
/*					top      : 34px;	*/
					top      : 0;
					left     : 0;
					width    : 640px;
					height   : 480px;
				}
					#windows div.item_window div.body div.item_img img
					{
						width  : 640px;
						height : 480px;
					}
				#windows div.item_window div.body div.param
				{
					position : absolute;
/*					top      : 34px;	*/
					top      : 0;
					right    : 0;
					width    : 260px;
					height   : 480px;
				}
					#windows div.item_window div.body div.item_thums
					{
						padding   : 4px 4px 3px 4px;
						border-bottom : 1px solid #999999;
						width     : 252px;
						height    : 80px;
						font-size : 8px;
					}
						#windows div.item_window div.body div.item_thums img
						{
							margin-right : 4px;
							width        : 80px;
							height       : 60px;
						}
					#windows div.item_window div.body div.item_formula
					{
						padding : 8px 8px 7px 8px;
						border-bottom : 1px solid #999999;
						width   : 244px;
						height  : 32px;
					}
					#windows div.item_window div.body div.item_home
					{
						padding : 8px 8px 7px 8px;
						border-bottom : 1px solid #999999;
						width   : 244px;
						height  : 64px;
					}
					#windows div.item_window div.body div.item_movie
					{
						padding : 8px 8px 7px 8px;
						border-bottom : 1px solid #999999;
						width   : 244px;
						height  : 16px;
					}
					#windows div.item_window div.body div.item_comment
					{
						padding : 8px;
						width   : 244px;
						height  : 200px;
					}
					#windows div.item_window div.body div.close
					{
						position : absolute;
						bottom   : 0;
						right    : 0;
						width    : 57px;
						height   : 57px;
					}
						#windows div.item_window div.body div.close a
						{
							display    : block;
							background-image : url("../images/btn_close1.gif");
							text-align : center;
							width      : 57px;
							height     : 57px;
						}
						#windows div.item_window div.body div.close a:hover
						{
							background-image : url("../images/btn_close2.gif");
						}
