@charset "utf-8";

/*  reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td, select{
margin:0;
padding:0;
font-weight:normal;
}
body{
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
}
table{
margin:0;
border-collapse:collapse;
border-spacing:0;
} 
fieldset,img{
margin:0;
padding:0;
font-size:0;
border:0;
}
address,caption,cite,code,dfn,em,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
} 
caption,th {
text-align:left;
} 
h1,h2,h3,h4,h5,h6{
font-size:100%;
}
a{
text-decoration:none;
/*去虛線框*/
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

div>img{
margin-bottom:0
}
.clean{
	clear: both;
	background-color: #C0C0C0;
}
input{outline:none;}