234/* CSS Document  */
body {
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
    text-align: left;
    font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    color:#111;
    font-size:13px;
}

ul{
    margin:0;
    padding:0;
}
.newsList{	
        margin:0;
        padding:0;
        border-bottom:dotted 1px #999;
        list-style:none;
}
.newsList a:link{
        padding:15px 8px 15px 10px;
        margin:0;
        background:url(https://www.sipstool.jp/welovetenmonkan/cms/article/img/icon01.png) left center no-repeat;
        text-decoration:none;
        color:#111;
        display:block;
        font-size:13px;
}
.newsList a:hover{
        padding:15px 8px 15px 10px;
        background:url(https://www.sipstool.jp/welovetenmonkan/cms/article/img/icon01.png) left center no-repeat;
        text-decoration:none;
        color:#111;
        display:block;
        background-color:#FFFFBF;
}
.newsList a:visited{
        color:#111;
}