html {
    text-align: center;
}

body {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    font-family:
        'メイリオ',
        'Meiryo',
        'Hiragino Kaku Gothic Pro',
        'ヒラギノ角ゴ Pro W3',
        'Osaka',
        'ＭＳ Ｐゴシック',
        sans-serif;
    background-color: #FFF;
	font-size:13px;
	color:#2E1E05;
	line-height:23px;
}

a{/*リンクされた文字*/
    color:#653A14;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#653A14;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#653A14;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#956120;
    font-style:normal;
    text-decoration:none;
}

li {
    list-style-type: none;
}

h1#branding {
    text-indent: -9999px;
}
div#introduction {
    text-indent: -9999px;
    position: absolute;
}
h2#member {
    margin-top: 10px;
}
h2#activity {
    margin-top: 15px;
}
div#twitter {
    margin-top: 15px;
    margin-bottom: 15px;
}
div#facebook {
    margin-top: 30px;
    margin-bottom: 30px;
}
p#footer {
    margin-bottom: 30px;
}
