/*** 全体的なデザイン。背景色を設定するときはbackground-colorの後に色を入れてください。 ***/
body{font-family: "Osaka","Verdana","MS P Gothic"; font-size: 12px; background-color:#ffffff;
       background-attachment: fixed;
	   background-image: url(http://www.vague-music.com/new/schedule/img/back-image.gif);
	   background-repeat: no-repeat;
   	   scrollbar-track-color: #FF6633;
	   scrollbar-face-color: #ff6600;
	   scrollbar-shadow-color:#ffcc33;
	   scrollbar-3dlight-color: #ffcc33;
	   scrollbar-arrow-color: #ffcc33;
	   scrollbar-darkshadow-color:#cccccc;
}	   

/* テーブル内のデザイン ***/
table {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:#e6004d;}

/*** カレンダーの土曜日の文字 ***/
.sat{font-size:12px; color:blue;}

/*** カレンダーの今日の日付の文字 ***/
.today{font-size:12px; color:#ff9900;}

/*** カレンダーの日付の文字 ***/
.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;}

