@charset "Shift_JIS";

body,td    {font-size:12px;color:#3F3F3F;line-height:130%;font-family:Verdana;}/* 本文テキストのフォントサイズ,色,行間*/
a:link    {text-decoration:underline;color:#3399CC;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#3399CC;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:underline;color:#3399CC;}   /*背景色の指定*/
a:hover   {text-decoration:underline;color:#3399CC;}  /*背景色の指定*/

body {background-color:#FFFFFF;}

.lin2 a:link       {font-size:13px;color:#3F3F3F;text-decoration:none;}  /*左メニューのリンクテキスト指定*/
.lin2 a:visited    {font-size:13px;color:#3F3F3F;text-decoration:none;}   /*左メニューのリンクテキスト指定*/
.lin2 a:active     {font-size:13px;color:#3F3F3F;text-decoration:underline;}   /*左メニューのリンクテキスト指定*/
.lin2 a:hover      {font-size:13px;color:#3399CC;text-decoration:underline;}   /*左メニューのリンクテキスト指定*/

.color1     {background-color:#FFFFFF;}   /*画面内ヘッダ部分の背景色*/
.color2     {background: url(img2//bg_gradation_red.jpg) repeat-x;}   /*画面内コンテンツ部分の背景色*/
.color3     {background-color:#FFFFFF;}   /*画面内ホワイト部分の背景色*/
.color4     {background-color:#CCCCCC;}   /*画面内ホワイト部分の背景色*/
.color5     {background: url(images//bg_gradation_gray.gif);}

.font1     {background-color:#3F3F3F;}    /*本文テキストの色*/
.font2     {background-color:#FFFFFF;}    /*メインタイトルの色*/

.hr1        { border-color:#3F3F3F; border-style:dotted; border-width:1px;} /* 点線の部分 */
.hr2        { border-color:#4D8DB2; border-style:solid; border-width:1px;}  /* welcomeの下のライン色 */
.waku    { border-color:#3F3F3F; border-style:solid; border-width:1px;}     /* 枠線 */
.text1     {font-size:13px;color:#3F3F3F;}              /* welcomeのフォントサイズ,色*/

h1 {
  text-align:center;
  margin-center:0px;
  font-size:10px; 
}

h2 {
  text-align:center;
  margin-center:0px;
  font-size:10px; 
}   

<!--
A.lnk {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}
A.lnk:active  { text-decoration: none; color: #ffffff;}
A.lnk:visited { text-decoration: none; color: #ffffff;}
A.lnk:hover   { text-decoration: none; color: #ffffff; background-color: #cccccc;}
-->

.kanji {
  ime-mode: active;
}
.hankaku {
  ime-mode: disabled;
}
.infoBox {
  border:1px #FF0000 solid;
}