@charset "utf-8";

@font-face {
	font-family:futurastd;
	src: url("../font/futura_std_medium.ttf"), url("../font/futura_std_medium.eot") format('embedded-opentype');
}

body{
	font-size:14px;
	color:#777777;
	margin:0;
	padding:0;
	font-family:futurastd, 新細明體, sans-serif;
	line-height:22px;
	z-index:0;
	position:relative;
	-webkit-text-size-adjust:none;/* Chrome font set*/
	height:auto !important;
	background-color:#fff;
	-webkit-font-smoothing: antialiased;/* 文字平滑 -webkit-font-smoothing: none | subpixel-antialiased | antialiased */
	 height: 100%;
	 width:100%;

}

*{margin:0; padding:0;font-family:futurastd, 新細明體, sans-serif;}

ol,ul{list-style:none;}

a{
	outline-style:none;
	text-decoration:none;
	color:#1e1e1e;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	cursor:pointer;
}

a:hover{
	/*color:#dedede;*/
	/*text-decoration:underline;*/
	color:#4d7fb2;
	cursor:pointer;
	text-decoration:underline;
}

img{
    border-style:none;
}


/* clear float */
.clr:after{
	content:".";
	clear:both;
	height:0px;
	display:block;
	height:0px;
	visibility:hidden;
}


pre{
	font-size:12px;
	white-space:pre;
}

