WEBはじめました

お花屋さん→WEB広告代理店→色々

リセットCSSテンプレート

/* reset */


html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre,
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset {
margin: 0;
padding: 0;
line-height: 1.0;
font-family:
   "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

table {
border-collapse: collapse;
border-spacing: 0;

}

ul, ol {
list-style: none;
}

a {
text-decoration: none;
}

img {
border: 0;
}

img, input {
vertical-align: bottom;
}