/*ＷＢＦ海外ＷＥＢシステムスタイルシート*/
/*ログイン画面スタイル*/

body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #dfeeff;
	color: #000033;
	
}

/*
Topicpath
*/
td.TopicPath
{
	font-size : 12px;
	
}

table.tblFrame
{
	margin-top: 0;
	margin-left: 15;
	margin-right: 15;
	margin-bottom: 0;
	
}

/*エラーメッセージ*/
td.errorMsg
{
	color: Red;
	
}

/*予約一連の流れ*/
table.tblOrderFlow
{
	margin-top: 0;
	margin-left: 15;
	margin-right: 15;
	margin-bottom: 0;
	font-size: 12px;
	background-image: url(../../../images/bottom_bar.gif);
	
}
td.orderFlowHear
{
	background-color : #fec501;
	
}
td.orderFlowStep
{
	background-color : #ffffff;
	
}

/*会員の方はこちら*/
table.tblMember
{
	margin-top: 0;
	margin-left: 15;
	margin-right: 15;
	margin-bottom: 0;
	background-color: #272776;
	
}
td.memberHeader
{
	background-color: #FFFFCC;
	color: #000066;
	font-weight: bold;
	
}
span.memberNotes
{
	color: #3333ff;
	font-weight: normal;
	
}
span.memberNotesLogin
{
	color: #3333ff;
	font-weight: bold;
	
}
table.tblMemberDetail
{
	background-color: #272776;
	
}
td.memberDetail
{
	background-color: #D0D8FD;
	
}
td.memberDetailText
{
	background-color: #ffffff;
	
}

