/*-------------------------------------------------------------------------
	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;
    text-align: justify; /* for modern browser */
    text-justify: inter-ideograph; /* IE6กม8 */
}
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 */


/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	text-decoration: none;
	color: #345F2C;
}
body a:visited {
	text-decoration: none;
	color: #DFA76F;
}
body a:active {
	text-decoration: none;
	color: #FF3300;
}
body a:hover {
	text-decoration: underline;
	color: #EE8A08;
}
/* =============== fontaverage ===============*/
body {*font-size:small;*font:x-small;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
