/*----------------------------------------------------
base css for masuda

----------------------------------------------------*/

/* element -----------------------------------------*/

body{
  color :                #333333;
  background :           #FFFFFF url("../common/bg.gif");
  margin :               0;
  padding :              0;
}
  
td, th {
  color :                #333333;
  vertical-align :       top;
}

img {
  border :               0 none hidden ;
}

sup, sub {
  font-size :            60%;
}

a:link {
  color :                #FF6600;
  text-decoration :      none;
}

a:visited {
  color :                #FF6600;
  text-decoration :      none;
}

a:hover {
  color :                #FF6600;
  text-decoration :      underline;
}

a:active {
  color :                #FF6600;
  text-decoration :      underline;
}

.txt1 {
  font-size :            10px;
  line-height :          140%;
}

/* class -------------------------------------------*/

a.normal:link { color: #333333}
a.normal:visited { color:#333333}
a.normal:hover { color: #FF6600}
a.normal:active { color: #FF6600}

.ind {
  padding-left :         1em;
  text-indent :          -1em;
}

.white {
  color :                #FFFFFF;
}

.red {
  color :                #FF0000;
}

.marker {
  color :                #4E5B99;
}

.form_marker {
  color :                #990000;
}

