@CHARSET "UTF-8";

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 1.5;
    margin: 20px;
    background-color: #fff;
    color: #8c8c8c;
}

h2 {
    font-size: 130%;
    margin-bottom: 30px;
}

a {
    color: #737373;
    text-decoration: none;
}

a:link {
}

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#container {
    width: 950px;
}

#logo {
    width: 120px;
    height: 52px;
    z-index: 2;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: -1000px;
    background-repeat: no-repeat;
}

h1#logo {
    background-image: url('../img/common/arakiphoto.gif');
}

p#logo a {
    display: block;
    width: 120px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('../img/common/arakiphoto.gif');
}

p#logo a:hover {
    background-position: -120px 0;
}

#navi {
    width: 140px;
    float: left;
}

#info {
    font-size: 80%;
    margin-top: 50px;
}

#past-info {
    text-align: right;
}

#banner {
    margin-top: 30px;
}

#main {
    width: 750px;
    float: right;
    color: #000;
    background-color: #fff;
    padding-top: 100px;
    font-size: 85%;
}

.simple_contents {
    margin-bottom: 200px;
    padding-left: 50px;
}

#footer {
    clear: both;
}

#elastic a {
    display: block;
    text-indent: -9999px;
    width: 105px;
    height: 33px;
    float: left;
    background-image: url("../img/common/elastic.gif");
    background-position: left;
}

#elastic a:hover {
    background-position: right;
}

#copyright {
    float: right;
    padding-top: 15px;
}

.social>div {
    height: 25px;
    line-height: 25px;
}

.social>div.tumblr {
    height: 16px;
    line-height: 16px;
}

.social .tumblr img {
    padding-right: 4px;
}

