@charset "UTF-8";
/*逆アクセスランキング*/
table.ranking{
	width: 580px;
	table-layout: auto;
	margin: 10px 0;
	line-height: 180%;
}
table.ranking td{
    padding: 5px;
}

table.link_info{
	width: 580px;
	table-layout: auto;
	margin: 10px 0;
	line-height: 180%;
	border-collapse: collapse;
}
table.link_info th{
    padding: 5px;
	border: solid 1px #999999;
}
table.link_info td{
    padding: 5px;
	border: solid 1px #999999;
}

table.regist_form{
	width: 580px;
	table-layout: auto;
	margin: 10px 0;
	line-height: 180%;
	border-collapse: collapse;
}
table.regist_form th{
    padding: 5px;
	border: solid 1px #999999;
}
table.regist_form td{
    padding: 5px;
	border: solid 1px #999999;
}

/*トップページ用*/
table.top_ranking{
    width: 170px;
}
