#PanelShow
{
	color			:	#ffffff;
	margin			:	10px 0px 10px 0px;
	padding-top		:	100px;
	height			:	320px;
	background-image	:	url(./image/Background.png);
	background-repeat	:	no-repeat;
	position		:	relative;
}
#PanelShowTitle
{
	position		:	absolute;
	top			:	10px;
	width			:	960px;
	text-align		:	center;
	font-size		:	125%;
}
#PanelShowMenu
{
	position		:	absolute;
	top			:	12px;
	right			:	120px;
}

#PanelFrame
{
	position		:	relative;
	overflow		:	hidden;
	height			:	200px;
}
div.PanelPhotoMenu
{
	float			:	left;
}
div.PanelPhotoList
{
	border			:	solid 1px #cccccc;
	padding		:	2px;
	background-color	:	#ffffff;
	float			:	left;
	margin			:	0px 6px 10px 0px;
}
div.PanelProductListFormat
{
	position		:	absolute;
	width			:	180px;
	height			:	160px;
	padding		:	10px 0px;
	color			:	#000000;
	background-color	:	#ffffff;
	text-align		:	center;
	margin			:	15px 0px 0px 15px;
}

