html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
    background: #000 ;
    background-image: url(images/station_bg02.jpg) ;
    background-repeat: repeat-y;
	background-position: center top;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;

    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Ghothic Pro W3", "Hiragino Kaku Gothic Pro", "MS UI Gothic",  "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", verdana, Helvetica, "MS Trebuchet", Arial, sans-serif;
    background-image: url(images/station_bg01.jpg) ;
    background-repeat: no-repeat;
	background-position: center top;
    
}
