/* 
    Document   : ${name}
    Created on : ${date}, ${time}
    Author     : ${user}
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


ul.anns {
    list-style: none;
    vertical-align: middle;
    top: -6px;
    *top: 0px;
}

div.obukiFront {
    height: 30px;
    border: 1px solid gray;
    background: url(bg.jpg) repeat-x top left;
}

div.obukiFront span{
    color: gray;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

div.obukiFront a {
    color: black;
    font-size: 14px;
    text-decoration: none;
}