﻿@CHARSET "UTF-8";

/* テーブルの線引きのみ */
table.ca_main       { border-right: solid 1pt #000000; border-bottom: solid 1pt #000000; }
table.ca_main     th{ border-top:   solid 1pt #000000; border-left:   solid 1pt #000000; }
table.ca_main     td{ border-top:   solid 1pt #000000; border-left:   solid 1pt #000000; }
table.ca_main_off th{ border-top-width:           0pt; border-left-width:           0pt; }
table.ca_main_off td{ border-top-width:           0pt; border-left-width:           0pt; }

/* 色関係 */
table.ca_main th.sunday  { background-color: #FF9999; }
table.ca_main th.holiday { background-color: #FF9999; }
table.ca_main th.saturday{ background-color: #9999FF; }
table.ca_main th.weekday { background-color: #FFFFCC; }

table.ca_main td.sunday  { background-color: #FF9999; }
table.ca_main td.holiday { background-color: #FF9999; }
table.ca_main td.saturday{ background-color: #9999FF; }
table.ca_main td.weekday { background-color: #FFFFCC; }

table.ca_main td.enable  { background-color: #666666; }

table.ca_main_off td.syousai { background-color: #FFFFFF; }
td.enable table.ca_main_off td.syousai { background-color: #999999; }

/* フォント領域 */
table.ca_main th{ font-weight: bold; text-align: center; vertical-align: middle; padding-top: 3px; padding-bottom: 3px; }
table.ca_main td{ text-align: center; vertical-align: middle; padding-top: 2px; padding-bottom: 0px; }
table.ca_main td.enable td{ color: #FFFFFF; }
table.ca_main_off td.syousai{ text-align: center; vertical-align: top; padding-top: 5px; padding-bottom: 3px; }
div.mi  { color: #000000; }
div.cr  { color: #FF9900; }
div.gcr { color: #009999; }
div.kaku{ color: #0000FF; }

/* リンク */
div.mi a:link   { color: #000000; text-decoration: none; }
div.mi a:visited{ color: #000000; text-decoration: none; }
div.mi a:hover  { color: #FF0000; text-decoration: none; }

div.cr a:link   { color: #FF9900; text-decoration: none; }
div.cr a:visited{ color: #FF9900; text-decoration: none; }
div.cr a:hover  { color: #FF0000; text-decoration: none; }

div.gcr a:link   { color: #009999; text-decoration: none; }
div.gcr a:visited{ color: #009999; text-decoration: none; }
div.gcr a:hover  { color: #FF0000; text-decoration: none; }

div.kaku a:link   { color: #0000FF; text-decoration: none; }
div.kaku a:visited{ color: #0000FF; text-decoration: none; }
div.kaku a:hover  { color: #FF0000; text-decoration: none; }
