body{
    width:100%; /*ページ全体の幅は100%と指定する*/
    text-align:center; /*ページ全体を中央揃えにする*/
}
#wrap{
    width: 960px;         /*全体の幅を指定する*/
    margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
    text-align:left;   /*全体を左揃えにする。*/
}
.style10p {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 10px
}
.style12p {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px
}
.style14p {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 14px;
}
.style18p {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 18px;
}
.body12p18h {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    line-height: 18px;
}
.body12p24h {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    line-height: 24px;
}
*{
    margin:0;
    padding:0;
}
h1#logo span {
    display: none;
}
h1#logo {

    height: 23px;
    background-image : url(img/thinklogo100w_w.gif);
    background-position:right;
    background-repeat: no-repeat;
}


