div.m-spblue180 {
    margin:0 auto; width: 580px; text-align: left; 
    color: #0a3048;
    padding: 20px;
    font-weight: normal;
    font-size: 12px;
    font-family: "宋体，ＭＳ Ｐゴシック,ＭＳ 明朝";
    line-height: 26px;}


span.blue { color: #333355;}

span.black { font-size: 12px;
             color: #444444;
}
span.black1 { font-size: 12px;
             color: #1a171b;
}

span.brown { font-weight:900;
             color: #361818;
}

span.white { font-weight:900;
             font-size: 12px;
             color: #ffffff;
}

a.lin{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:link.lin {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:visited.lin {/*訪問後のリンク*/
    color:#000000;
    text-decoration:underline;
}
a:hover.lin {/*マウスをのせたとき*/
    color:#b0cb24;
    font-style:normal;
    text-decoration:underline;
}

a:hover.lin1 {/*マウスをのせたとき*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
a:active.lin {/*クリック中*/
    text-decoration:none;
    color:#000000;
}
a.lin1{/*リンクされた文字*/
    color:#1a171b;
    font-style:normal;
    text-decoration:underline;
}
a:link.lin1 {/*未訪問のリンク*/
    color:#1a171b;
    font-style:normal;
    text-decoration:underline;
}
a:visited.lin1 {/*訪問後のリンク*/
    color:#1a171b;
    text-decoration:underline;
}
a:hover.lin1 {/*マウスをのせたとき*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
a:active.lin1 {/*クリック中*/
    color:#1a171b;
}