/* 新しい Web アプリケーション プロジェクトの既定の CSS スタイル シート */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.RS_Head_BgColor
{
	background-color: #ff6600;
}

.RS_Head_Name
{
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-family: 'ＭＳ ゴシック';
}

.RS_Head_link
{
	font-size: 12px;
	color:blue;
	font-family: 'ＭＳ ゴシック';
}

.RS_Step
{
	font-weight: bold;
	font-size: 12px;
	color:White;
	font-family: 'ＭＳ ゴシック';
}

.RS_Cond_Head
{
	font-size: 11px;
	color:Blue;
	font-family: 'ＭＳ ゴシック';
}

.RS_Cond_Lbl
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.RS_Cond_Drp
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.RS_Cond_Btn
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.RS_Month_Lbl
{
	font-weight: bold;
	font-size: 15px;
	color:Blue;
	font-family: 'ＭＳ ゴシック';
}

.RS_Month_Link
{
	font-weight: bold;
	font-size: 12px;
	color: #ff6633;
	font-family: 'ＭＳ ゴシック';
}

.RS_Cal
{
	border-right: black 1px solid;
	border-top: black 1px solid;

	font-size: 13px;
	vertical-align: baseline;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: 'ＭＳ ゴシック';
	background-color: #ffff99;
	text-align: center;
}

.RS_Link_NextPage
{
	font-size: 14px;
	color: #ff6600;
	font-family: 'ＭＳ ゴシック';
}

.RS_Foot_Lbl
{
	font-weight: bold;
	font-size: 11px;
	color:Blue;
	font-family: 'ＭＳ ゴシック';
}

.RS_Foot_Link
{
	font-weight: bold;
	font-size: 11px;
	color:Red;
	font-family: 'ＭＳ ゴシック';
}

.RS_Grid
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: 'ＭＳ ゴシック';
	background-color: #ffff99;
}

.RR_PNL
{
	background-color: #ffff99;
}

.RR_LBL
{

	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.RR_TXT
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.RR_GRID
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align: center;
}

.RR_GRID2
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align: center;
}

.MM_Head_Waku
{
	border-right: #0000cc double;
	border-top: #0000cc double;
	border-left: #0000cc double;
	border-bottom: #0000cc double;
}

.MM_Lbl
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Data_Waku
{
	border-right: #ff6633 double;
	border-top: #ff6633 double;
	border-left: #ff6633 double;
	border-bottom: #ff6633 double;
}

.MM_Data_BgColor
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffcc;
}

.MM_Login_Lbl
{

	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Login_Txt
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Btn
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Link
{
	font-weight: bold;
	font-size: 12px;
	color:#0099cc;
	font-family: 'ＭＳ ゴシック';
}

.MM_Reg_Lbl
{
	font-weight: bold;
	font-size: 12px;
	color:#0099cc;
	font-family: 'ＭＳ ゴシック';
}

.MM_Pass_HeadMsg
{
	font-weight: bold;
	font-size: 12px;
	color:#ff6633;
	font-family: 'ＭＳ ゴシック';
}

.MM_Pass_ConfMsg1
{
	font-weight: bold;
	font-size: 12px;
	color:Blue;
	font-family: 'ＭＳ ゴシック';
}

.MM_Pass_Lbl
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Pass_Txt
{
	font-size: 12px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Pass_ConfMsg2
{
	font-weight: bold;
	font-size: 10px;
	color:Black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Lbl_Red
{
	font-size: 12px;
	color:Red;
	font-family: 'ＭＳ ゴシック';
}

.MM_Member_Waku
{
	border-right: #ff6633 double;
	border-top: #ff6633 double;
	border-left: #ff6633 double;
	border-bottom: #ff6633 double;
	background-color: #ffffcc;
}

.MM_Mem_Guid
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
}

.MM_Mem_Inf
{
	font-weight: bold;
	font-size: 12px;
	color:#0099cc;
	font-family: 'ＭＳ ゴシック';
}

.MM_Mem_Pln
{
	font-weight: bold;
	font-size: 12px;
	color:#ff6633;
	font-family: 'ＭＳ ゴシック';
}

.Head_HotelName
{
	font-weight: bold;
	font-size: 16pt;
	color:#888888;
	font-family: 'ＭＳ ゴシック';
}

.Head_Guide
{
	font-weight: bold;
	font-size: 13px;
	color:#ff0000;
	font-family: 'ＭＳ ゴシック';
}

.Head_Nest_1
{
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	font-family: 'ＭＳ ゴシック';
}

.Head_Nest_2
{
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	font-family: 'ＭＳ ゴシック';
}

.Head_Error_Title
{
	font-weight: bold;
	font-size: 13px;
	color:#ffffff;
	font-family: 'ＭＳ ゴシック';
}

.Form_data
{
	font-size: 13px;
	color:#000000;
	font-family: 'ＭＳ ゴシック';
}

.Link_NextPage
{
	font-weight: bold;
	font-size:10pt;
	color: #ff6600;
	font-family: 'ＭＳ ゴシック';
}

.MR_LBL_Blue
{
	font-weight: bold;
	font-size: 12px;
	color:Blue;
	font-family: 'ＭＳ ゴシック';
}

.MR_LBL_Red
{
	font-weight: bold;
	font-size: 12px;
	color:Red;
	font-family: 'ＭＳ ゴシック';
}

.MR_LBL_Black
{
	font-weight: bold;
	font-size: 12px;
	color:Black;
	font-family: 'ＭＳ ゴシック';
}

.TBL_P_Head
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	background-color: #ffcc66;
	text-align: center;
}

.TBL_P_Left
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align:left;
}

.TBL_P_Right
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align:right;
}

.TBL_ST_Head
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	background-color: #ffff99;
	text-align: center;
}

.TBL_ST_Left
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align:left;
}

.TBL_ST_Right
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	background-color: #FFE0C0;
	text-align: right;
}

.TBL_SD_Head
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	background-color: #ffff99;
	text-align: center;
}

.TBL_SD_Head1
{
	font-size: 11px;
	color: blue;
	font-family: 'ＭＳ ゴシック';
	background-color: #00cc99;
	text-align: center;
}

.TBL_SD_Right
{
	font-size: 11px;
	color: red;
	font-family: 'ＭＳ ゴシック';
	background-color: #00cc99;
	text-align: right;
}
.TBL_SD_right2
{
	font-size: 11px;
	font-family: 'ＭＳ ゴシック';
	background-color: #FFC080;
	text-align: right;
}
.TBL_O_Head
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	background-color: #ffff99;
	text-align: center;
}

.TBL_O_Left
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align:left;
}

.TBL_O_Right
{
	font-size: 11px;
	color: black;
	font-family: 'ＭＳ ゴシック';
	text-align:right;
}

.LBL_Blue_10
{
	font-weight: bold;
	font-size: 13px;
	color:Red;
	font-family: 'ＭＳ ゴシック';
}
