body{
background-color: #EBEBEB;
}

.info p{
text-align: center;
font-family: "YuMincho","Hiragino Mincho ProN","MS明朝";
letter-spacing: 2px;
}

.info p:first-of-type{

}

.info p:nth-of-type(2){
margin-left: -9px;
font-size: 14pt;
}

a{
text-decoration: none;
color: black;
}

a:link{
text-decoration: none;
}

a:visited{
text-decoration: none;
color: black;
}

a:hover{
opacity: 0.2;
}

.info {
position:absolute;
width:280px;
height:160px;
left: 50%;
top: 50%;
margin-left: -120px;
margin-top: -80px;
}
