/* style.css */


* {
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #666666;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 20px;
}

#t_con {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#t_con_top {
    width: 1000px;
    height: 400px;
    background-image: url(../img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}