@charset "UTF-8";
  
  /*
  (C) 日本トレーサビリティセンター
  */
  
  BODY {
   line-height:1.2;
   font-family: "MS PGothic";
   }
  
  A{TEXT-DECORATION:none}
  A:link    { text-decoration: none;  color: #005599; } 
  A:visited { text-decoration: none;  color: #007700; } 
  A:active  { text-decoration: none;  color: #EE0066; } 
  A:hover   { text-decoration: none;  color: black;  background-color:red;  cursor: crosshair; }
  
  
  A.tm         { text-decoration:none; color:limegreen; }
  A.tm:link    { text-decoration:none; color:limegreen; font-weight:bold; }
  A.tm:visited { text-decoration:none; color:limegreen; font-weight:bold; }
  A.tm:active  { text-decoration:none; color:#FFFFFF;  background-color:#000000; }
  A.tm:hover   { text-decoration:none; color:paleturquoise;  background-color:forestgreen;  cursor:crosshair; }
  
  
h3.midTitle {
  background-image: url(./img/midTitle.gif);
  border: 1px #33AA33 solid;
  padding: 5px 0px 3px 0px;
  font-weight: bold;
  text-indent: 0.5em;
  color: #000000;
  font-size: 100%;
  margin: 15px 0px 5px 0px;
  width:98%;
}


h3.roseTitle {
  background-image: url(./img/pinkRose2.gif);
  border: 0px #FFFFFF solid;
  padding: 5px 0px 3px 0px;
  font-weight: bold;
  text-indent: 0.5em;
  color: #000000;
  font-size: 200%;
  margin: 15px 0px 5px 0px;
  width:98%;
}


.dot5Font { font-size: 5px; }
.dot6Font { font-size: 6px; }
.px10 { font-size:10px; }
.ulb { text-decoration:underline;  font-weight:bold;  font-size:110%; }
.sc { text-decoration: underline; }

.btn_px12b { 
  background-color: #EEEEFF; 
  color: black; 
  border: 1px double gray; 
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal; 
 }

.btnRed_px12b { 
  background-color: #FFBBBB; 
  color: black; 
  border: 1px double gray; 
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal; 
 }

.btnLblue_px12b { 
  background-color: #CCFFFF; 
  color: black; 
  border: 1px double gray; 
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal; 
 }

 .key { 
  background-color: #333399; 
  color: #F0F0FF; 
  padding: 0px; 
  border: 1px solid #808080; 
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal; 
  } 


textarea.pink {
  font-size:12px;
  font-family: "MS PGothic";
  background:#FeEeFe;
  color:black;
  width:510px;
  border:1px solid gray;
  padding:5px;
  }

textarea.tt_pink {
  font-size:12px;
  font-family: "MS Gothic";
  background:#FeEeFe;
  color:black;
  width:510px;
  border:1px solid gray;
  padding:5px;
  }

textarea.white {
  font-size:12px;
  font-family: "MS PGothic";
  background:#EeEeEe;
  color:black;
  width:510px;
  border:1px solid gray;
  padding:5px;
  }

textarea.dos {
  font-size:12px;
  font-family: "MS PGothic";
  background-color:#020202;
  color:#BaFfBa;
  width:510px;
  padding:5px;
  border: 1px solid green;
  }

