A		{text-decoration:none}
body,td,th {
	font-size: 10px;
	color: #CCCCCC;
}

BODY {
  margin-right: 20px;
  margin-top: 0px;
  background-color: #000000;
  background-image: url(buntoppage_05.jpg); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: left top;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */
  scrollbar-base-color:#000000;
  scrollbar-arrow-color:#333333;
  scrollbar-highlight-color:#000000;
  overflow-x: hidden; 
}

table { width:330px; }

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}