@charset "UTF-8";

/* Base CSS*/
@import url("./base.css");

/*Eye Catch CSS*/
@import url("./eyecatch.css");

/* Contents CSS */
@import url("./contents.css");



body {
margin-top:0;
font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
}
a:link, a:visited{text-decoration:none;color:#666666;}
a:hover, a:active{text-decoration:underline;color:#ff6600;}



