@charset "UTF-8";

body {
    background: #000000 url(../img/stripe.png) repeat top;
    color: #666666;
    font-family: Quicksand, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1em;
    padding: 30px;
}

h1 {
    color: #666666;
}

h2 {
    border-bottom: 1px dotted #999;
}

h3 {
    color: #666666;
}

p {
    line-height: 1.5;
}

img {
    border: 0;
}

#wrapper {
    background: #ffffff;
    /*position: relative;*/
    width: 980px;
    height: 1000px;
    margin: 0 auto;
}

#header {
    padding: 30px;
    height: 100px;
    background: #ffffff;
}

#container {
    padding: 50px;
    background: #ffffff;
    height: 100%;
}

#footer {
    padding: 30px;
    text-align: center;
    background: #ffffff;
}