/*バックグランドイメージ*/body {	background-color: #003977;	background-image: url(../img/bg.gif);	margin-left: 34;	margin-top: 33;}/*ベースフォントサイズ設定*/td {	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";	font-size: 12px;	line-height: 14px;	color: #FFFFFF;}/*ログイン・エラーページでのリンク色*/a:link {	color: #FFFFFF;	text-decoration: none;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}a:visited {	color: #6600FF;	text-decoration: none;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}a:hover{	color: #FFFFFF;	text-decoration: underline;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}a:active{	color: #FF3300;	text-decoration: underline;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}/*コンテンツページでのリンク色*/a.cont:link {	color: #333333;	text-decoration: none;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}a.cont:visited {	color: #666666;	text-decoration: none;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}a.cont:hover{	color: #FF6600;	text-decoration: underline;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}a.cont:active{	color: #FF3300;	text-decoration: underline;	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";}/*文字色指定*/.t-yellow {	color: #FFCC00;}.t-orage {	color: #FF6600;}.t-black {	color: #333333;}/*エラー画面での強調色*/.er-title {	font-family: "Arial", "MS PGothic", "Helvetica", "sans-serif";	font-size: 22px;	font-weight: bold;	color: #FF9900;}