@charset "utf-8";

/* global style */
* {margin:0;padding:0;}
html, body {height:100%;background:#924023 url(/images/background.jpg) top center;font:normal 12px Arial, Helvetica, sans-serif;text-align:center;}
table {border-collapse:collapse;}
address, caption, cite, code, dfn, i, em, th, var {font-style:normal;font-weight:normal;}
li, dd, dt {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
img {border:0px;}
a {text-decoration:none;outline:none;}
a:link, a:visited {color:#FFF;}
a:hover {color:#ee7f23;}

/* global class style */
.float_l {float:left;}
.float_r {float:right;}
.clear {clear:both;}
.websize{width:880px;margin:0 auto;text-align:left;clear:both;}

