/*reset*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset{
  margin:0;
  padding:0;
  line-height:1.0;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
ul,ol{
  list-style:none;/*黒丸を消す*/
}
a{
text-decoration: none;/*下線を消す*/
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}