/* Header */
#PanelHeader
{
	height				:	640px;
	background-image		:	url(../common/image/common/Header/Background/Top.png);
	background-size		:	1280px 630px;
}
#PanelHeaderPhoto
{
	display			:	block;
}
#PanelHeaderLogoMain
{
	top				:	300px;
}
#PanelHeaderMenuMain
{
	top				:	480px;
}
#PanelHeaderAddress
{
	top				:	430px;
}

/* Layout */
div.PanelLayout
{
}
div.PanelLayoutLeft
{
	width				:	605px;
}
div.PanelLayoutRight
{
	width				:	305px;
	padding-left			:	70px;
}

/* News */
#PanelNews
{
	width				:	inherit;
}
#PanelNews h2
{
	margin			:	0px;
}
#PanelNews img
{
	max-width			:	100%;
}
div.PanelNewsListContent
{
	display			:	table;
	width				:	100%;
}
div.PanelNewsListContentTitle
{
	display			:	table-cell;
	vertical-align			:	top;
}
div.PanelNewsListContentDate
{
	display			:	table-cell;
	vertical-align			:	top;
	width				:	100px;
	color				:	#6bbb6e;
}


/* Menu */
#PanelMenu
{
	width				:	inherit;
}
#PanelMenu ul
{
	margin			:	0px;
	padding			:	0px;
	list-style-type		:	none;
}
#PanelMenu li
{
	position			:	relative;
	display			:	inline-block;
	margin			:	0px 0px 10px 0px;
	padding			:	0px;
	list-style-type		:	none;
}
#PanelMenu li img
{
	width				:	300px;
}

/* Banner */
#PanelBanner
{
}
#PanelBanner ul
{
	margin			:	0px;
	padding			:	0px;
	list-style-type		:	none;
}
#PanelBanner li
{
	margin			:	0px 0px 20px 0px;
	padding			:	0px;
	list-style-type		:	none;
	line-height			:	0px;
}
#PanelBanner li img
{
	width				:	100%;
	line-height			:	0px;
}
