/*
coming.css
2021 coded by H Moriuchi

*/

@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}	

body {
	width: 640px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #ffffff;
}

html{
	background-color: #ffffff;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}

#rogo {
	position:absolute;
	width: 20%;
	top: 17px;
	left: 20px;
	object-fit:cover;
}

nav {	
	color: #000000;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}

nav:hover {
	color: orange
	}

	
#Exhibition {
    float: left;
    margin-left: 200px;
    margin-top: 14px;
	color: #000000;
	text-decoration: none;
}
	
#About {
    float: left;
    margin-left: 45px;
    margin-top: 14px;
	color: #000000;
	text-decoration: none;
	}	

#Archives {
    float: left;
	margin-left: 45px;
    margin-top: 14px;
	color: #000000;	
	text-decoration: none;
	}	
	
#twitter {
	position: absolute;
	top: 10px;
	right: 67px;
	object-fit:cover;
}		
#instagram {
	position: absolute;
	top: 3px;
	right: 15px;
	object-fit:cover;
}			
	
#main {
	position: absolute;
	width:640px;
	left: 0px;
   top: 250px;
}	
	
	
#setumei {
	position: absolute;
    text-align: center;
	width:640px;
	top: 400px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	}
	

