#container{
    background-color: #002c33;
}

header{
    border-radius: 30px;
    
}

nav ul{
    list-style-type: none;
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font: 25px HGSMinchoB;
}

nav a{
    color: #eff2eb;
    margin: 10px 10px;
    

}

nav a:hover{
    text-shadow: 3px 3px 5px gray;
}


h1{
    font: normal 40px HGSMinchoB;
    margin: 17px 17px;
    color: #eff2eb;
    padding-bottom: 10px;
    margin-top: 50px;
}

.guide{
    width: 48%;
    float: left;
    margin: 1%;
    background-color:#eff2eb;
    border-radius: 5%;
    height: 400px;
}

.guide h2{
    color: gray;
    font-size: 32px;
    text-align: center;
    font-family: HGSMinchoB;
}

.guide p{
    text-align: left;
    color: gray;
    font-family: HGSMinchoB;
    font-size: 20px;
    padding-bottom: 10px;
    padding: 20px 20px;

}

.profile{
    width: 48%;
    float: right;
    margin: 1%;
    background-color:#eff2eb;
    border-radius: 5%;
    height: 400px;
}

.profile h2{
    color: gray;
    font-size: 32px;
    text-align: center;
    font-family: HGSMinchoB;
    
    
}

.profile p{
    text-align: left;
    color: gray;
    font-family: HGSMinchoB;
    font-size: 20px;
    padding-bottom: 10px;
    padding: 20px 20px;
}

#maimpic{
    float: left;
    margin-right: 15px;
    width: 100px;
    
}

.mainpic{
    margin-right: 15px;
    margin-bottom: 30px;
    float: left;
}


#contents{
    margin-bottom: 200px;
}

.detail-pi{
    width: 500px;
    height: 500px;
    float: left;
}

.detail-tx {
   padding-top: 10px;
   font-size: 22px;
   color: #eff2eb;
   text-align: left;
}


h2{
    font-size: 30px;
    font-family: HGSMinchoB;
    color: #eff2eb;
}

p{
    font-family: HGSMinchoB;
    color: #eff2eb;
}

.close{
    width: 150px;
    height: 150px;
    position: relative;
    right: 100px;
    bottom: 100px;
}

.close :hover{
    text-shadow: 3px 3px 5px gray;
}

.right{
    width: 200px;
    height: 200px;
    margin-right: auto;
}

.right :hover{

}

.left{
    width: 200px;
    height: 200px;
    margin-left: auto;
}

.left :hover{

}

.link{
    font-size: 30px;
    font-family: HGSMinchoB;
    color: #eff2eb;
}

 a:hover{
    text-shadow: 3px 3px 5px gray;
}
 
.link a:visited{
    color: #b388ff;
 }