/* ******************************************************************************
	Style001 - TopNavigationStyle - TopPage
		(c) 2007 foryousystem.co.,ltd
****************************************************************************** */
/* ==============================================================================
	HoujinArea Settings
============================================================================== */
.HoujinArea {
	float:					left;
	width:					750px;
}
.HoujinArea .Header {
	height:					21px;
	background-image:		url(img/houjin_logo.gif);
	background-repeat:		no-repeat;
}
.HoujinArea .Table {
	float:					left;
	width:					750px;
}
.HoujinArea .Table table{
	margin-top:				10px;
	margin-left:			0px;
	margin-bottom:			20px;
	border:					1px solid #575757;
	border-collapse:		collapse;
	text-align:				left;
	font-size:				14px;
}
.HoujinArea .Table table th {
	width:					180px;
	height:					30px;
	border:					1px solid #575757;
	border-collapse:		collapse;
	padding-top:			5px;
	padding-bottom:			5px;
	padding-left:			2em;
	letter-spacing:			1em;
	color:					#6f0f0f;
	background-color:		#cccccc;
}
.HoujinArea .Table table td {
	/*width:					570px;*/
	height:					30px;
	border:					1px solid #575757;
	border-collapse:		collapse;
	padding-top:			5px;
	padding-bottom:			5px;
	padding-left:			1em;
	letter-spacing:			0.1em;
	color:					#000000;
}
/* ==============================================================================
	JigyouArea Settings
============================================================================== */
.JigyouArea {
	float:					left;
	width:					750px;
}
.JigyouArea .Header {
	height:					21px;
	background-image:		url(img/jigyou_logo.gif);
	background-repeat:		no-repeat;
}
.JigyouArea .Table {
	float:					left;
	width:					750px;
	margin-bottom:			10px;
}
.JigyouArea .Table table{
	margin-top:				10px;
	margin-left:			0px;
	margin-bottom:			10px;
	border:					1px solid #575757;
	border-collapse:		collapse;
	text-align:				left;
	font-size:				14px;
}
.JigyouArea .Table table td {
	width:					375px;
	height:					50px;
	border:					1px solid #575757;
	border-collapse:		collapse;
	padding-top:			2px;
	padding-bottom:			2px;
	padding-left:			1em;
	padding-right:			1em;
	/*letter-spacing:			0.05em;*/
	color:					#000000;
}
/* ==============================================================================
	BannerArea Settings
============================================================================== */
.BannerArea {
	float:					left;
	width:					750px;
	margin-bottom:			10px;
}
.BannerArea .A {
	float:					left;
	width:					265px;
	padding-left:			110px;
}
.BannerArea .B {
	float:					left;
	width:					265px;
	padding-left:			110px;
}