/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for Sola Okinawa HOLIBI Site.
	[ reset css :reset.css ]	
	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 */
/* ====================================================================== */
/* link */
/* ====================================================================== */
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: underline;
	color: #EE8A08;
}

