@charset "UTF-8";

/* -------------------- HTML5set */
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* -------------------- Clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    min-height:1px;
}
* html .clearfix {
    height:1%;
}

/* -------------------- Selector */
* { 
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
}
a img { border: 0; }
em {
    font-size: 200%;
    font-family: 'Arial Black';
}
/* -------------------- Container */
html, body {
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    color: #756537;
    font-size: 13px;
    font-family: "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    background: url(image/lines3.jpg) repeat-y right;
}
#all {
    position: relative;
    min-height: 100%;
    background: url(image/lines3.jpg) repeat-y left;
}
#container {
    position: relative;
   width: 60em;
   margin: 0 auto;
   padding: 1em;
   background: #FFF;
}
/* -------------------- Header */
header { margin-top: 1em; }
header:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
header { min-height:1px; }
* html header { height:1%; }
header h1 {
    float: left;
    width: 30em;
    padding-top: 0.5em;
    text-align: center;
}
header h1 img {
    width: 27em;
}
header p { margin-bottom: 0; margin-left: 1.5em; }
header p#introduction {
    font-size: 125%;
    font-weight: bold;
    color: #00a0c9;
    margin-left: 25em;
    margin-top: 0;
}
/* -------------------- Navigation */
nav { margin-top: 0; }
nav ul { 
    list-style-type: none; 
    margin-left: 6em;
}
nav ul li {
    float: left;
    margin-right: 2em;
}
nav ul li img { width: 8em; }
/* -------------------- Overview */
#overview {
    position: relative;
}
#overview p { 
    font-weight: bold;
    text-align: center;
    margin: 0;
}
#overview img.illust {
    width: 45em;
    margin-left: 2em;
}
#news {
    position: absolute;
    width: 20em;
    top: 1em;
    right: 0.5em;
}
#news img {
    position: absolute;
    width: 20em;
    top: 0; left: 0;
    z-index: 1;
}
#news p {
    position: absolute;
    top: 3em;
    left: 2.5em;
    color: #ea5d8a;
    font-size: 125%;
    text-align: left;
    z-index: 2;
}
/* -------------------- Footer */
footer {
    text-align: right;
    margin-top: 1em;
    font-weight: bold;
}
#rabbit { float: right; }
#rabbit img { width: 5em; }
#qr { float: left; width: 20em; }
#qr img { width: 5em; vertical-align: middle; }
footer .line { text-align: center; margin: 0.5em; }
footer .line img { width: 100%; }
address strong { font-size: 150%; }