/*====================================================================================
MacArthur Garage
Site URL：http://www.macArthurgarage.com/
This File Name：ScheduleStyle.css
---[HYSTORY]--------------------------------------------------------------------------
2003.06.12 New Make / N.Inomata
-----------------------------Copyright (c) 2003 Resona Co.,Ltd.All rights reserved.---
====================================================================================*/

/***[HTML TAG]***********************************************************************/
/* Page Property 
body {font-family:"ＭＳ Ｐゴシック", "Osaka"; font-size:12px; color:#FFFFFF;
	letter-spacing:1px; background-color:#000000;
	margin-top:10px; margin-left:10px;}*/
/***[ORIGINAL]***********************************************************************/
/* Copyright + Footer */
.Copyright {font-size:10px; color:#CCCCCC; text-align:right;
	background-color:#444444; padding:2px 4px 2px 2px; height:15px;
	border-top-width:3px; border-top-style:double; border-top-color:#333333;}
/* Header + Page Title 
.Header {
	font-weight:bold;
	background-color:#444444;
	padding:3px 3px 3px 5px;
	height:20px;
	border-bottom-width:3px;
	border-bottom-style:double;
	border-bottom-color:#333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #FFFFFF;
}*/
/* Border
.DashBorder {border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#999999; font-size: 12px;}
.NomalFrame {border:1px solid #C78C7A; font-size: 12px;}
.DashFrame {border:1px dashed #E3C29C; font-size: 12px;}
.NomalBorder {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#666666; font-size: 12px;}
td {font-size:12px;}*/
.MonthStyle {
	font-weight: bold;
	color: #FFFFFF;
}
.DayStyle {
	font-weight: bold;
	color:#A3F666;
	text-align: left;
	vertical-align: top;
	height: 150px;
	width: 80px;
}
.YoubiStyle {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 80px;
}
.Date {
	font-weight: bold;
	color:#A3F666;
	text-align: left;
	vertical-align: top;
	width: 80px;
}
.Party {
	font-weight: normal;
	color:#FF3300;
}
.Gest {
	font-weight: normal;
	color:#FFFF00;
}
.Normal {
	font-weight: normal;
	color:#FFFFFF;
}
