/*----------------------------------------------------
base css for MOON CHILD

Copyright (C) 2004 nudeware
http://www.nudeware.com/
----------------------------------------------------*/

/* element -----------------------------------------*/

body{
  color :                #333333;
  background-color :     #FFFFFF;
  background-image :     url("../common/bg.gif");
  margin :               0px 40px;
  padding :              0px;
}
  
td, th {
  color :                #333333;
  vertical-align :       top;
}

img {
  border :               0 none hidden ;
}

sup, sub {
  font-size :            60%;
}

a:link {
  color :                #333333;
  text-decoration :      none;
}

a:visited {
  color :                #333333;
  text-decoration :      none;
}

a:hover {
  color :                #FF6600;
  text-decoration :      underline;
}

a:active {
  color :                #FF6600;
  text-decoration :      underline;
}

/* class -------------------------------------------*/

.link {
  color :                #E13C0A;
}

.topm {
  color :                #94A489;
}

.ind {
  padding-left :         1em;
  text-indent :          -1em;
  line-height :          150%;
}

.white {
  color :                #FFFFFF;
}

.red {
  color :                #FF0000;
}

.grey {
  color :                #666666;
}

.brown {
  color :                #553F33;
}

