@charset ”UTF-8”;




.copyright{
    font-family: 'Corporate';
    width:95vw;
   text-align: center;
    clear: both;
	
}
body{
   background-image: url(../images/pchaikei.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
          
}










nav{
text-align: center;
font-size: 3vw;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav li{
list-style: none;
display: inline-block;
width: 15%;
min-width: 90px;
}
nav li:not(:last-child){
border-right:2px solid #3f311b;
}
nav a{
text-decoration: none;
color: #3f311b;
}
nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
nav a:hover{
color:#91181d;
border-bottom:2px solid #91181d;
}

