/*
 *= require_self
 *= require camera.css
 *= require_tree .
*/



/* ページ全体 */
body {
  background-color: gainsboro;

  color: black;
  margin: 0; padding: 0;
  font-family: Meiryo, sans-serif;
}

/* リンク */
a:link { color: #00c; }
a:visited { color: #a08; }
a:hover { color: #ccf; }
a img { border: none; }

/* form buttton*/

/* ブロック要素 */
p, h1, h2, h3, table, ul {
  margin: 0 0 1em;
}
