/*ＷＢＦ海外ＷＥＢシステムスタイルシート*/
/*ログイン画面スタイル*/

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;*/
	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.memberNotes2
{
	color: #FF0000;
	font-weight: normal;
	
}
span.memberNotesLogin
{
	color: #3333ff;
	font-weight: bold;
	
}
table.tblMemberDetail
{
	/*background-color: #66FFCC;*/
	
}
td.memberDetail
{
	/*background-color: #66FFCC;*/
background:#B49A75;
border-bottom:solid #ffffff 1px;
font-weight:bold;
color:#FFFFFF;
padding:8px;
	
}
td.memberDetailText
{
	background-color: #ffffff;
	
}
@import url(common_add.css);