/*リンク色設定_デフォルト*/
a { text-decoration: underline; }
a:link { color: #333399; text-decoration: underline; }
a:visited { color: #666699; text-decoration: underline; }
a:hover{ color: #990000; text-decoration: none; }
a:active { }


/*右ナビリンク色設定*/
a.navi { text-decoration: none; }
a.navi:link { color: #666666; text-decoration: none; }
a.navi:visited { color: #888888; text-decoration: none; }
a.navi:hover{ color: #990000; text-decoration: underline; }
a.navi:active { }

/*カレンダーリンク色設定*/
a.carender { text-decoration: underline; }
a.carender:link { color: #666666; text-decoration: underline; }
a.carender:visited { color: #888888; text-decoration: underline; }
a.carender:hover{ color: #990000; text-decoration: underline; }
a.carender:active { }

/*基本テキスト色設定*/
body{ color: #666666; }
td,th{ color: #333333; }

/*テキスト色設定*/
.white { color:#FFFFFF; }
.blue { color:#006CB4; }
.pink{ color:#e87788; }
.red{ color:#990000; }
.grey9{ color:#999999; }
.grey6{ color:#666666; }
.grey3{ color:#333333; }
.key{ font-size: 1px; color:#990033;}
.univ{ color:#ee7700; }
.jcol{ color:#77c74c; }
.gdp{ color:#559de5; }

/*バックリンク設定用リンク*/
a.back { text-decoration: none; }
a.back:link {font-size: 1px; color: #CCCCCC; text-decoration: none; }

/*h1 {font-size: 1px; font-weight:normal; color: #CCCCCC;}*/
