﻿/***************************************************************************

	ＷＥＢ予約システム　スタイルシート（デフォルト）

	作　成　日：　2010.07.29
	作　成　者：　山越
	特　　　記：
	
   ［変更履歴］


***************************************************************************/


/**************************************** 
	タグ
****************************************/
body 
{
	background: none;
	background-color: White;
}

/**************************************** 
	一般クラス
****************************************/
/*** マスターページ全般 ***/
.Master
{
	width: 770px;
	/* センタリング */
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

/*** マスターページ基本テーブル ***/
.BaseTable
{
	width: 760;
	margin-left: 0;
	margin-right: 0;
}

/*** マスターページヘッダー ***/
.MasterHeader
{
	display: none;
	
	height: 150px; 
	background: none;
	background-repeat: no-repeat; 
}

/*** マスターページフッター ***/
.MasterFooter
{
	display: none;
	
	height: 150px; 
	background: none;
	background-repeat: no-repeat; 
}


/*** 本文ヘッダーフッター ***/
.ContentHeader
{
	border-bottom: #F4A460 medium solid;
}

.ContentFooter
{
	border-top: #F4A460 medium solid;
}

.ContentTitle
{
	color: white;
	background-color: #F4A460;
	border: #F4A460 thick solid;
}

.HotelData
{
	color: Black;
}


/*** データ表示枠 ***/
.Panel
{
	background-color: #FFFAF0;		/* FloralWhite */ 
}

/*** コメント表示枠 ***/
.Comment
{
	background-color: #F5F5F5;
}

/*** プランタイトル ***/
.PlanTitle
{
	background-color: #FFF0B0;
}

/*** 申し込みフォーム見出し ***/
.FormCaption
{
    color: White;
	background-color: #FFCC00;
}


/*** 本部プランリスト ***/
.ListTab
{
	border-bottom: #FF8C00 medium solid;
}
