body
{
    line-height: 1.4;
    color: #333333; 
    font: 13px/1.231 'Lucida Grande',Verdana,Arial,'Hiragino Kaku Gothic Pro',Meiryo,'メイリオ',sans-serif
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
    min-height:1%;
}
.clear {
    clear: both;
}
/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #195288;
    text-decoration: underline;
}
a:link:hover ,
a[href]:hover {
    color: #195288;
    text-decoration: none;
}
