@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#0F0F0E;
	}

.cont{
	position:fixed;
	float:left;
	left: 300px;
	top: 200px;
	margin-left:auto;
	width:1000px;
	height:1000px;
	background-color: #FF0004;
}

.e{
	top: 100px;
	left: 100px;
}

.ma{
	position:fixed;
	top:50px;
	width:300px;
	height:110px;
	float:left;
	z-index: 99999999999;
	}

.mai{
	position:relative;
	left:30px;
}

.oyalink{
	float:right;
	position: fixed;
	right:20px;
	bottom: 20px;
	width: 1000px;
	height:85px;
	z-index: 99999999999;
}

.link{
	float:right;
	position: absolute;
	width:100px;
	
}

.link a{
	background:#331D00;
    text-decoration: none;
    color: #E7E5E0;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	text-decoration: none;
}

.link a:hover {
    text-decoration: none;
    background: #664214;
}

.link2{
	position: absolute;
	float:left;
	top:0px;
	left: 0px;
}

.link3{
	position:absolute;
	float:right;
	top:0px;
	right: 0px;
}

#n05{
	position: absolute;
	left:2000px;
	background-color:#C991F6;
}
