body,td,th {
    font-size: small;
    color: #333333;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #990000;
}
a:active {
    text-decoration: none;
    color: #330000;
}
body {
    background-color: #ffffff;
}
img {
    border-style:none;
}     
ul {
 list-style:none;   
}
li {
 float: left;
 list-style-type: none;
 width: 159px;
 height:30px;
 padding: 0px 0px;
}
#all {
  width: 780px;
  margin: 0px auto;
  padding: 0px;
  border-color: #cccccc; border-width: 1px; border-style: solid;   
}   
#header {
 width: 780px;
 height: 80px;
 border-bottom-color: #cc0000; border-bottom-width: 8px; border-bottom-style: solid;
}
#navi {
 width: 159px;
 float: left;
 padding: 10px 0px 0px 0px;
}
#main { 
  width: 620px;
  float: right;
  border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid;
}
#news {
 width: 560px;
 margin:40px 20px 40px 20px;
 padding:10px 10px;
 border-color: #cccccc; border-width: 1px; border-style: dotted;
}
#footer {
  clear: both;
  width: 780px;
  text-align: center;
  padding:0px 0px 10px 0px;
}
.na {
 background: url(../img/foot.gif) no-repeat;
 height: 30px;
 padding: 8px ;
}
.ma {
 padding: 10px 10px 15px 15px;
}