article, header, nav, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #fefefe;
  font-size: 10px;
  height: 100%;
}

body.msie {
    font-size: 62.5%;
}
 
body.win {
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

img.bgimage {
  display: none;
}

img.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
}

#container {
  height: 100%;
  overflow: auto;
}

#credit {
  position: absolute;
  bottom: 30px;
  left: 20px;
  margin: 0;
}

#flowers {
  position: absolute;
  top: 30px;
  right: 30px;
}

#flowers header h1 {
    font-size: 3em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#flowers header h1 a {
    color: #ffffff;
    text-decoration: none;
    }

#flowers header p {
    margin: 0;
    font-weight: bold;
}

#flowers nav ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#flowers nav li {
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
}

    #flowers nav li a {
        color: #ffffff;
        text-decoration: none;
    }
    
    #flowers nav li a:hover {
        text-decoration: underline;
    }
    
#flowers footer {
    font-weight: bold;
}
 
#content {
    margin: 0px 30px 0px 400px;
    max-width: 500px;
}

#content h2 {
    margin-bottom: 0;
    font-size: 8em;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','HGS教科書体','ＭＳ　Ｐ明朝','MS P Mincho',cursive,serif;
}

#content h3.alt {
    margin-top: 0;
    font-size: 3em;
    margin-bottom:0.75em;
}

#variety {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
/*    margin: 0px 30px 0px 30px; */
}

#variety h2 {
    margin: 0;
    padding: 0px 30px 0px 30px;
    font-size: 6em;
    font-family: 'Hiragino Mincho ProN','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','HGS教科書体','ＭＳ　Ｐ明朝','MS P Mincho',cursive,sans-serif;
    border-bottom: solid 2px #fefefe;
}

#variety h3.alt {
    margin-top: 0;
    font-size: 2em;
    margin-bottom:0.75em;
    text-align: center;
}

.alt {
    color:#fefefe;
    font-family:'Warnock Pro','Goudy Old Style','Palatino','Book Antiqua', Georgia, serif;
    font-style:italic;
    font-weight:normal;
}


