#PanelHeader
{
	width			:	680px;
	height			:	125px;
	text-align		:	left;
}
#PanelHeaderLogo
{
	width			:	175px;
	text-align		:	center;
	background-color	:	#ffffff;
	border-right			:	solid 1px #666666;
	margin-top		:	30px;
}
#PanelHeaderTitle
{
	background-color		:	#0072bc;
	background-image		:	url(../image/header/Background.png);
	width					:	500px;
	height					:	125px;
}
#PanelHeaderTitleText
{
	margin-top				:	80px;
	margin-left				:	15px;
	color					:	#ffffff;
	font-size				:	10px;
}
#PanelContent
{
	width			:	675px;
	border-right		:	solid 1px #666666;
	border-bottom	:	solid 1px #666666;
	text-align		:	left;
}
#PanelMenu
{
	width			:	175px;
	border-right		:	solid 1px #666666;
}
#PanelMenuSubLand
{
	background-color	:	#dddddd;
	background-image	:	url(../image/menu/LandBackground.png);
	background-repeat	:	repeat-y;
	padding				:	10px 15px 10px 20px;
	border-top			:	solid 1px #666666;
	line-height			:	2em;
}
#PanelMenuSubHouseNew
{
	background-color	:	#dddddd;
	background-image	:	url(../image/menu/HouseNewBackground.png);
	background-repeat	:	repeat-y;
	padding				:	10px 15px 10px 20px;
	border-top			:	solid 1px #666666;
	line-height			:	2em;
}
#PanelMenuSubHouseUsed
{
	background-color	:	#dddddd;
	background-image	:	url(../image/menu/HouseUsedBackground.png);
	background-repeat	:	repeat-y;
	padding				:	10px 15px 10px 20px;
	border-top			:	solid 1px #666666;
	line-height			:	2em;
}
#PanelMenuSubTsudoi
{
	background-color	:	#dddddd;
	background-image	:	url(../image/menu/TsudoiBackground.png);
	background-repeat	:	repeat-y;
	padding				:	10px 15px 10px 20px;
	border-top			:	solid 1px #666666;
	line-height			:	2em;
}

div.left
{
	float			:	left;
}
div.right
{
	float			:	right;
}
div.clear
{
	clear			:	both;
}

div.PanelContentInner
{
	padding			:	15px;
}

td.ListMenu
{
	border-top		:	solid 1px #666666;
	border-bottom	:	solid 1px #666666;
	padding			:	0px;
}

span.Menu
{
	font-weight		:	bold;
	color			:	#000000;
}
#PanelFooterCopyRight
{
	padding			:	10px;
	text-align		:	center;
	width			:	680px;
}
#PanelFooterPowered
{
	display					:	none;
}
#PanelMap
{
	height			:	400px;
	border			:	solid 1px #666666;
	margin-top		:	40px;
}
div.PanelImage
{
	float			:	left;
	margin			:	0px 10px 10px 0px;
}
