@charset "utf-8";
/* CSS Document */
.tops
{
	border:1px solid #CCC;
	height:60px;
	overflow:auto;
}
.tops h1
{
	 
	float:left;
}
.tops h1 img
{
	 
	width: 80px;
}

.tops p
{
	float:right;
	margin-top:20px;
	margin-right:20px;
}
.tops p img
{
	width:20px;
	height:20px;
	float:left;
}
.tops p span
{
	height:20px;
	font-size:14px;
	margin-left:10px;
	line-height:20px;
}
.tops h2
{
	font-weight:normal;
	font-size:18px;
	height:60px;
	line-height:60px;
	float:left;
	margin-left:30px;
}