@charset "UTF-8";
/* common style */


a:link{
	color:#2056AC;
	}
a:visited{
	color:#666;
	}
a:hover{
	color:#1E7CF2;
	}
a:active{
	color:#2056AC;
	}
	
.cf{
	zoom:1;
	}
.cf:after{
	content:" ";
	display:block;
	height:1px;
	visibility:hidden;
	clear:both;
	}