/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for Lexues Corporate Site Labs.
	[ reset css :reset_cafe.css ]	
	Copyright(C)2008 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 */
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	color: #666666;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #731B07;
}
body a:active {
	text-decoration: none;
	color: #FF3300;
}
body a:hover {
	text-decoration: underline;
	color: #FF7515;
}
