@charset "UTF-8";
#top {
 margin-top:10px;
 width:640px;
 /* height:60px; */
 /* background:#fff url(../img/top.jpg) no-repeat; */
 border:solid rgb(245,244,235);
 border-width:1px 1px 0 1px;
}

#top h1 {
 font-size:1px;
 /* color:#dedaff; */
 margin:0;
}
#top ul {
 background:url(../img/top_link.gif) no-repeat top;
 margin:3px 3px 0 0;
 border:solid rgb(0,0,0);
 border-width:0 0 3px 0;
 padding:3px 3px 0 0;
 color:rgb(255,255,255);
 list-style:none;
 text-align:right;
 line-height:1em;
}
#top li {
 display:inline;
 font-size:x-small;
 font-weight:bold;
 margin:0 3px;
 padding:0;
}

