
A:link    { text-decoration: underline; color: #3c505a }
A:visited { text-decoration: underline; color: #3c505a }
A:hover   { text-decoration: underline; color: steelblue; background-color:yellow }

BODY {
/*	font-family : MS UI Gothic; */
	color : #993300;
/*	background-color : white; */
	background-image : url('image/background.gif');
	background-attachment:fixed;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#3c505a;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-3dlight-color:#3c505a;
	scrollbar-darkshadow-color:#3c505a
}

table, tr, td {
	font-family : MS UI Gothic;
	font-size   : 12pt;
/*	border: 2px;	*/
/*	line-height : 120% */
}

/*{
  color: #990000;
  size : 2;
}*/

.downbutton { 
	width : 130px;
	color : white;
	background-color : #708090
}

/* 設定色は一時非設定にします
.pt1{
/* コンテンツ全体の設定色１
	background-color:#ffcc99; */
	background-color:#ffffff;
}

.pt2{
/* コンテンツ全体の設定色２
	background-color:#fff4dc; */
	background-color:#ffffff;
}
*/

.MainTitle{
/* 画面左上のメインタイトル文字色
	color:		#6633cc; */
	color:		#EE8822;
}
