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

* {

	margin: 0;

	padding: 0;

}



body {

	margin-top: 0px;

	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size:10px

	color: #999999;

}


.area{
	width: 540px;
	margin: 0px auto;
	margin-bottom:12px;
	position: relative;
	text-align:justify;
	font-size:11px
}


.area1{
	width: 750px;
	margin: 0px auto;
	margin-top:9px;
	position: relative;
	text-align:center;
	font-size:11px
}


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}