﻿@charset "utf-8";

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


listdatehtml{overflow:auto;}

body{
	font-size:14px;
	color:#1e1e1e;
	margin:0;
	padding:0;
	font: 300 15px/22px Helvetica, '微軟正黑體', sans-serif;
	line-height:20px;
	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 */
	background-image:url('img/bdbg.png');

}


*{margin:0; padding:0;font-family:Helvetica, '微軟正黑體', sans-serif;}

ol,ul {list-style:none;}



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

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



img{
    border-style:none;
}


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

