﻿/***************************************************************************

    ＷＥＢ予約システム　スタイルシート（デフォルト）

    作　成　日：　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: auto;
    margin-right: auto;
}

/*** マスターページヘッダー ***/
.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;
}

/*** プラン ***/
.DateSelect
{
    background-color: #FFFAF0;
}

.CustKind
{
    background-color: #FFFAF0;
}

.PlanTitle
{
    color: black;
    background-color: #FFF0B0;
}

.PlanBody
{
    background-color: #FFFAF0;
}

.PlanFooter
{
    background-color: #FFFAF0;
}

/*** 申し込みフォーム見出し ***/
.FormCaption
{
    color: White;
    background-color: #FFCC00;
}

.FormBody
{
    background-color: #FFFAF0;
}


/*** 本部プランリスト ***/
.ListTab
{
    border-bottom: #FF8C00 medium solid;
}
