*{
	/* 意図しない横幅が出ないように画面幅で強制改行を有効にする */
	word-break: break-all;
}

#main {
	width: 1920px;
	border: solid 1px #f00;
}

#menu-contents {
	position: absolute;
	left: 1620px;
	top: 0px;
	margin: 0px 0px 0px auto;
	padding: 0px;
	width: 300px;
	height: 1080px;
	background-color: #000;
	text-color: #fff;
}	float: right;


#menu-contents img {
	margin: 10px;
}

table#MENU-TABLE {
	margin: 0px;
	width: 100%;
	border: solid 0px #fff;
	border-collapse: collapse;
}

table#MENU-TABLE td {
	text-align: center;
}

table#SUB-MENU01 {
	margin: 50px auto;
	width: 100%;
	border: solid 0px #fff;
	border-collapse: collapse;
}

table#SUB-MENU01 td {
	text-align: center;
}

.SELECT-MENU {
	height: 90px;
	background-image: url( './img/SELECT-LINE.png' );
}

.SELECT-MENU-AB {
	height: 90px;
	background-image: url( './img/SELECT-LINE-AB.png' );
}

.SELECT-MENU-CD {
	height: 90px;
	background-image: url( './img/SELECT-LINE-CD.png' );
}

.SELECT-MENU-EF {
	height: 90px;
	background-image: url( './img/SELECT-LINE-EF.png' );
}

.UNSELECT-MENU {
	height: 90px;
	background: transparent;
}


input.MENU-BUTTON {
	width: 252px;
	height: 80px;
	border: none 0px;
	background-color: transparent;
}
input:focus {
	outline: 0px #ff0000 none;
}
input#MENU01-IMG { background-image: url('./img/OVER-AB.png'); }
input#MENU01-IMG:active { background-image: url('./img/DOWN-AB.png'); }
input#MENU02-IMG { background-image: url('./img/OVER-CD.png'); }
input#MENU02-IMG:active { background-image: url('./img/DOWN-CD.png'); }
input#MENU03-IMG { background-image: url('./img/OVER-EF.png'); }
input#MENU03-IMG:active { background-image: url('./img/DOWN-EF.png'); }

input#MENU04-IMG { background-image: url('./img/OVER-FIND1.png'); }
input#MENU04-IMG:active { background-image: url('./img/DOWN-FIND1.png'); }
input#MENU05-IMG { background-image: url('./img/OVER-FIND2.png'); }
input#MENU05-IMG:active { background-image: url('./img/DOWN-FIND2.png'); }

input#MENU11-IMG { background-image: url('./img/OVER-REPORT1.png'); }
input#MENU11-IMG:active { background-image: url('./img/DOWN-REPORT1.png'); }
input#MENU12-IMG { background-image: url('./img/OVER-REPORT2.png'); }
input#MENU12-IMG:active { background-image: url('./img/DOWN-REPORT2.png'); }
input#MENU13-IMG { background-image: url('./img/OVER-REPORT3.png'); }
input#MENU13-IMG:active { background-image: url('./img/DOWN-REPORT3.png'); }

table#SUB-MENU02 {
	margin: 50px auto;
	width: 252px;
	border: solid 0px #fff;
	border-collapse: collapse;
	text-color: #fff;
}

table#SUB-MENU02 td {
	text-align: center;
}

table#SUB-MENU02 img {
	margin: 0px;
	padding: 0px;
}

input.NUMPAD-BUTTON {
	margin: 2px;
	width: 60px;
	height: 60px;
	border: none 0px;
	background-color: transparent;
}

input.NUMPAD-BUTTON2 {
	margin: 2px;
	width: 124px;
	height: 60px;
	border: none 0px;
	background-color: transparent;
}

input.NUMPAD-BUTTON3 {
	margin: 2px;
	width: 60px;
	height: 124px;
	border: none 0px;
	background-color: transparent;
}

input#NUMPAD00-IMG { background-image: url('./img/OVER2-00.png'); }
input#NUMPAD00-IMG:active { background-image: url('./img/DOWN2-00.png'); }
input#NUMPAD01-IMG { background-image: url('./img/OVER-01.png'); }
input#NUMPAD01-IMG:active { background-image: url('./img/DOWN-01.png'); }
input#NUMPAD02-IMG { background-image: url('./img/OVER-02.png'); }
input#NUMPAD02-IMG:active { background-image: url('./img/DOWN-02.png'); }
input#NUMPAD03-IMG { background-image: url('./img/OVER-03.png'); }
input#NUMPAD03-IMG:active { background-image: url('./img/DOWN-03.png'); }
input#NUMPAD04-IMG { background-image: url('./img/OVER-04.png'); }
input#NUMPAD04-IMG:active { background-image: url('./img/DOWN-04.png'); }
input#NUMPAD05-IMG { background-image: url('./img/OVER-05.png'); }
input#NUMPAD05-IMG:active { background-image: url('./img/DOWN-05.png'); }
input#NUMPAD06-IMG { background-image: url('./img/OVER-06.png'); }
input#NUMPAD06-IMG:active { background-image: url('./img/DOWN-06.png'); }
input#NUMPAD07-IMG { background-image: url('./img/OVER-07.png'); }
input#NUMPAD07-IMG:active { background-image: url('./img/DOWN-07.png'); }
input#NUMPAD08-IMG { background-image: url('./img/OVER-08.png'); }
input#NUMPAD08-IMG:active { background-image: url('./img/DOWN-08.png'); }
input#NUMPAD09-IMG { background-image: url('./img/OVER-09.png'); }
input#NUMPAD09-IMG:active { background-image: url('./img/DOWN-09.png'); }

input#NUMPAD10-IMG { background-image: url('./img/OVER-DEL.png'); }
input#NUMPAD10-IMG:active { background-image: url('./img/DOWN-DEL.png'); }
input#NUMPAD13-IMG { background-image: url('./img/OVER3-VIEW.png'); }
input#NUMPAD13-IMG:active { background-image: url('./img/DOWN3-VIEW.png'); }
input#NUMPAD14-IMG { background-image: url('./img/OVER-NEXT.png'); }
input#NUMPAD14-IMG:active { background-image: url('./img/DOWN-NEXT.png'); }
input#NUMPAD15-IMG { background-image: url('./img/OVER-BACK.png'); }
input#NUMPAD15-IMG:active { background-image: url('./img/DOWN-BACK.png'); }

