/*** 全体的なデザイン。背景色を設定するときはbackground-colorの後に色を入れてください。 ***/
body{font-family: "Osaka","Verdana","MS P Gothic"; font-size: 12px; background-color:#000000; color:#ffffff;}

/* テーブル内のデザイン ***/
table {font-family: "Osaka","Verdana","MS P Gothic"; font-size: 12px; color:#555555;}

/*** input,textarea,selectタグ内のデザイン ***/
input,textarea,select {
	color:#333333
	font-size:12px;
	font-family: "Osaka","Verdana","MS P Gothic";
	background-color:#cccccc;
	border-color:#ffffff;
	border-style:solid; 
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px; 
	border-left-width:1px;
}

/*** タイトル文字 ***/
.title{font-size:14px; color:#cc0000; font-weight:bold;}

/*** カレンダーの曜日の文字と背景色 ***/
.week{font-size:12px; color:#ffffff; font-weight:bold; background-color:#444444;}

/*** カレンダーのお休みの日の文字 ***/
.holiday{font-size:12px; color:#e6004d;}

/*** カレンダーの今日の日付の文字 ***/
.today{font-size:12px; color:#ff9900;}

/*** カレンダーの日付の文字 ***/
.days{font-size:12px; color:#333333;}

/*** カレンダーに表示されるスケジュールのタイトル ***/
.caltitle{font-size:10px; color:#cc0000;}

/*** 表示されたスケジュールの入力日時の文字 ***/
.inputdate{font-size:10px;}

/*** 小さい文字 ***/
.small{font-size:9px;}

/*** <a>タグ ***/
a:link { font-size:12px; text-decoration: none; color:#999999;}
a:visited { font-size:12px; text-decoration: none; color:#777777;}
a:active { font-size:12px; text-decoration: none; color:#cccccc;}
a:hover { font-size:12px; text-decoration: none; color:#ffffff;}

.cho{font-size:10px; font-family: "Arial"; border-top-style:solid; border-color:#ffffff; border-width: 1px; line-height: 20px;}


