div.singlepost
{
    color : #000000;
}

div.moreinfotitle
{
    margin-bottom : 10px;
}

li.morelistitem
{
    margin-bottom : 10px;
}

span.codetitle
{
    text-decoration : underline;
          font-size : small;
}

div.sourcecode
{
          border    : #808080 1px solid;
             margin : 10px;
    background-color: #f5f5f5;
}

div.sourcecode pre
{
         margin : 10px;
      font-size : small;
    font-family : 'ＭＳ ゴシック', monospace;
}

pre span.keyword
{
    color : #0000ff;
}

pre span.comment
{
    color : #008800;
}

pre span.number
{
    color : #ff0000;
}

pre span.string
{
    color : #800000;
}

div.center
{
     text-align : center;
}