<STYLE TYPE="text/css"><!--

/*　全てのリンク　*/
a:link {
	text-decoration:underline;
	color:#0000FF;
}
a:visited {
	text-decoration:underline;
	color:#FF0000;
}
a:hover {
	text-decoration:underline;
	font-weight:none;
	color:#ffffff;
	background-color:#0000FF;
}
a:active {
	text-decoration:underline;
	color:#FF0000;
}

/*　ナビのリンク　*/
a.nlink:link {
	text-decoration:none;
	color:#FFFFFF;
}
a.nlink:visited {
	text-decoration:none;
	color:#FFFF00;
}
a.nlink:hover {
	text-decoration:underline;
	color:#FFFF00;
}
a.nlink:active {
	text-decoration:none;
	color:#FFFF00;
}

/*　ナビゲーション　*/
.navi {
	font-size:10px;
	color:#FFFFFF;

}


/*　サイズ変更　*/
td {
	font-size:12px;
	line-height:1.5;
	margin-left:0px;
	margin-right:auto;
}

h1 {
	font-size:10px;
	color:#000000;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.f10 {
	font-size:10px;
}

table.hyo10 td {
	border-bottom: 1px solid #000;
}

table.hyo10 td.end {
	border-bottom: 0;
}


--></STYLE>