/* ******************************************************************************
	Style001 - TopNavigationStyle - TopPage
		(c) 2007 foryousystem.co.,ltd
****************************************************************************** */
/* ==============================================================================
	Logotitle Area Settings
============================================================================== */
.LogotitleArea {
	float:					left;
	width:					750px;
	height:					30px;
	margin-top:				0px;
	background-image:		url(img/salesinfo_logo.gif);
	background-repeat:		no-repeat;
}
/* ==============================================================================
	SalesTable Area Settings
============================================================================== */
.SalesTableArea {
	float:					left;
	width:					750px;
}
.SalesTableArea table{
	margin-top:				0px;
	margin-left:			0px;
	margin-bottom:			10px;
	border-collapse:		collapse;
}
.SalesTableArea table td {
	text-align:				left;
	padding-top:			5px;
	padding-bottom:			5px;
	padding-left:			1em;
	width:					375px;
	height:					40px;
	border:					1px solid #575757;
	font-size:				13px;
	color:					#000000;
}
.SalesTableArea table td img {
	padding-left:			5px;
	vertical-align:			middle;
}