@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
margin: 0;
padding: 0;
}
img { border: 0; }
li { list-style-type: none; }


/* リンクの下線を消す 
------------------------------------------------------------*/
a {
text-decoration: none;
}
