@charset "UTF-8";
* {

margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "sans-serif", "Osaka";
color: #222222;
font-size: 12px;
background-color: #FADB3F;
}
.smallestdarkgray {
color: #222222;
font-size: 9px;
}
.MENU {
width: 200px;
background-color: #CCCCCC;
position: absolute;
text-align: left;
visibility: hidden;
z-index: 999;
margin-top: 0px;
margin-left: 20px;
}
.MENUITEM {
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
a.MENUITEM {
color:#000000;
cursor: default;
display: block;
font-size: 11px;
font-style: normal;
line-height: 20px;
padding-left: 10px;
margin: 0px;
text-decoration: none;
white-space: nowrap;
}
a.MENUITEM:hover {
background-color: #666666;
padding-left: 10px;
color: white;
}
td.learnmore a {
top: 0px;
left: 110px;
width: 140px;
height: 52px;
background: url(../images/learn.gif);
}
td.learnmore a:hover, td.learnmore a:active {
top: 0px;
left: 110px;
width: 140px;
height: 52px;
background: url(../images/learn_g.gif);
}
td.visit a {
top: 0px;
left: 250px;
width: 164px;
height: 52px;
background: url(../images/visit.gif);
}
td.visit a:hover, td.visit a:active {
top: 0px;
left: 250px;
width: 164px;
height: 52px;
background: url(../images/visit_g.gif);
}
td.courses a {
top: 0px;
left:414px;
width: 101px;
height: 52px;
background: url(../images/courses.gif);
}
td.couses a:hover, td.courses a:active {
top: 0px;
left: 414px;
width: 101px;
height: 52px;
background: url(../images/courses_g.gif);
}
td.about a {
top: 0px;
left: 620px;
width: 110px;
height: 52px;
background: url(../images/about.gif);
}
td.about a:hover, td.about a:active {
top: 0px;
left: 620px;
width: 110px;
height: 52px;
background: url(../images/about_g.gif);
}
td.member a {
top: 0px;
left: 730px;
width: 170px;
height: 52px;
background: url(../images/member.gif);
}
td.member a:hover, td.member a:active {
top: 0px;
left: 730px;
width: 170px;
height: 52px;
background: url(../images/member_g.gif);
}
.title {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "sans-serif", "Osaka";;
color: #990000;
font-size: 15px;
font-weight: bold;
}
.q {
color: #990000;
}
ul.dot li{
list-style-position:outside;
list-style-type: disc;
}
ul.dot li.line{
list-style-position:outside;
list-style-type: disc;
line-height: 15px;
}
.boldblack {
font-weight: bold;
}
/*link*/
td.boldblack a:link {
color: #990000;
text-decoration:none;
}    
td.boldblack a:visited { 
color: #990000;
text-decoration:none;
}   
td.boldblack a:hover { 
color: ##990000;
text-decoration:underline;
} 
td.boldblack a:active { 
color: #990000;
text-decoration:none;
} 
