@charset "utf-8";
/* ==================================================
reset
================================================== */
body {
	margin:0;
	padding:0;
	font-size:14px;
	overflow-x:hidden!important;
}
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,td,th,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote {
	margin			: 0;
	padding			: 0;
	font-size		: 100%;
}
table {
	border-collapse	: collapse;
	border-spacing	: 0;
}
caption {
	text-align:right;
}
fieldset,img {
	border			: 0;
}
input, textarea, select {
	font-family		: inherit;
	font-weight		: inherit;
	font-size		: 100%;
}
ol,ul { 
	list-style		: none;
}
.hidden {
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
}

/* CLEARFIX CLASS
=============================================================== */
.clear {
	clear			: both;
}

br.clear {
	font-size:0 !important;
	line-height:0 !important;
}

.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	content			: "";
	overflow		: hidden;
}
.clearfix {
	overflow		: hidden;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
	overflow		: visible;
}
.clearfix {
	display			: block;
}
/* END OF FOR MAC IE */

