/* リンク設定 */
a:link	  {color:#5a5a5a; text-decoration : none;}
a:visited {color:#5a5a5a; text-decoration : none;}
a:active  {color:#5a5a5a; text-decoration : none;}
a:hover	  {color:#cc6666; text-decoration : none;}

/* 背景を指定 */

body{
	color : #fcc;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;

	background-color: #000000;

	border:	1px solid #cd5c5c;
	border-width: 7px 0px; 
	scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#cccccc;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#000000;
	scrollbar-track-color:#000000f;

}

/* メイン画面のfontを指定 */
.bodytext{
	margin:0px;
	padding:5px 10px;
	width:100%;
	height:100%;
	font-size : 11px;
	font-color:#eeffee;
}
h1.title{
  font-size: 14px;/*文字サイズ*/
  font-family: monospace;
  border-bottom: solid 1px #717178;/*下線の色*/
}

/* ---------- table用 ----------*/
/*
body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
}
*/
a {
	color: #c75f3e;
}

#mytable{
	width: 700px;
	padding: 10;
	margin: 10;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(http://www.geocities.jp/server-errors/not_found.html) no-repeat;
}

th.tm1 {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:20%;
}


td.bgSet {
	background: #F5FAFA;
	color: #797268;
}

th.tm2 {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(http://www.geocities.jp/server-errors/not_found.html) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:20%
}

th.tm3 {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(http://www.geocities.jp/server-errors/not_found.html) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	width:20%;
}
/* ---------- info用 ---------- */
<!--
h1.uandd{/*タイトルの設定*/
  font-size: 14px;/*文字サイズ*/
  font-family: monospace;
  margin: 1.5em 15% 0.7em 15px;/*余白。15%が右の余白です*/
  border-bottom: solid 1px #717178;/*下線の色*/
  }
h1.uandd span.up{/*上がる文字*/
  color: #FFFFFF;/*文字色*/
  background-color: #414146;/*背景色*/
  padding: 0.2em 0.2em 0.1em 0.2em;
  margin: 0 2px 0 0;
  border: solid 1px #414146;/*背景色と同じに*/
  }
h1.uandd span.down{/*下がる文字*/
  color: #212125;/*文字色*/
  background-color: #FFFFFF;/*背景色*/
  padding: 0.2em 0.2em 0.1em 0.2em;
  margin: 0 2px 0 0;
  border: solid 1px #414146;/*背景色と同じに*/
  position: relative;
  top: 0.3em;/*下がる程度*/
  z-index: 1;
  }
div.tit12{/*文章枠*/
  font-size: 12px;/*文字サイズ*/
  color: #cccccc;
  margin: -10px 10% 1em 15px;/*ここの-10pxは、合うように適宜変更を…*/
  padding: 15px 0.4em 0.6em 0.4em;/*枠内余白*/
  border: solid 1px #717178;/*枠色*/
  background-color: #000000;/*背景色*/
  }