/* browser default reset */
* {
  margin:0;
  padding:0;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
  line-height:125%;}

html {
  text-align:center;}

body {
  text-align:center;
  width:720px;
  max-width:720px;
  margin:3em auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;}

h1 {
  font-size:2em;
  letter-spacing:0.1em;
  margin:0.5em 0 0.5em 0;
  text-shadow: 3px 3px 3px #999;}

h2 {
  font-size:1.5em;
  letter-spacing:0.075em;
  margin:0.5em 0 0.5em 0;}

a, a:link, a:visited { color:#009;}
a:hover { color:#090;}
a:active { color:#f00;}

a.none, a.none:hover {
  text-decoration:none;
  border-bottom:0px solid transparent;}

hr, img, video { margin:0.5em;}

.waku {
  background-color:#fff;
  text-align:justify;
  padding:1.6em;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  box-shadow:3px 3px 3px #999;}

.full_width {
  width:100%;
  margin:0;
  padding:0.6em 0 0 0;}
