/*リンク文字表示*/
A {
	text-decoration: none;
	}
A:link {
	color: #0000ff;
	}
A:visited {
	color: #ff00ff;
	}
A:hover {
	color: #ff0000;
	}

/*全体(BODY)*/
BODY {
	background-color: #ffffff;
	padding:	0px;
	margin:		0px;
	min-width:	600px;
	}

td {
	color: #000000;
	background-color: #ffffff
	}
td.line {
	background-color: #999999
	}
td.mail {
	color: #333333;
	font-size: 80%;
	white-space: nowrap;
	}
td.copyright {
	color: #333333;
	font-size: 60%;
	white-space: nowrap;
	}
td.linkfree {
	color: #333333;
	font-size: 60%;
	white-space: nowrap;
	}
/*ヘッダ*/
DIV.homecompanyname {
	font-size: 20px;
	font-weight: bold;
	margin-right: 16px;
	margin-bottom: 8px;
	white-space: nowrap;
	}
DIV.companyname {
	font-size: 20px;
	font-weight: bold;
	margin-right: 16px;
	margin-bottom: 4px;
	white-space: nowrap;
	}




