BODY {
	padding: 0;
	background-color: Black;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	
}

a:link {  font-family: Verdana; font-size: 12px; color: #996633; text-decoration: none}
a:visited {  font-family: Verdana; font-size: 12px; color: #996633; text-decoration: none}
a:hover {  font-family: Verdana; font-size: 12px; color: #996633; text-decoration: underline}


#gora{
	width: 1000px;
	height: 352px;
	background-image: url(lay/pp1.jpg);
}

#main{
	width: 720px;
	height: 238px;
	background-image: url(lay/zenbu.jpg);
	background-repeat: repeat-y;
	

}

.karota {
            -webkit-touch-callout: none;
            /* iOS Safari */
            -webkit-user-select: none;
            /* Safari */
            -khtml-user-select: none;
            /* Konqueror HTML */
            -moz-user-select: none;
            /* Old versions of Firefox */
            -ms-user-select: none;
            /* Internet Explorer/Edge */
            user-select: none;
            /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
        }

#menu{
	width: 140px;
	position: relative;
}

#tresc{
	margin-left: 20px;
	width: 520px;
	top: 20 px;
	float: left;
	overflow: hidden;

}

#dol{
	width: 1000px;
	height: 325px;
	background-image: url(lay/dd1.jpg);
}

.tooltip {
    position: relative;
    display: inline-block;
}

/*
.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute; 
    z-index: 1;
    bottom: 100%;
    left: 10%; 
    margin-left: -60px; */
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: 
    opacity: 0;
    transition: opacity 1s;
}
*/

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
	
	opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 300%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}