* {
padding: 0;
margin: 0;
}

html, body {
height: 100%;
font-size:10px;
color:#333333;
}

#container {
width: 100%;
position: relative;
height: 100%;
min-height: 100%;
}

body > #container {
height: auto;
}

body {
font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.7;
}

* + html body {
font-family: "メイリオ","Meiryo";
}
