body {
      background: #ffffff;
      background-repeat:repeat;
      
      font-family:Verdana,Osaka;
 　　 color:#000099;
      font-size:12px;
      line-height:15px;
      scrollbar-track-color: #ffffff;
      scrollbar-arrow-color: #666699;
      scrollbar-3dlight-color: #666699;
      scrollbar-highlight-color: #ffffff;
      scrollbar-shadow-color: #ffffff;
      scrollbar-darkshadow-color:#666699;
}


/*A.menu:link { color:#5A5E66; text-decoration:none;}	/*メニューのリンク色*/
/*A.menu:visited { color:#5A5E66; text-decoration:none;}	/*メニューの訪問済みリンク色*/
/*A.menu:active {color:#8789ff; text-decoration:none;}	/*メニューのクリックしたときのリンク色*/

/*リンク関係*/
A:link { color:#CC3366; text-decoration:none;}	/*メニュー以外ののリンク色*/
A:visited { color:#CC3366; text-decoration:none;}	/*メニュー以外の訪問済みリンク色*/
A:active {color:#CC3366; text-decoration:none;}	/*メニュー以外のクリックしたときのリンク色*/

A:hover {
  background-color:#FAF0E6;background:#CCCCCC;
}

/*tdの文字の大きさ、色、フォントの種類*/
td{ font-size:x-small;font-family:Verdana,Osaka; color:#2F4F4F; }

HR{
 color:silver;
}

/*FONT*/
.FONT1{ font-size:12px;font-family: Verdana,Osaka;color:#56638F;font-weight: bold;}
.FONT2{ font-size:13px;font-family: Verdana,Osaka;font-weight: bold;}
.BOLD { font-weight: bolder; }

input,textarea,select{
 border:1px solid #999966; 
 font-size:13px; 
 color:#2F4F4F; 
 background-color:#FFFFCC; 
 cursor:hand;
}

.square{ font-size:7px;color:#009999}
.line{border-bottom-width: 2px; border-bottom-style: dotted; border-bottom-color: #99CC99;}


TABLE{border-color:#9ACD32;border-style:double;border-width:4px}/*テーブルの形*/


P{font-size:15px;color:#6B8E23;margin-left:20px;margin-right:30px;background-color:#DCDCDC;font-weight:bold}

.title{
  
  border-left-width : 10px;
  border-left-style : ridge;
  border-left-color : #C8C8C8;
  border-right-width : 10px;
  border-right-style : ridge;
  border-right-color : #C8C8C8;
}