@charset "UTF-8";
table{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}
body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
	font-size: 11pt;
	font-family: "ＭＳ Ｐゴシック";
	color: #313131;
	line-height: 20px;
	letter-spacing: 1px;
}

.MenuButton1{
    background: url(img/topimage1-2.png) no-repeat;
    background-size: contain;
}
.MenuButton1 a{
    display: block;
}
.MenuButton1 img{
    border: none;
}
.MenuButton1 a:hover{
    background: none;
}
.MenuButton1 a:hover img{
    visibility: hidden;
}

.MenuButton2{
	background-image: url(img/topimage2-2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.MenuButton2 a{
    display: block;
}
.MenuButton2 img{
    border: none;
}
.MenuButton2 a:hover{
    background: none;
}
.MenuButton2 a:hover img{
    visibility: hidden;
}}