@CHARSET "utf-8";

/* ----------------------- Browser Default Initialization */  
html {
	overflow-y: scroll;
}
body, div, ul, li, form, fieldset, input, p, blockquote, td {
	margin: 0;  padding: 0;
}
table {
	border-collapse: collapse;  border-spacing: 0;
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
/* ----------------------- Basic Style */  
/* ------------ Font Style */  
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}
/* ------------ A Style */  
a:link {
	text-decoration: none;
	color: #00F;
}
a:visited  {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #00F;
}

/* ------------- Clearfix */
.clearfix:after{
    content:	".";
    display:	block;
    height:		0;
    clear:		both;
    visibility:	hidden;
}
.clearfix{
    display:	inline-block;
    min-height:	1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*---------------------*/