@charset "utf-8";

/* //////////////////////////////////////////////////////////////////////////////////
CSS Information
edit:11/05/11
styleinfo:browser-defaultreset
////////////////////////////////////////////////////////////////////////////////// */

html {
  overflow-y: scroll;
}

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

h1,h2,h3,h4,h5,h6,p{
  font-size: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:100%;
}

th,td {
  font-weight:normal;
}

object,embed {
  vertical-align: top;
}

hr,legend {
  display: none;
}

img,abbr,acronym,fieldset {
  border: 0;
  vertical-align:bottom;
}

li {
  list-style-type: none;
}

br {
  letter-spacing: 0;
}

/* -------------------------------
box float clear hack
------------------------------- */
.clearfix:after {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
  content: ".";
}
.clearfix {
  min-height: 1%;
  display: inline-table;
}
/* Hides from MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end MacIE5 */
