@charset "utf-8";
/* CSS Document */

/*base setting*/
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
}
br{line-height:100%;}
html {
	overflow-y: scroll;
}

/*base font*/
body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, SimHei, sans-serif;
	color: #666666;
}
a {
	color: #5078A0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}	
/*ie5-6*/
* html body {
	font-size:75%;
}

.clearfix {display: inline-block;

}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
.clearfix {display: block;
}
/* End hide from IE-mac */
.clearfix:after {
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.imgover {
}
.aural {
	display: none;
}
