@charset "utf-8";
/* CSS Document */
#sougougraf {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#sougougraf table caption {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
#sougougraf table tr th {
	background-color: #FFF;
	color: #666;
}
#sougougraf table tr td {
	background-color: #FFF;
	color: #000;
	font-size: 14px;
}
#sougougraf table tr td a{
	font-size: 14px;
}

#back_to_top {
	margin-top: 20px;
	text-align: center;
}
#back_to_top a{
	color:#F00;
	font-size: 18px;
	}

#hikaku_menu {
	padding: 0px;
	height: 20px;
	width: 820px;
	margin-top: 20px;
	margin-left: auto;
}

#hikaku_menu ul {
	display: inline;
	list-style-type: none;
	text-indent: 3px;
}
#hikaku_menu ul li {
	float: left;
	margin-right: 45px;
	margin-left: 45px;
	color: #999;
}
