/*	main.css		*/
@import url(main2.css);
/*	HTML TAG		*/

BODY{
  color : #454545;
  background-color : #fffff0;
  margin : 0em;
  font-family : "MS UI Gothic", "Verdana", "Arial", "Osaka", "sans-serif", "Helvetica";
}
A{
  text-decoration: none;
  color : #ffffff;
}
A:HOVER{
  text-decoration: underline;
}
HR {
  height: 1px;
  color: black;
  margin : 0em;
  padding : 0em;
  noshade;
}
CODE{
  font-family : "Tahoma","‚l‚r ƒSƒVƒbƒN";
  letter-spacing : 2px;
}
em{
  font-style: normal;
  font-weight: bold;
}
IMG{
  border: 0px;
}
TH{
  text-align : left;
  font-weight : normal;
  text-decoration : none;
  background-color : #00ff00;
}
CAPTION{
  font-weight : normal;
  font-style : normal;
  text-align : left;
  white-space: nowrap;
}
UL LI{
  list-style-type : circle;
}
/*	Class			*/
DIV.body TABLE{
  vertical-align : top;
  margin-left : 1em;
}
DIV.body TD{
  font-family : "Verdana","Arial","MS UI Gothic","sans-serif","Osaka";
  vertical-align : top;
  padding-top : 0.1em;
  padding-left : 0.3em;
  padding-right : 0.3em;
  padding-bottom : 0.1em;
}
SAMP,KBD{
  color : black;
}
