/* CSS Document */

body{
  	color: #FFFFFF;/*文字色*/
  	background-color: #D3D3D3;/*背景色*/
	font-weight : bold;
	margin : 5px;
	background:url("../image/menu/menu.gif");
}
td{
	font-weight : bold;
  	font-size: 12pt;/*文字サイズ*/
}
div{
	font-weight : bold;
  	font-size: 10pt;/*文字サイズ*/
}
a:link{ color: white; text-decoration: none; }
a:visited{ color: white; text-decoration: none;}
a:hover{ color: red; text-decoration: underline;}
a:active{ color: white; text-decoration: none;}
