#note{
 left   : 0px ;
 border : 1px solid #FF9900 ;
 /* width  : 630px ; */
 line-height : 1.4em ;
}

.title {
 background-color : #FF9900 ;
 font-size        : 14px;
 color            : #FFFFFF;
 padding          : 3px 5px 2px 5px ;
}

.normal {
 margin : 2px 3px 0px 3px ;
}

ul {
 margin  : 2px 0px 1.5em 0.5em ;
 padding : 0px ;
}

li {
 list-style-type     : none ;
 padding-left        : 5px ;
 padding-right       : 3px ;
 background-image    : url( "../image/note/dot.gif" ) ;
 background-position : 0px 6px ;
 background-repeat   : no-repeat ;
}

li.red {
 background-image    : url( "../image/note/dot_red.gif" ) ;
 color               : #FF0000 ;
}

