@charset "shift-jis";
/* CSS Document */

/*マウスポインタ*/
.link_css{
    cursor: pointer;
	text-decoration:underline;
}
.link_css:hover{
	text-decoration:none;
}

/* clearfix */
.cablegate_cf:after {
    content:" ";
    display:block;
    clear:both;
}
