/*----------------------------------------------------
common css for Dauglas Laboratories Japan INC.

Copyright (C) 2004 nedia
http://www.nedia.ne.jp/
----------------------------------------------------*/

/* class -------------------------------------------*/
table.list td {
  padding :              5px 10px;
  font-weight :          normal;
  font-size :            12px;
  line-height :          150%;
}
.normal_text {
  font-weight :          normal;
  font-size:             12px;
}
.main_text {
  font-weight :          normal;
  font-size:             12px;
  line-height :          150%;
  color:                 #666666;
}
.top_text {
  font-weight :          normal;
  font-size:             11px;
  color:                 #ffffff;
}
.title_text {
  font-weight :          normal;
  font-size:             11px;
  color:                 #666666;
}
.button {
  background: #999999;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  height:18px;
  text-decoration:none;
  cursor: hand
}
A                  {color:#6699CC;}

A.type1link           {color:#6699CC;}
A.type1link:hover     {color:#003399;}
A.type1link:active    {color:#003399;}

.input_txt {
  border: 1px solid #999999;
}