
@charset "Shift_JIS";
#nichiyoubi { color: #ff0000; }
#doyoubi { color: #c08080; }
#miteigi { background-color: white; }
/* 料金別の色 */
#ryoukin_no { background-color: #d0d0d0; }
#ryoukin_a { background-color: #70a0e0; }
#ryoukin_b { background-color: #50b050; }
#ryoukin_c { background-color: #b07070; }
#ryoukin_d { background-color: #f070f0; }
/* 表題(月) */
.tsuki {
	background-color: #c0e0d0;
	text-align: center;
	font-size: 100%;
	padding: 4;
}
/* 表題(曜日) */
.youbi {
	width: 62;
	background-color: #c0c0d0;
	text-align: center;
	font-size: 80%;
}
/* 表題(日) */
.nichi {
	background-color: #d0d0d0;
	text-align: center;
	font-size: 80%;
}
/* 予約表示 */
.yoyakuhyoji {
	text-align: center;
	font-size: 120%;
}
/* サブ表題 */
.subcolor {
	background-color: #E8C4AA;
	font-size: 100%; 
	padding: 4;
}
/* 顧客情報表題 */
.koumokucolor { width: 120; text-align: right; font-size: 80%; background-color: #FFE8C4; }
/* 顧客情報入力欄 */
.nyuryokucolor { width: 400; text-align: left; font-size: 80%; background-color: #FFF4E6; }
.shouhincolor { text-align: right; font-size: 80%; background-color: #C6F0C1; }
.suchicolor { text-align: left; font-size: 80%; background-color: #E6F9E3; }
.kakunincolor { color: #604080; background-color: #f0f0c0; padding: 12;
	text-align: right;
	font-size: 80%; 
 border-style: solid;
 border-top-width: 0;
 border-left-width: 0;
 border-right-width: 2;
 border-right-color: #ffa000;
 border-bottom-width: 2;
 border-bottom-color: #ffa000; }

