/*** 全体的なデザイン。背景色を設定するときはbackground-colorの後に色を入れてください。 ***/
body{font-family: "Osaka","Verdana","MS P Gothic"; font-size: 12px;  background-image : url(hoshizora-anime42.gif);
  background-repeat : repeat;
  background-attachment : fixed;}

/* テーブル内のデザイン ***/
table {color:#0066ff; font-family: "Osaka","Verdana","MS P Gothic"; font-size: 12px;}

/*** input,textarea,selectタグ内のデザイン ***/
input,textarea,select {
	color:#333333;
	font-size:12px;
	font-family: "Osaka","Verdana","MS P Gothic";
	background-color:#ffffff;
	border-color:#3399cc;
	border-style:solid; 
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px; 
	border-left-width:1px;
}

/*** タイトル文字 ***/
.title{font-size:14px; color:#333333; font-weight:bold;}

/*** カレンダーの曜日の文字と背景色 ***/
.week{font-size:12px; color:#333333; font-weight:bold; background-color:#cfdfff;}

/*** カレンダーのお休みの日の文字 ***/
.holiday{font-size:12px; color:#ff00ff;}

/*** カレンダーの土曜日の文字 ***/
.stu{font-size:12px; color:#0066ff}

/*** カレンダーの今日の日付の文字 ***/
.today{font-size:12px; font-weight:bold; color:#333333;}

/*** カレンダーの日付の文字 ***/
.days{font-size:12px; color:#333333;}

/*** 表示されたスケジュールの入力日時の文字 ***/
.inputdate{font-size:10px;}

/*** 小さい文字 ***/
.small{font-size:9px;}

/*** ログ表示時タイトルの境界線 ***/
.bline{border-bottom-style:dotted; border-color:#3399cc; border-width: 1px;}

/*** <a>タグ ***/
a:link { font-size:12px; text-decoration: none; color:#407088;}
a:visited { font-size:12px; text-decoration: none; color:#407088;}
a:active { font-size:12px; text-decoration: none; color:#0099cc;}
a:hover { font-size:12px; text-decoration: none; color:#c0c8d0;}

.cho{font-size:10px; font-family: "Arial"; border-top-style:solid; border-color:#78a0b0; border-width: 1px; line-height: 20px;}

