/* Header */
#PanelHeader
{
	width					:	700px;
	height					:	150px;
	background-image		:	url(../image/header/Background.jpg);
	border-bottom			:	solid 1px #666666;
	text-align				:	left;
	position					:	relative;
}
#PanelHeaderLogoTsudoi
{
	position					:	absolute;
	bottom					:	15px;
	left						:	20px;
	z-index					:	10;
}
#PanelHeaderLogoTsudoi img
{
}
#PanelHeaderLogoNewChip
{
	position					:	absolute;
	bottom					:	10px;
	right					:	20px;
	z-index					:	10;
}
#PanelHeaderLogoHometown
{
	position					:	absolute;
	top						:	20px;
	right					:	20px;
	z-index					:	10;
}
#PanelHeaderLogoHometown img
{
}
#PanelHeaderLogoAll
{
	display					:	none;
	position					:	absolute;
	top						:	20px;
	left						:	30px;
	z-index					:	10;
}
#PanelHeaderText
{
	position					:	absolute;
	display					:	none;
}

/* Footer */
#PanelFooterCopyRight
{
	margin					:	0px auto;
	padding					:	10px;
	text-align				:	center;
	width					:	700px;
}
#PanelFooterPowered
{
	display					:	none;
}

/* Content */
#PanelContent
{
	width						:	700px;
	border-left					:	solid 1px #666666;
	border-right					:	solid 1px #666666;
	border-bottom				:	solid 1px #666666;
	text-align					:	left;
	margin						:	0px auto;
}
#PanelContentInner
{
}
#PanelContentLayout
{
	border-collapse				:	collapse;
}
#PanelContentBody
{
	width						:	500px;
	padding						:	0px;
}

/* Menu */
#PanelMenu
{
	padding					:	0px;
	width					:	200px;
	border-right				:	solid 1px #666666;
}
#PanelMenu img
{
	border					:	none;
}
#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-bottom	:	solid 1px #666666;
	padding			:	0px;
}

span.Menu
{
	font-weight		:	bold;
	color			:	#000000;
}
#PanelMap
{
	height			:	400px;
	border			:	solid 1px #666666;
	margin-top		:	40px;
}
div.PanelImage
{
	float			:	left;
	margin			:	0px 10px 10px 0px;
}

