@charset "utf-8";

html {
    width: 100%;    
}

body {
    position: relative;
    width: 100%;
    background: #000;
    color: #fff;
}

img {
    display: box;
    position: absolute;
    left: 25%;
    margin-top: 50px;
}

a {
    display:box;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
    color: #fff;
    position:absolute;
    padding: 30px 0 0 10px;
}

a:hover {
    color: #EE0C7F;
}