/* Í³ÉÛ±¡ÎÁÍý¸¦µæ²ñ¥µ¥¤¥È */


/* ----- ´ðËÜ ----- */

body {
	font-family: "MS Gothic", "¥Ò¥é¥®¥Î´Ý¥´ Pro W4", Osaka, sans-serif;
	font-size: x-small;
	background-color: white;
}
td {
	font-family: "MS Gothic", "¥Ò¥é¥®¥Î´Ý¥´ Pro W4", Osaka, sans-serif;
	font-size: x-small;
}
form,input,select {
	font-family: "MS UI Gothic", "MS Gothic", "¥Ò¥é¥®¥Î´Ý¥´ Pro W4", Osaka, sans-serif;
	font-size: x-small;
}
A { color: #0055aa; }
A:link { color: #0044aa; text-decoration: none; }
A:visited { color: #0044aa; text-decoration: none; }
A:active {color: #0044aa; text-decoration: none; }
A:hover {color: mediumblue; text-decoration: underline; }
.spacer { font-size: 5px; }



/* ¥Ø¥Ã¥À¡¼ */
td.linkbar {	/* ¥ê¥ó¥¯¥Ð¡¼ */
	text-align: right;
	vertical-align: top;
}
.linkbarlst {
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.linkbarlst A { color: black; background-color: wheat; padding: 3px; padding-top: 1px; }
.linkbarlst A:link { color: black; text-decoration: none; }
.linkbarlst A:visited { color: black; text-decoration: none; }
.linkbarlst A:active {color: black; text-decoration: none; }
.linkbarlst A:hover {color: black; text-decoration: none; background-color: burlywood; }

.linkbarlst2 A { color: white; background-color: black; padding: 3px; padding-top: 1px; }
.linkbarlst2 A:link { color: white; text-decoration: none; }
.linkbarlst2 A:visited { color: white; text-decoration: none; }
.linkbarlst2 A:active {color: white; text-decoration: none; }
.linkbarlst2 A:hover {color: white; text-decoration: none; background-color: darkslategray; }





