/* CSS Document */

html {
    overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,iframe { 
	margin: 0;
	padding: 0;
}

body { 
    -webkit-text-size-adjust: none;
	font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

a img {
    border: none;
}

/* IE6 listバグ回避 */
li {
    _line-height: 0;
}
li a {
    _line-height: normal;
}