@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Neuton:400i');
@import url('https://fonts.googleapis.com/css?family=Arapey:400,400i');

body, h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

img {
    border: 5px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);  
}

div #contents {
  font-family: 'Arapey', serif;
}

ul {
  list-style-type: none;
}

footer {
  font-size: smaller;
}
