<style>
/*テーブルで使用されているボタン*/
.BtnTB{
	font-size : 16px;
	width : 50px;
	height:  1.8em;
	color : black;
	background-color : #CCCCCC;
/*	border-style : outset; */
	border:2px outset;
	text-decoration : none;
	text-align : center;
	text-valign : center;
	padding-top : 3px;
}
/*テーブルで使用されているボタン　カーソルが上にある場合*/
A.BtnTB:hover{
	color : white;
	background-color : navy;
}

.fontTB{
	font-size : 16px;
}

/*ボタン*/
.Btnlavender{
	font-size:18px;
	font-weight:bold;
	width:200px;
	height:50px:color:black;
	border-color:lavender;
	background-color:thistle;
        border:4px outset;
	text-decoration : none;
	text-align : center;
	text-valign : center;
	padding-top : 3px;
	padding-left : 10px;
	padding-right : 10px;
}
/*カーソルが上にある場合*/
A.Btnlavender:hover{
	color : white;
	background-color : navy;
}

table_scroll{
	width:300px;
	height:100px;
	background-color:#ff9;
	overflow:auto;
}

</style>