@charset "UTF-8";

*{
 
    background : white
}

body {
    font-family:'Hiragino Kaku Gothic Pro','Helvetica Neue Light','Yu Gothic UI Light','MS Gothic','Century','Meiryo UI','sans-serif';
   
}

body  {
    color: black;
    }  

#name {
    font-size: 12px;
    text-align: left;
    position: fixed;
    top:20px;
    left: 20px;
}
#name2 {
    font-size: 12px;
    text-align: left;
    position: fixed;
    top:20px;
    left: 20px;
}

#architecture {
    font-size: 10px;
    text-align: left;
    position: fixed;
    top:40px;
    left: 20px;
    
}


#info {
    font-size: 10px;
  position: fixed;
  bottom:20px;
  left: 20px;

}


#profile1 {
    font-size: 9px;
    text-align: left;
    position: fixed;
    top:80px;
    left: 20px; 
    p{line-height: 1.8
    ;}

}

#profile2 {
    font-size: 9px;
    text-align: left;
    position: fixed;
    top:80px;
    left: 100px; 
    p{line-height: 1.8
        ;}
}


#article1 {
    font-size: 9px;
    text-align: left;
    position: fixed;
    top:220px;
    left: 20px;
    p{line-height: 1.8
        ;}
        
}

#article2 {
    font-size: 9px;
    text-align: left;
    position: fixed;
    top:220px;
    left: 100px;
    p{line-height: 1.8
        ;}
}

