@charset "utf-8";
/* CSS Document */
#content {
	width:820px;
}
.headline-left{
	width:400px;
	height:600px;
	float:left;
	
}
.headline-left h4 {
	background-color:yellow;
	width:200px;
	border-radius:15px;
	text-align:center
}
.link {
	font-size:25px;
	color:#FFF;
}

.headline-left  li{
	text-align:left;
	
}
.headline-right  li{
	text-align:left;
}

.headline-right{
	width:400px;
	height:600px;
	float:right;
}
.sitesurvey-diff {
	border-collapse:collapse;
	width:400px;
	height:auto;
}
.sitesurvey-diff th{
	font-size:15px;
}
.sitesurvey-diff tr{
	height:30px;
	border: 1px;
	border-bottom:1px thick #F00;
	text-align:center;
}
.sitesurvey-diff .hikaku {
	font-size:13px;
}


.visiwave-intro {
	width:250px;
	height:250px;
	margin:11px;
	float:left;
}
.visiwave-intro h3 {
	font-size:15px;
	color:#666;
}