/*==========================================================

                  ページ基本スタイル用CSS

==========================================================*/

/*タグ＃基本スタイル*/
body {background-color:#FFFFFF;}

/*リンク＃テキストブルー*/
.linkblue A:link    {color:#0066CC; text-decoration: none;}
.linkblue A:visited {color:#0066CC; text-decoration: none;}
.linkblue A:active  {color:#0086DD; text-decoration: none;}
.linkblue A:hover   {color:#0086DD; text-decoration: none;}

/*リンク＃テキストホワイト*/
.linkwhite A:link    {color:#FFFFFF; text-decoration: none;}
.linkwhite A:visited {color:#FFFFFF; text-decoration: none;}
.linkwhite A:active  {color:#CCE5F5; text-decoration: none;}
.linkwhite A:hover   {color:#CCE5F5; text-decoration: none;}

/*リンク＃テキストグレー*/
.linkgray A:link    {color:#333333; text-decoration: none;}
.linkgray A:visited {color:#333333; text-decoration: none;}
.linkgray A:active  {color:#6F6F6F; text-decoration: none;}
.linkgray A:hover   {color:#6F6F6F; text-decoration: none;}

/*リンク＃テキストレッド*/
.linkred A:link    {color:#CC0000; text-decoration: none;}
.linkred A:visited {color:#CC0000; text-decoration: none;}
.linkred A:active  {color:#FF3333; text-decoration: none;}
.linkred A:hover   {color:#FF3333; text-decoration: none;}

/*リンク＃テキストオレンジ*/
.linkorange A:link    {color:#FF6633; text-decoration: none;}
.linkorange A:visited {color:#FF6633; text-decoration: none;}
.linkorange A:active  {color:#FF904A; text-decoration: none;}
.linkorange A:hover   {color:#FF904A; text-decoration: none;}

/*背景＃基本スタイル*/
.bgwhite       {background-color:#FFFFFF;}
.bgblue        {background-color:#F0FBFF;}
.bgblue2       {background-color:#0086CC;}
.bgblue3       {background-color:#00689E;}
.bggray        {background-color:#EEEEEE;}
.bggray2       {background-color:#CCCCCC;}
.bggray3       {background-color:#BBBBBB;}
.bgpink        {background-color:#FFE9E9;}
.bgpink2       {background-color:#F89E9E;}
.bgyellow      {background-color:#F9F9F1;}
.bgyellow2     {background-color:#FFFFEE;}
.bgred         {background-color:#F89E9E;}
.bgred2        {background-color:#FFE9E9;}
