/* ******************************************************************************
	Style001 - TopNavigationStyle - ServicePRPage
		(c) 2007 foryousystem.co.,ltd
****************************************************************************** */
/* ==============================================================================
	ServiceMenu Area Settings
============================================================================== */
.ServicePresentationArea {
	margin-left:			10px;
	margin-right:			5px;
	width:					635px;
}
.ServicePresentationArea h1 {
	margin-bottom:			5px;
	padding-top:			5px;
	padding-bottom:			1px;
	padding-left:			10px;
	width:					622px;
	color:					#000000;
	font-weight: 			bold;
	font-size:				large;	
	background-image:		url(../img/top_titleline_back.gif);
	background-repeat:		repeat-x;
	border-top:			1px solid #779658;
	border-left:			1px solid #779658;
	border-right:			2px solid #779658;
	border-bottom:			2px solid #779658;
}

.ServicePresentationArea .MenuItem {
	margin-left:			1em;
	margin-right:			1em;
	margin-bottom:			3em;
}
.ServicePresentationArea .MenuItem .TitleLine {
	margin-left:			1em;
	margin-right:			1em;
	margin-bottom:			0.5em;
	padding-top:			3px;
	padding-bottom:			3px;
	padding-left:			10px;
	color:					#194f9e;
	height:					1em;
	font-size:				large;
	font-weight:			bold;
	border-left:			10px solid #abcd44;
	border-bottom:			1px solid #abcd44;
}
.ServicePresentationArea .MenuItem .TitleLine .MenuTitle {
	float:					left;
}
.ServicePresentationArea .MenuItem .SubMenu {
	margin-left:			3em;
	margin-right:			2em;
	height:					1.2em;
	line-height:			1.2em;
	clear:					both;
	border-bottom:			1px dotted #AAAAAA;
}
.ServicePresentationArea .MenuItem .SubMenu .MenuTitle {
	float:					left;
	width:					80%;
}
.ServicePresentationArea .MenuItem .SubMenu .MenuPrice {
	float:					left;
	text-align:				right;
	width:					20%;
}
	