@charset "UTF-8";
/* CSS Document */

/*============================================
reset
============================================*/
body {
margin:0;
border:0;
padding:0;
font-size:100%;
font-family:"Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Osaka",Arial,sans-serif;
color: #000;
line-height:150%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, form, address {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}

img {
border:none;
}

/*--------------------------------------------------------
reset css end
--------------------------------------------------------*/