@charset "utf-8";
.deflist dt {
font-weight:bold;
color:#333333
}
.deflist dt a {
font-weight:bold;
text-decoration:underline;
color:#333333
}
.deflist dd {
margin-bottom:15px;
margin-left:15px;
}
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #FFFF99;
color:#666666;
}
h1 {
color:#111111;
}
.u {
text-decoration:underline;
}
.letter {
font-size:20px;
font-weight:bold;
color:#222222;
}
tr td {
background:#FFFF99;
border:solid thin #999999;
width:3.3%;
}
tr td:hover {
background:#CCCCCC;
}
tr td:hover a {
color:#666666;
}
tr td a {
color:#999999;
text-decoration:none;
}
tr td a:hover {
color:#FFFFFF;
text-decoration:none;
}
tr td a:visited {
text-decoration:none;
}
tr td a:active {
color:#999999;
text-decoration:none;
}
.search{
margin: 20px 0px 20px 0px;
padding: 0px;
max-width:1024px;
}
table {
width:100%;
max-width:1024px;
border:solid 1px #999999;
font-weight:bold;
}
a {
color:#333333;
text-decoration:underline;
}
a:hover {
color:#333333;
text-decoration:underline;
}
a:visited {
text-decoration:underline;
}
.sel {
background:#CCCCCC;
}
.topm {
margin-top:40px;
}