.contentsWrap .all {
	width: 50%;
}
.contentsWrap td {
	font-size: 13px;
}
.contentsWrap .menu {
	text-align: center;
	margin-top: 3px;
	padding: 2px 1px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #eeeeee;
}
.contentsWrap .fk {
	height: 20px;
	border: 1px solid #000044;
	background-color: #eeeeee;
}
.contentsWrap ul {
	margin-left: 140px;
}
.contentsWrap li {
	float: left;
	margin-right: 5px;
}
/*.contentsWrap a {*/
.menu a {
	color: blue;
	text-decoration: none;
	display: block;
	border: 1px solid #666666;
	width: 80px;
	font-weight: bold;
}
/*.contentsWrap a:hover {*/
.menu a:hover {
	color: #FFFFFF;
	background-color: blue;
}
.contentsWrap a.disp_link {
	border: 1px solid #000000;
	padding: 5px;
	margin: 2px;
	color: blue;
	background-color: #eeeeee;
	text-decoration: none;
}
