@CHARSET "UTF-8";

body {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #FFFFFF;
}

a {
    cursor: pointer;
}

img {
    border: 0;
}

#outline {
    width:950px;
    text-align:left;
    margin:0 auto;
}

#header {
    width: 950px;
    height: 100px;
    text-align:left;
    margin:0 auto;
    margin-bottom: 15px;
}

#header #title{
    width: 950px;
    height: 100px;
    background-image: url("/images/top-header.jpg");
}

#header #title h1 {
    position: absolute;
    left: -9999px;
}

#header #logo {
    background-image: url("/images/top-header.jpg");
}

#header #logo h1 {
    position: absolute;
    left: -9999px;
}

#footer {
    width: 950px;
    margin:0 auto;
}

.clearBoth {
    font-size: 0px;
    margin: 0;
    pading: 0;
    clear: both;
}