 @charset "UTF-8";
 ul,il
 {
	 	list-style-type: none;
 }
.newlink
{
	position: fixed;
	top: 550px;
	right: 0px;
	background: rgba(198,198,198,1);
	border: solid black 2px;
	border-right: none;
	font-size: 35px;
	border-radius: 50px 0px 0px 50px;
	padding: 5px 20px 5px 20px;display: none;
}
.newlink:hover
{
	color: black;
	background: rgba(158,158,198,1);
	color: white;border: white;
}
a:visited
{
text-decoration: none;
	background: rgba(223,234,198,1);
color: white;
}
.lemenu
{
	font-size: 25px;
	text-align: center;
	color: red;
	width: 300px;
}
.imagesdiv
{
margin-top: 0px;
padding: auto;
text-align: center;
}
.imagesdiv div img
{
	width: 100%;
}
.gimg01
{
	display: flex;
	background-image: url()
}
.gimg01 a
{
	width: 100%;
}
.lemenu ul
{
	margin-top: -35px;
	padding-left: 5px;
	font-size: 25px;
	cursor: default;
	width: 300px;
	position: absolute;
	left: 320px;
    text-align: center;	
}
.rime
{
	font-size: 23px;
	text-align: center;
	width: 300px;
}
.rime
{
	color: black;
}
.rimenu ul
{
	margin-top: -35px;
	font-size: 25px;
	cursor: default;
	position: absolute;
	right: 320px;
    text-align: center;	
}
.hide
{
	display: none;
}