#PanelList
{
	color			:	#ffffff;
	height			:	400px;
	background-image	:	url(./image/Panel/Background.jpg);
	background-repeat	:	no-repeat;
	text-align		:	center;
}
div.PanelListFormat
{
	float			:	left;
	width			:	170px;
	height			:	165px;
	padding		:	10px 0px;
	color			:	#000000;
	background-color	:	#ffffff;
	text-align		:	center;
	font-size		:	85%;
	margin			:	0px 5px 10px 5px;
}
#PanelDetail
{
	color			:	#ffffff;
	height			:	380px;
	background-image	:	url(./image/Panel/Background.jpg);
	background-repeat	:	no-repeat;
	padding		:	20px 15px 0px 15px;
	overflow		:	auto;
}

#PanelFrame
{
	position		:	relative;
	overflow		:	hidden;
	height			:	270px;
	top			:	0px;
	left			:	0px;
}
#PanelFrameInner
{
	position		:	absolute;
	top			:	0px;
	left			:	0px;
	margin-top		:	10px;
}
div.PanelListPage
{
	float			:	left;
	width			:	910px;
	height			:	400px;
	padding		:	0px 25px;
}
div.PanelPageButton
{
	margin			:	-1em 0px 1em 0px;
	text-align		:	right;
}
span.LabelPageButtonGap
{
	letter-spacing		:	0.25em;
}

