@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote{
margin:0;padding:0;}

ul li,ol li {list-style:none;} 
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input,textarea,select{font-family: inherit;font-size:inherit; font-weight:inherit;}
input,textarea,select{*font-size:100%;}
a img {border:none;}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.fs12 {font-size: 0.75em;}
.fs13 {font-size: 0.813em;}
.fs14 {font-size: 0.875em;}
.fs15 {font-size: 0.938em;}

.alpha a:hover img {opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)";}