/* ******************************************************************************
	Style001 - TopNavigationStyle - TopPage
		(c) 2007 foryousystem.co.,ltd
****************************************************************************** */
/* ==============================================================================
	WorkingArea Settings
============================================================================== */
.WorkingArea {
	float:					left;
	padding-top:			10px;
	padding-bottom:			10px;
	width:					578px;
	background-color: 		#ffffff;
	font-size:			1px;
}
.WorkingArea .header {
	width:					578px;
	height:					11px;
	background-image:		url(img/working_block_header.gif);
	background-repeat:		no-repeat;
}
.WorkingArea .Contents {
	float:					left;
	width:					578px;
	background-image:		url(img/working_block_middle.gif);
	background-repeat:		repeat-y;
}
.WorkingArea .Contents .Image {
	float:					left;
	padding-top:			8px;
	padding-bottom:			10px;
	padding-left:			20px;
	width:					168px;
}
.WorkingArea .Contents .Text {
	float:					left;
	padding-top:			8px;
	padding-bottom:			10px;
	padding-left:			20px;
	padding-right:			20px;
	width:					350px;
	color:					#000000;
	font-weight: 			normal;
	font-size:				13px;
	letter-spacing:			0.1em;
	line-height:			120%;
}
.WorkingArea .Contents .Text h3 {
	padding-bottom:			10px;
	color:					#339999;
	font-weight: 			bold;
	font-size:				14px;
	letter-spacing:			0.1em;
}
.WorkingArea .Contents .Text2 {
	float:					left;
	padding-top:			8px;
	padding-bottom:			10px;
	padding-left:			20px;
	padding-right:			20px;
	width:					538px;
	color:					#000000;
	font-weight: 			normal;
	font-size:				13px;
	letter-spacing:			0.1em;
	line-height:			120%;
}
.WorkingArea .Contents .Text2 h2 {
	padding-bottom:			5px;
	color:					#ff6600;
	font-weight: 			bold;
	font-size:				14px;
	letter-spacing:			0.1em;
	text-align:				center;
}
.WorkingArea .Contents .Text2 h3 {
	padding-bottom:			2px;
	color:					#339999;
	font-weight: 			bold;
	font-size:				13px;
	letter-spacing:			0.1em;
}
.WorkingArea .footer {
	float:					left;
	width:					578px;
	height:					11px;
	background-image:		url(img/working_block_footer.gif);
	background-repeat:		no-repeat;
}
/* ==============================================================================
	Navigation Area Settings
============================================================================== */
.NavigationArea {
	float:					left;
	margin-left:			0px;
	width:					171px;
	background-color: 		#ffffff;
}

