html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.bold{font-weight:bold;}

body{
  background: #000;
  line-height:1.5em;
  font-size:14px;
  font-family:'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

#header{
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

#header img{
  display: block;
  margin: 20px auto;
  width: 100%;
}

#toptext{
  border: solid #fff 3px;
  border-radius: 5px;
  margin:0 auto 40px;
  width: 100%;
}

#toptext .wrapper{
  color: #fff;
  margin: 0 auto;
  padding: 20px;

}

#toptext .caption{
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 20px 0 0;
}

#toptext .bigfont{
  font-size: 120%;
  line-height: 1.5em;
}

#toptext .caption:first-of-type{
  margin: 0;
}

#header ul{
  margin-left: 20px;
}

#copyright{
  font-size: 10px;
  padding:5px;
  color:#fff;
  text-align:center;
  margin:0 0 40px;
}

#close{
  background-color:#DDD;
  padding:3px;
  border:solid #aaa 2px;
  display:block;
  font-size: 12px;
  margin:0px auto 20px;
  width:70px;
  text-align:center;
  color:#333;
  text-decoration:none;
}
#close:hover{
  opacity: 0.75;
}