@charset "utf-8";

/*default*/

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	background-color: #fff;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

.nobrd {
	border: none !important;
}


/* link */

a, a:link, a:visited {
	color: #666;
	text-decoration: underline;
	outline-style: none;
}


a:hover, a:active, a:focus {
	color: #03c;
	text-decoration: underline;
}


/* heading */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
	/*font-size:1.00em;*/
	font-size: 100%;
}

/* list */

dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
}

ol, ul {
	list-style: none;
}

/* table */

table {
	border-collapse:collapse;
	border-spacing:0;
}

th, td {
	margin:0;
	padding:0;
}

/* etc */

fieldset, img {
	border:0;
}

address, caption, cite,
code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

abbr,acronym {
	border:0;
}

/* clear fix */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* png alpha for ie 6 */

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

