/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets
	Copyright(C)2009 LEXUES Inc.All Rights Reserved.
------------------------------------------------------------------------- */


/* =============== reset ===============*/
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 {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
a img { 
	border: 0;
}
.clear {
	clear: both;	
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* =============== linkreset ===============*/
body a:link {
	color: #0A4678;
}
body a:visited {
	text-decoration: none;
	color: #551A8B;
}
body a:active {
	text-decoration: none;
	color: #FF3300;
}
body a:hover {
	text-decoration: none;
	color: #EE8A08;
}


/* =============== fontaverage ===============*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}