/*------ ルール表示 ------*/

.poprule .ruletxt {
  display: none;
  position: absolute;
}
.poprule a:hover { position:relative; }
.poprule a:hover .ruletxt{
    display: block;
    top: -350px;
    left: 100px;
	z-index:0;
	overflow-y:scroll;
	height:380px;
/*
    padding: 5px;
    text-decoration: none;
    border: 1px solid black;
    color: black;
    background: #E9EEEF;
    width: 400px;
*/
}

.infocorp .corptxt {
  display: none;
  position: absolute;
}
.infocorp a:hover { position:relative; }
.infocorp a:hover .corptxt{
    display: block;
    top:  0px;
    left: 30px;
/*
    left: 133px;
    padding: 2px;
    text-decoration: none;
    color: #00F;
    width: 300px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
*/
}

.infomelma .melmatxt {
  display: none;
  position: absolute;
}
.infomelma a:hover { position:relative; }
.infomelma a:hover .melmatxt{
    display: block;
    top: -100px;
    left: 12px;
/*
    padding: 5px;
    text-decoration: none;
    border: 1px solid black;
    color: black;
    background: #E9EEEF;
    width: 400px;
*/
}
