@charset "utf-8";

/*--------------------------------------------------------------------------------01
  begininng
*/

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: microsoft yahei, hiragino sans gb, verdana, sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  line-height: 1.6em;
}

table {
  font-size: inherit;
  font: 100%;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre{
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a img:hover,
a:hover img {
  opacity: 0.7;
}

li {
  list-style: none;
}

select,
option,
input,
textarea {
  font-family: microsoft yahei, hiragino sans gb, verdana, sans-serif;
  font-size: 13px;

}

/*--------------------------------------------------------------------------------02
  font
*/

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,address,pre {
  margin: 0;
  padding: 0;
  color: #000;
}

/*--------------------------------------------------------------------------------03
  a
*/

a:link{
  color: #000;
}
a:active,
a:visited{
  color: #666;
}
a:hover{
  color: #666;
}

/*--------------------------------------------------------------------------------
  background fix
*/
#all {
  min-width:1040px;
}