@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	font-size:12px;
	line-height:150%;
	text-align: center;
}

a,
a:link,
a:visited {
	color:#E4E4E4;
	text-decoration: none;
}

a:hover,
a:active {
	color:#FF0000;
	text-decoration: none;
}

#wrapper {
	margin:0px auto;
	width:1024px;

}


.seoh1{
	font-weight:lighter;
	font-size:9px;
	margin-top:3px;
	margin-bottom:0px;
	color: #CCC;
	text-align:left;
}


/*clearfix */

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/*clearfix end */
