a:link { }

a:visited { }

a:hover { }

a:active { }
#tocorpus a:link, #tocorpus a:visited  /* 用例コーパス・ページへのリンク */ {
	color: white;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #396;
	text-decoration: none;
	text-align: center;
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	border: solid 1px #366;
	display: block; }

#tocorpus a:hover, #tocorpus a:active {
	color: #396;
	background-color: white;
	border: solid 1px; }

