html {
    overflow: auto;
}
body{
	background: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	line-height: 140%;
}

.hyou1 table{
	width:50%;
	text-align:center;
	border-collapse:separate;
}
.hyou1 th{
	text-align:center;
	padding: 5px;
}
.hyou1 td{
	text-align:center;
	padding: 5px;
}
.hyou1 img{
	width:50%;
}

.hyou2 table{
	width:100%;
	text-align:center;
	border-collapse:separate;
}
.hyou2 th{
	text-align:center;
	padding: 5px;
}
.hyou2 td{
	vertical-align:top;
	text-align:center;
	font-size:20px;
	color:#CC9900;
	font-weight: bold;
	padding: 5px;
}
.hyou2 img{
	width:100%;
}
