@charset "UTF-8";

/* CSS Document */

body {
    display: table;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

div#view {
    position: absolute;
    top: 50%;
    margin-top: -399px;
    width: 100%;
    height: 798px;
    overflow: hidden;
}

div#sky {
    position: absolute;
    left: 0;
    top: 0;
    width: 40000px;
    height: 798px;
    background: url(img/sky.jpg) repeat-x left center;
}

div#snow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40000px;
    height: 240px;
    background: url(img/snow.png) repeat-x left bottom;
}

div#iceberg {
    position: absolute;
    left: 1200px;
    bottom: 76px;
    width: 1586px;
    height: 164px;
    background: url(img/iceberg.png) no-repeat center center;
}

div#penguin {
    position: absolute;
    left: 32px;
    bottom: 24px;
    width: 197px;
    height: 178px;
    background: url(img/penguin.png) no-repeat center center;
    opacity: 0;
}

ul#title {
    position: absolute;
    top: 50%;
    left: 25%;
    font-family: "Tenor Sans";
    font-size: 24px;
    z-index: 10;
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#title li {
    /*float:left;*/
    height: 72px;
    display: table-cell;
    vertical-align: middle;
}
ul#title li#kana{
    font-family: serif;
    font-size: 14px;
}

li#white {
    color: #fff;
}

li#blue {
    color: #09f;
}

li#black {
    color: #333;
}

li#gray {
    color: #666;
}

li#kana,
li#sub,
li#logo,
li#mail {
    color: #666;
    opacity: 0;
    padding-left: 24px;
}

li#logo {
    transform: rotateY(180deg);
}

a,
a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #999;
}