body { }

p { }

td { }

a:link { color: #000; }

a:visited { color: #808080; }

a:hover { color: #f00; }

a:active { color: #f00; }
.head { font-size: large; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 700; }
.head_sm { font-size: medium; font-family: "Times New Roman", Georgia; font-weight: 700; }
.head_md_u { font-size: medium; font-weight: 700; text-decoration: underline; }
.body_sm { font-size: medium; font-family: Arial; font-weight: normal; }
.body_sm_u { font-size: medium; font-family: Arial; font-weight: normal; text-decoration: underline; }
.desc { font-size: small; font-family: arial, sans-serif; font-weight: 400; }
.desc_kc { font-size: small; font-family: Arial, sans-serif; font-weight: 400; background-image: url(sitemap/kyu_chan_bg_l.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center; }
.desc_b { font-size: small; font-family: arial, sans-serif; font-weight: 700; }
.desc_u { font-size: small; font-family: arial, sans-serif; font-weight: 400; text-decoration: underline; }
.desc_md { font-size: medium; font-weight: 400; }
.underbar_sm { font-size: small; font-family: Arial; font-weight: normal; }
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: red;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: red;
	background-color: white;
	-moz-border-radius: ;
}
table.plain {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.plain th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.plain td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

