@charset "utf-8";

*{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	font-size:13px;
	color:#000;
	font-weight:normal;
}
input, textarea, select{
	font-family:inherit;font-size:inherit;font-weight:inherit;
}
img{
	border:0;
}
body{
	background:#FFF;
	text-align:center;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
ul{
	list-style:none;
}
a{
	color:#039;
}
a:visited{
	color:#039;
}
a:hover{
	color:#f00;
}
input,select,textarea{
	border:1px solid black;
}
#header_link{
	width:800px;
	margin:5px auto;
	text-align:left;
}
#page_top_span a{
	color:#000;
	font-size:0;
	visibility: hidden;
	float:left;
}
.center_block{
	width:100%;
	float:left;
}
.page_top{
	width:100%;
	margin:20px 0 0 0;
	float:left;
	text-align:right;
}
.page_top a{
	margin:0 10px 0 0;
}
#valid_p{
	width:800px;
	margin:0 auto;
	text-align:left;
}
#fc2{
	display:none;
}
.cbm{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.cb{
	width:100%;
	float:left;
}
