.commonButton{
border:2px;
width:70px;
font-weight: bold;
border-color: gray;
border-style: solid;
text-decoration: none;
margin: 3px;
background-color: mintcream;
padding:3px 10px 3px 10px;
color: gray;
border-radius: 12px;
cursor:pointer;
display: inline-block;
text-align: center;
font-size: 30px;
}

.commonLongButton{
border:2px;
width:120px;
font-weight: bold;
border-color: gray;
border-style: solid;
text-decoration: none;
margin: 3px;
background-color: mintcream;
padding:3px 10px 3px 10px;
color: gray;
border-radius: 12px;
cursor:pointer;
display: inline-block;
text-align: center;
font-size: 30px;
}

.smallButton{
border:2px;
width:30px;
font-weight: bold;
border-color: gray;
border-style: solid;
text-decoration: none;
margin: 3px;
background-color: mintcream;
padding:3px 10px 3px 10px;
color: gray;
border-radius: 12px;
cursor:pointer;
display: inline-block;
text-align: center;
font-size: 20px;
}

.emptyFrame{
font-size:40px;
border:2px;
font-weight: bold;
border-style: solid;
height:50px;
width:50px;
border-color: gray;
display: inline-block;
text-align: center;
border-radius: 6px;
vertical-align: middle;
text-align: center;
}

.mainContents{
	font-size:30px;

}
.mesagebox{
	font-size:30px;
	background-color:lavenderblush;
	text-align: center;
	border-style: solid;
}