@charset "utf-8";

/*!
 * @base.css
 * @1
 *       2
 */
/*  */
html {
	font-family: '' !important;
	font-size:13px;
}
body{
	min-width:1200px;
	text-align: left;
}


/*  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
   margin:0;
   padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;}
p,h1 {
   -webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
}
i{margin: 0;padding: 0;}
/*  font  */
button,input,select,textarea {
	font-family: '';
   font-size:13px;
	border:none;
}
input,select,textarea {
    font-size:100%;
}
/*  table cell  */
/* ie bugth  text-align */
th {
   text-align:inherit;
}
/*  */
fieldset,img {
   border:none;
}
/* ie6 7 8(q) bug  */
iframe {
   display:block;
}
/*  firefox  */
abbr,acronym {
   border:none;
   font-variant:normal;
}
/*  del  */
del {
   text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
   font-style:normal;
   font-weight:500;
}
/* li  */
ol,ul {
   list-style:none;
}
/*IE7li*/
li{ vertical-align: middle;}
/*  */
caption,th {
   text-align:left;
}
/*  */
sub,sup {
   font-size:75%;
   line-height:0;
   position:relative;
   vertical-align:baseline;
}
sup {
   top:-0.5em;
}
sub {
   bottom:-0.25em;
}
/*  hover  */
a:hover {
   text-decoration:none;
}

/*  */
ins,a {
   text-decoration:none;
}
/* a */
a {
   color:#454545;
}
/*  ie6 
