/*** 全体的なデザイン。背景色を設定するときはbackground-colorの後に色を入れてください。 ***/
body { font-size: 12px; font-family: Osaka, Arial, "MS P Gothic"; line-height: 150%; background-color: #ffffff }

/* テーブル内のデザイン ***/
table  { font-size: 12px; font-family: Osaka, Arial, "MS P Gothic"; line-height: 130% }

/*** input,textarea,selectタグ内のデザイン ***/
input,textarea,select   { font-size: 12px; line-height: 130%; background-color: #ffffff; border: solid 1px #666 }

/*** タイトル文字 ***/
.title{font-size:14px; color:#333333; font-weight:bold;}

/*** テキスト ***/
.text  { color: #666666; font-size: 12px; line-height: 130% }

/*** カレンダーの曜日の文字と背景色 ***/
.week { color: #666; font-size: 12px; font-weight: bold; background-color: #ccc }

/*** カレンダーのお休みの日の文字 ***/
.holiday{font-size:12px; color:#cc0000;}

/*** カレンダーの今日の日付の文字 ***/
.today{font-size:12px; color:#6600cc;}

/*** カレンダーの文字 ***/
.days{font-size:12px; color:#333333;}

/*** カレンダーの日付の背景色 ***/
.box { background-color: #eee }

/*** カレンダーと表示される日記の外枠 ***/

.tbl { border: solid 1px #666 }

/*** 表示された日記の入力日時の文字 ***/
.inputdate{font-size:10px;}

/*** <a>タグ ***/
a:link    { color: #6081e5; font-size: 12px; text-decoration: none }
a:visited    { color: #526db0; font-size: 12px; text-decoration: none }
a:active   { color: #6081e5; font-size: 12px; text-decoration: none }
a:hover   { color: #6081e5; font-size: 12px; text-decoration: none }

