@charset   "Shift_JIS";
/*------------ table style set ------------*/











.wakuClass{
		border-left-width : 1px;
		border-right-width : 1px;
		border-bottom-width : 1px;
		border-style : none solid solid;
		border-left-color : black;
		border-right-color : black;
		border-bottom-color : black;
		width : 550px;
		height : 500px;
}
.selectedtabClass{
		display:block;
		vertical-align : middle;
		text-align : center;
		border-width : 1px 1px 0px;
		border-style : solid solid none;
		border-top-color : black;
		border-left-color : black;
		border-right-color : black;
		width : 100px;
		height : 20px;
}
.linkClass{
		display:block;
		text-decoration : none;
		width : 100px;
}
.linktabClass{
		vertical-align : middle;
		text-align : center;
		border-width : 1px;
		border-style : solid;
		border-color : black;
		background-color : gray;
}
.notabClass{
		border-bottom-width : 1px;
		border-bottom-style : solid;
		border-bottom-color : black;
		width : 20px;
		height : 20px;
}
.spaceClass{
		border-bottom-width : 1px;
		border-bottom-style : solid;
		border-bottom-color : black;
		width : 220px;
		height : 20px;
}
