@charset "Shift_JIS";

/*
--------------------------------------------------
	Asp Golf Reservation System
	author: Dynatech.inc
	ver: 2005/10
	comment: color styles
-------------------------------------------------- */

/*	コラム
-------------------------------------------------- */
	/* 各コラムのタイトル（文字色、背景色、ボーダー色） */
#subcol h2, .column h2 {
	color: #ffffff;
	background-color: #600019;
	}

/*	カレンダー
-------------------------------------------------- */
/* カレンダー バックグランドカラー */
#calendarleft {
	background-color: #EAE8DE;
	}
/* 基本になるカレンダーのセル色（文字色、背景色、ボーダー色） */
#calendarleft table a {
	color: #555555;
	background-color: none;
	border-color: #aaaaaa;
	}

/*	カレンダーの各セル色
-------------------------------------------------- */
/* 当月（文字色、背景色、ボーダー色） */
#calendarleft table a.cal-month-crt {
	color: #000000;
/*	color: #555555;*/
	background-color: #ffffff;
/*	border-color: #888888;*/
	border-color: #000;
    font-size: 12px;

	}

/* 不要月（文字色、背景色、ボーダー色） */
#calendarleft table a.cal-month {
	color: #555555;
/*	color: #C5C1B7;*/
/*	background-color: none;*/
	border-color: #C5C1B7;
	background-color: #f0f0f0;
    font-size: 12px;

	}

/* 曜日（文字色、背景色） */
#calendarleft table div.cal-week {
	color: #fff;
	background-color: #8A4D5A;
    font-size: 12px;

	}

/* 不要日（文字色、背景色、ボーダー色） */
#calendarleft table a.cal-none {
	color: #C5C1B7;
	background: none;
	border-color: #C5C1B7;

	}

/* 予約可能日（文字色、ボーダー色） */
#calendarleft table a.cal-number {
	color: #555555;
	border-color: #888888;

	}


/* リクエスト予約日（文字色、ボーダー色） */
#calendarleft table a.cal-direct {
	color: #555555;
	border-color: #888888;
	}

/* 予約不可日（文字色、ボーダー色） */
#calendarleft table a.cal-full {
	color: #555555;
	border-color: #888888;
	}


/* タイプ（文字色、ボーダー色） */
#calendarright table a.cal-empty-ctr {
	color: #000000;
	background-color: #ffffff;
	border-color: #000;

	width: 90%;
	}


/*	リスト
-------------------------------------------------- */
	/* リストの帯カラー（文字色、背景色） */
#list table th {
	color: #fff;
	background-color: #8A4D5A;
	}

/*	料金表の帯カラー（背景色）
-------------------------------------------------- */
#price table th { background: #eeeeee;}

/*	ナビゲーションカラー（文字色、背景色、ボーダー色）
-------------------------------------------------- */
#nav ul, #nav ul li {
	color: #AFAC9F;
	background-color: #F7F6F0;
	border-color: #C3C1B8;
	}
	/* カレントカラー（文字色） */
#nav ul li#current {
	color: #322613;
	}

/*	入力フォーム（背景色、ボーダー色）
-------------------------------------------------- */
#forms {
	background-color: #EAE8DE;
	border-color: #C3C1B8;
	}



/*	カレンダー
-------------------------------------------------- */
/* カレンダー バックグランドカラー */
#calendarcube {
	background-color: #EAE8DE;
	}
/* 基本になるカレンダーのセル色（文字色、背景色、ボーダー色） */
#calendarcube table a {
	color: #555555;
	background-color: none;
	border-color: #aaaaaa;
	}

/*	カレンダーの各セル色
-------------------------------------------------- */
/* 当月（文字色、背景色、ボーダー色） */
#calendarcube table a.cal-month-crt {
	color: #000000;
/*	color: #555555;*/
	background-color: #ffffff;
/*	border-color: #888888;*/
	border-color: #000;
	}

/* 不要月（文字色、背景色、ボーダー色） */
#calendarcube table a.cal-month {
	color: #555555;
/*	color: #C5C1B7;*/
/*	background-color: none;*/
	border-color: #C5C1B7;
	background-color: #f0f0f0;
	}

/* 曜日（文字色、背景色） */
#calendarcube table div.cal-week {
	color: #fff;
	background-color: #8A4D5A;

	}

/* 不要日（文字色、背景色、ボーダー色） */
#calendarcube table a.cal-none {
	color: #C5C1B7;
	background: none;
	border-color: #C5C1B7;

	}

/* 予約可能日（文字色、ボーダー色） */
#calendarcube table a.cal-number {
	color: #555555;
	border-color: #888888;

	}


/* リクエスト予約日（文字色、ボーダー色） */
#calendarcube table a.cal-direct {
	color: #555555;
	border-color: #888888;
	}

/* 予約不可日（文字色、ボーダー色） */
#calendarcube table a.cal-full {
	color: #555555;
	border-color: #888888;
	}


