html {
overflow: hidden;
overflow-y: scroll;
}


a:link { color:#000; }
a:active { color:#000; }
a:visited { color:#000; }
a:hover { color:#99cc66; }

body {
margin: 0px;
font-family: "Century Gothic","Hiragino Kaku Gothic Pro","MS PGothic","sans-serif";
}

div.navi {
width: 908px;
margin: 0px auto 0px auto;
}

div.main {
width: 900px;
margin: 100px auto 100px auto;
font-size: 75%; line-height: 1.7;
letter-spacing: 1px;
text-align:left;
}