body{
	background-color:#FFFFFF;
	background-image:url(y-bk-2.gif);
	background-repeat : repeat-y;
	background-attachment : fixed;
	background-position : left top;
	margin:0px;
	color: #000000;
}

table.header{
	border-collapse	: collapse;
	border:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:45px;
}
table.header td.headleft {
	border:0px;
	margin:0px;
	padding:0px;
	width:15%;
	background-image:url(y-bk-1.gif);
	background-repeat : repeat-x;
	background-attachment : fixed;
	background-position : left top;
}
table.header td {
	border:0px;
	margin:0px;
	padding:0px;
	width:70%;
	background-image:url(y-bk-3.gif);
	background-repeat : repeat-x;
	background-attachment : fixed;
	text-align:center;
	vertical-align:top;
}
table.header td.headright {
	border:0px;
	margin:0px;
	padding:0px;
	width:15%;
	background-image:url(y-bk-3.gif);
	background-repeat : repeat-x;
	background-attachment : fixed;
	background-position : left top;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 全体のリンクスタイル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a:link,a:visited,a:active {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#FF3300;
	text-decoration:none;
}
