#link { margin-top: 10px; width: 560px; }
/*　ページリンク
*****************************************************/
.pagelink   { text-align:center; width:560px; font-size: 70%; }
.pagelink a { color: #F60; text-decoration: underline; font-weight: bold; }
.tablebox {
	margin-top:5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #666;
}
.tablebox td { 
	padding:5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #666; }
.tablebox tr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #666;
}
.tabletitle {
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.tablebox a {
	font-size: 75%;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
	text-align: center;
}

